Thanks David
I change the MWI numbers to 3 digits and reconfigure the CUE parameter to reflect the new numbers, it seems to be working now
H
Main Topics
Browse All TopicsI have configurde my UC520 with following MWI information
ephone-dn 16
number 1009....
MWI on
ephone-dn 17
number 1010....
MWI off
the Unity express has been configured with same MWI numbers an it has no problem synchronizing the information with CCME. everything seems to fine but it just does not want to work, I have remove "...." from the 1009.... to be just 1009 and MWI light on and of for 1010 with no issue, the problem is when I add the "...." to the number under the ephone-dn again to allow commuinication between callmanager express and untiy express then it does not work..
Need help runing out of options.
Hossein
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Cool! Just make sure that the dots (....) match the number of digits you have for extenstions. If you have 3 digit extensions on the ephone-dns, ie 100, 101 etc.. then you can use 4 or 3 or whatever digit MWI extensions, just make sure you have only 3 dots. The dots need to match the extensions. I have made that mistake before and it was painful troubleshooting that one.
The debug will also tell you a lot.
Hope this helps you. Let me know if you have any more issues with it.
David
I'm not sure how to use the configure assistant app. Here's a simple NAT example you can type directly into the CLI. Is this what you are looking for?
interface fa0/0
description --------> Outside Interface
ip nat outside
!
interface fa0/1
description --------> Inside Interface
ip address 192.168.0.1 255.255.255.0
ip nat inside
!
ip nat inside source list 1 interface fa0/0 overload
!
access-list 1 permit ip 192.168.0.0 0.0.0.255 any
!
Business Accounts
Answer for Membership
by: dgboydPosted on 2008-10-27 at 12:17:19ID: 22815762
Do you have 'Outcalling' selected for the MWI settings in CUE?
Also, are you using 4 digit extensions?
You can also try to debug mwi from the IOS interface.
debug mwi relay errors
debug mwi relay events
When you turn debug on, go Voice Mail > Message Waiting Indicators > Refresh in the CUE GUI. Refresh a box with a voice mail message and see what the debug tells you.
Let me know if any of this helps.
David