[Asterisk-Users] MWI and SNOM 200
WipeOut
wipe_out at onetel.com
Sat Nov 15 02:01:29 MST 2003
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
"asterisk at yourserver".. 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..
More information about the asterisk-users
mailing list