Long story short... Snom's ... Retrieve button... works when MWI is *NOT* lit but does *NOT* work when it is lit. Any advice Useragent : snom360/6.5.2 Function: F_RETRIEVE [root@pbx ~]# asterisk -rx "show version" Asterisk 1.2.13 built by root @ pbx on a i686 running Linux on 2006-11-17 16:35:22 UTC [gateway] exten => 201,hint,SIP/201 exten => 201,1,Dial(SIP/201|20|tr) exten => 201,2,Voicemail(u201@server) exten => 201,3,Hangup -- ===================================================J. Oquendo http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743 sil . infiltrated @ net http://www.infiltrated.net The happiness of society is the end of government. John Adams -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5157 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/87bdd2ee/smime.bin
> Snom's ... > Retrieve button... works when MWI is *NOT* lit but does *NOT* > work when > it is lit. > > Any adviceDo you have an "asterisk" extension in your dialplan? See http://www.voip-info.org/wiki-Asterisk+phone+snom, especially the part about: Making the MWI work with ASTERISK Asterisk sends notifications on voicemail messages (if you configured the mailbox option in sip.conf. The messages are sent by default from "asterisk@yourlocalserver.com", which can be modified using vmexten= in sip.conf. When pressing the MWI or Vmail soft button on the SNOM phones the phone calls this extension to connect to the voicemail application. If you haven't configured an extension named "asterisk" in the context of the phone, the MWI/VMail button will not work. Cheers, Stefano
I have not confirmed this independently, but I believe this is fixed if you disable the "Show message light when a call is missed" feature in the phone config. Alternatively, try pressing "X" to clear the missed call indication before pressing "Retrieve" Might work... Might not :) Steve On 1/17/07, J. Oquendo <sil@infiltrated.net> wrote:> Long story short... > > Snom's ... > Retrieve button... works when MWI is *NOT* lit but does *NOT* work when > it is lit. > > Any advice > Useragent : snom360/6.5.2 > Function: F_RETRIEVE > > [root@pbx ~]# asterisk -rx "show version" > Asterisk 1.2.13 built by root @ pbx on a i686 running Linux on > 2006-11-17 16:35:22 UTC > > [gateway] > exten => 201,hint,SIP/201 > > exten => 201,1,Dial(SIP/201|20|tr) > exten => 201,2,Voicemail(u201@server) > exten => 201,3,Hangup > > --
Steve Davies wrote:> I have not confirmed this independently, but I believe this is fixed > if you disable the "Show message light when a call is missed" feature > in the phone config. Alternatively, try pressing "X" to clear the > missed call indication before pressing "Retrieve" > > Might work... Might not :) > SteveWill try this, as for the other response: Tried them all. No dice exten => asterisk,1,VoiceMailMain() exten => asterisk,1,VoicemailMain(${CALLERIDNUM}) exten => asterisk,1,VoiceMailMain(s@pbx) -- ===================================================J. Oquendo http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743 sil . infiltrated @ net http://www.infiltrated.net The happiness of society is the end of government. John Adams -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5157 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/058e0bbd/smime.bin
>I use that one myself. Does the Snom attempt to dial "asterisk" when >you hit Retrieve? What error do you get? Sure it's in the right >context (I screw that up ALL the time)...Sometimes it's "asterisk", sometimes it's "unknown" sometimes, it's "Unknown" so: exten => asterisk,1,VoicemailMain(${CALLERIDNUM}) exten => Unknown,1,VoicemailMain(${CALLERIDNUM}) exten => unknown,1,VoicemailMain(${CALLERIDNUM}) This behavior varies seems like according to firmware rev. I just put these lines in the default context (I run a modified version of the AMP dialplan, so the context I use is [from-internal]