Hi I have been trying to get SNOM (320,360) and hotdesking working with asterisk. I can get it working fine with SER but it fails with asterisk unless I have no SIP password/secret in sip.conf This is how it works with SER, 1. reset phone (removes accounts) 2. phone prompts for username and sip server 3. phone sends register to SER 4. SER sends a 401 unauthorized 5. phone sends register with Digest (but no password) 6. SER sends a 401 unauthorized 7. phone prompts for a password 8. phone sends register with Digest (with correct password) with asterisk, 1. reset phone (removes accounts) 2. phone prompts for username and sip server 3. phone sends register to ASTERISK 4. ASTERISK sends a 401 unauthorized 5. phone sends register with Digest (but no password) 6. ASTERISK sends 403 Forbidden 7. phone gives up.. I raised this with SNOM and they say it is purely an asterisk problem and it needs to be fixed (asterisk that is). If asterisk sent a 401 instead of a 403 the phone would work fine and we would all be happy.
Hi,> I raised this with SNOM and they say it is purely an asterisk problem > and it needs to be fixed (asterisk that is). > If asterisk sent a 401 instead of a 403 the phone would work fine and we > would all be happy.Here you can find a patch that will fix it: http://bugs.digium.com/bug_view_page.php?bug_id=6035 Maik Schmitt
Ah cool, thanks ill look at it. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Maik Schmitt > Sent: 09 January 2006 11:24 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] SNOM Hotdesking... > > Hi, > > > I raised this with SNOM and they say it is purely an asterisk problem > > and it needs to be fixed (asterisk that is). > > If asterisk sent a 401 instead of a 403 the phone would work fine and > we > > would all be happy. > > Here you can find a patch that will fix it: > http://bugs.digium.com/bug_view_page.php?bug_id=6035 > > Maik Schmitt > _______________________________________________ > --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
Hi, I have now managed to get it working with asterisk 1.0.10 I had to modify the patch http://bugs.digium.com/bug_view_page.php?bug_id=6035 as its for the latest version of asterisk but it works very well now. Thanks for the pointer. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Maik Schmitt > Sent: 09 January 2006 11:24 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] SNOM Hotdesking... > > Hi, > > > I raised this with SNOM and they say it is purely an asterisk problem > > and it needs to be fixed (asterisk that is). > > If asterisk sent a 401 instead of a 403 the phone would work fine and > we > > would all be happy. > > Here you can find a patch that will fix it: > http://bugs.digium.com/bug_view_page.php?bug_id=6035 > > Maik Schmitt > _______________________________________________ > --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