John Brown (CV) wrote:

Hi list,

how does one get a SNOM 200 MWI to work with * ??

When I press the MWI button it doesn't connect with
voice mail on my * box.

thanks


You need to create an extension called "asterisk" and redirect it to your VoiceMailMain extension..

eg. If your voicemailmain is on extension 123 then you need to add this to your extensions.conf (probably in the same context as 123)..

exten => asterisk,1,GoTo(123,1)

The reason for this is that the server sends the MWI message from "[EMAIL PROTECTED]".. When you press the MWI button on a snom phone it calls back to that address.. I don't know of any way to change the address thet gets sent out with the MWI info..

Later..

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to