Hi, I found some issues with Snom 320 message retrieve key. This button works only when the MWI does not blink! If MWI blinks and I do press retrieve button I get "Unknown" on display and busy tone. From the sip debug it looks like that Snom does not send credentials to Asterisk which responds with 407 Proxy Auth required. I have loaded Snom with latest 5 firmware. No change. I'm using Asterisk 1.0.9 and have not tried 1.2.X. Looks like this issue is related to http://bugs.digium.com/view.php?id=4801? Does someone get Snom 320 retrieve button working with Asterisk 1.0.9? Thanks, - David Hajek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060122/53bd4d6c/attachment.htm
On 16:19, Sun 22 Jan 06, David Hajek wrote:> Hi, > > I found some issues with Snom 320 message retrieve key. This button > works only when the MWI does not blink! If MWI > blinks and I do press retrieve button I get "Unknown" on display and > busy tone. From the sip debug it looks like that Snom > does not send credentials to Asterisk which responds with 407 Proxy Auth > required. > > I have loaded Snom with latest 5 firmware. No change. > > I'm using Asterisk 1.0.9 and have not tried 1.2.X. > > Looks like this issue is related to > http://bugs.digium.com/view.php?id=4801? > > Does someone get Snom 320 retrieve button working with Asterisk 1.0.9?Hi, I've been battling with this too, both on 190 and 360 models. It looks like the button dials the exten you provide in the webinterface as long as the MWI is off. when the MWI is on, it will dial the user that sends the MWI. You can configure this in sip.conf. I didn't touch sip.conf but instead added some extra entries in extensions.conf to go to voicemailmain: exten => default,1,VoicemailMain(${CALLERID}) exten => asterisk,1,VoicemailMain(${CALLERID}) exten => unknown,1,VoicemailMain(${CALLERID}) exten => Unknown,1,VoicemailMain(${CALLERID}) Hope this helps. -- Michiel van Baak http://michiel.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
use exten => asterisk,1,VoicemailMain(${CALLERIDNUM}) or universal exten => default,1,VoicemailMain(${CALLERIDNUM}) exten => asterisk,1,VoicemailMain(${CALLERIDNUM}) exten => unknown,1,VoicemailMain(${CALLERIDNUM}) exten => Unknown,1,VoicemailMain(${CALLERIDNUM}) ------------------------------------------------------- Tomas Urbanek www.canistec.cz CZECH SNOM SUPPORT _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David Hajek Sent: Sunday, January 22, 2006 10:19 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Snom 320 and message retrieve key Hi, I found some issues with Snom 320 message retrieve key. This button works only when the MWI does not blink! If MWI blinks and I do press retrieve button I get "Unknown" on display and busy tone. From the sip debug it looks like that Snom does not send credentials to Asterisk which responds with 407 Proxy Auth required. I have loaded Snom with latest 5 firmware. No change. I'm using Asterisk 1.0.9 and have not tried 1.2.X. Looks like this issue is related to <http://bugs.digium.com/view.php?id=4801> http://bugs.digium.com/view.php?id=4801? Does someone get Snom 320 retrieve button working with Asterisk 1.0.9? Thanks, - David Hajek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060122/2628eb73/attachment.htm
I expect the issue is the same problem we have with the 360's. Quick fix is add the old Snom MWI fix to your dial plan but its not perfect solution for us as all our phones with DDI present 6 digits and we have already created our mailboxes to match the 3 digit ext number which means the users have to enter their mailbox number as well as password. exten => asterisk,1,Voicemail_blah(${CALLERIDNUM}) As you linked this appears to be an * bug. Hope this helps Alex -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David Hajek Sent: 22 January 2006 21:19 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Snom 320 and message retrieve key Hi, I found some issues with Snom 320 message retrieve key. This button works only when the MWI does not blink! If MWI blinks and I do press retrieve button? I get "Unknown" on display and busy tone. From the sip debug it looks like that Snom does not send credentials to Asterisk which responds with 407 Proxy Auth required. I have loaded Snom with latest 5 firmware. No change. I'm using Asterisk 1.0.9 and have not tried 1.2.X. Looks like this issue is related to http://bugs.digium.com/view.php?id=4801? Does someone get Snom 320 retrieve button working with Asterisk 1.0.9? Thanks, - David Hajek Information contained in this e-mail and any attachments are intended for the use of the addressee only, and may contain confidential information of Ubiquity Software Corporation. All unauthorized use, disclosure or distribution is strictly prohibited. If you are not the addressee, please notify the sender immediately and destroy all copies of this email. Unless otherwise expressly agreed in writing signed by an officer of Ubiquity Software Corporation, nothing in this communication shall be deemed to be legally binding. Thank you.
I had this problem too, to fix it I had to add [general] vmexten=12345 ; extension to match in extensions.conf, default 'asterisk' fromdomain=192.168.1.2 ;ip address of server, without this the voicemail address asterisk passed to the phone was '12345@' and no domain part so the phone just choked. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Michiel van Baak > Sent: 22 January 2006 22:44 > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Snom 320 and message retrieve key > > On 16:19, Sun 22 Jan 06, David Hajek wrote: > > Hi, > > > > I found some issues with Snom 320 message retrieve key. This button > > works only when the MWI does not blink! If MWI > > blinks and I do press retrieve button I get "Unknown" on display and > > busy tone. From the sip debug it looks like that Snom > > does not send credentials to Asterisk which responds with 407 Proxy > Auth > > required. > > > > I have loaded Snom with latest 5 firmware. No change. > > > > I'm using Asterisk 1.0.9 and have not tried 1.2.X. > > > > Looks like this issue is related to > > http://bugs.digium.com/view.php?id=4801? > > > > Does someone get Snom 320 retrieve button working with Asterisk 1.0.9? > > Hi, > > I've been battling with this too, both on 190 and 360 > models. It looks like the button dials the exten you provide > in the webinterface as long as the MWI is off. when the MWI > is on, it will dial the user that sends the MWI. You can > configure this in sip.conf. > > I didn't touch sip.conf but instead added some extra entries > in extensions.conf to go to voicemailmain: > > exten => default,1,VoicemailMain(${CALLERID}) > exten => asterisk,1,VoicemailMain(${CALLERID}) > exten => unknown,1,VoicemailMain(${CALLERID}) > exten => Unknown,1,VoicemailMain(${CALLERID}) > > Hope this helps. > > -- > Michiel van Baak > http://michiel.vanbaak.info > michiel@vanbaak.info > GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D > > "Why is it drug addicts and computer afficionados are both called users?" > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users