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
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@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..
> > 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) >Adding to that, if your voicemail boxes match your extensions, exten => 123,1,VoicemailMain(${CALLERID}) will take you straight to asking for the password of the calling phone. Sean _______________________________________________ Sean Robertson NETXUSA p. 800-289-6389 f. 864-233-4344 "Ask me about Voice over IP." http://www.netxusa.com/
I've handled it by creating an extension called 'asterisk' since the press on MWI will try to dial 'asterisk@asteriskserver.whatever'.> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of John Brown > (CV) > Sent: 15 November 2003 12:49 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] MWI and SNOM 200 > > > 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 > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
John Brown (CV)
2003-Nov-16 09:42 UTC
Possible Bug ??Re: [Asterisk-Users] MWI and SNOM 200
After testing and playing around it seems that AST sends what is in the "sip.conf:fromuser" field as the VM box. Or SNOM is reading the wrong field in the SIP packet. If I set sip.conf:fromuser=*98 for my SNOM phone then when pressing MWI on that phone will ring voicemail.