Is anyone using the SNOM 360 as a reception console with Asterisk? We are trying to have the ability to view whether an extension is on or off hook, or ringing with the Snom, which seems to work fine. The issue is that we are having difficulty picking up calls and transferring. Anyone have experience / insight? Darrell S. Long Director of Technology BestWeb Corporation Phone 877-777-2932 Direct 914-271-4500 x402 Fax 914-271-4292
We couldn't set our 1.0.10 Asterisk system to pickup calls with Snom phones. I've read patches http://bugs.digium.com/view.php?id=5014 and http://bugs.digium.com/view.php?id=5853 could provide that with 1.2.X but we never tried ourselves. I would be very happy to know if someone put that in a production system. Regards ----- Original Message ----- From: "Darrell Long" <dlong@bestweb.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Tuesday, February 14, 2006 9:28 PM Subject: [Asterisk-Users] Asterisk and Snom 360> Is anyone using the SNOM 360 as a reception console with Asterisk? We are > trying to have the ability to view whether an extension is on or off hook, > or ringing with the Snom, which seems to work fine. The issue is that we > are having difficulty picking up calls and transferring. > > Anyone have experience / insight? > > Darrell S. Long > Director of Technology > BestWeb Corporation > Phone 877-777-2932 > Direct 914-271-4500 x402 Fax 914-271-4292 > > _______________________________________________ > --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
Could we possibly see your settings to get this right? I am trying to get it working at the moment. I can see the phone buttons have subscribed to asterisk, but they just don't light up. We are using 4.1 firmware and are upgrading to 5.3 to see if it helps. Regards Garth Darrell Long wrote:> Is anyone using the SNOM 360 as a reception console with Asterisk? We > are trying to have the ability to view whether an extension is on or > off hook, or ringing with the Snom, which seems to work fine. The > issue is that we are having difficulty picking up calls and transferring. > > Anyone have experience / insight? > > Darrell S. Long > Director of Technology > BestWeb Corporation > Phone 877-777-2932 > Direct 914-271-4500 x402 Fax 914-271-4292 > > _______________________________________________ > --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-- Garth van Sittert BSc (Physics & Computer Science) ----------------- Mobile: +27 (0)83 791 6662 Email: garth@bitco.co.za Phone: 08600 BITCO Web: www.bitco.co.za
On Wednesday, February 15, 2006 12:42 PM Garth van Sittert wrote:> Could we possibly see your settings to get this right? I am trying > to get it working at the moment. > I can see the phone buttons have subscribed to asterisk, but they > just don't light up. We are using 4.1 firmware and are upgrading to > 5.3 to see if it helps.No problem here with bristuff and SNOM (both FW 4.x and 5.x). Have you set your hints correctly? Regards, JP -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3104 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060215/f59d2816/smime.bin
>Could we possibly see your settings to get this right? I am trying to >get it working at the moment. >I can see the phone buttons have subscribed to asterisk, but they just >don't light up. We are using 4.1 firmware and are upgrading to 5.3 to >see if it helps.Working good here in the Great White North with 1.0.9: To monitor and transfer to SIP/1000 / ext 1000: 1. Insert exten => 1000,hint,SIP/1000 into your default context (the context the extension is in) 2. In the monitoring phone's web interface, click Function Keys, pick a key, change it to Destination and type in SIP/1000. Once you submit the form it will change to a SIP URL, that's OK. 3. There is no step 3. There is a bug in the hint prioirity, this will work: exten => 1000,hint,SIP/1000 This won't work: exten => 1000,hint,sip/1000 (note the lowercase 'sip' - HAS to be uppercase) hth
Indeed ----- Original Message ----- From: <asterisk@anime.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Wednesday, February 15, 2006 11:37 PM Subject: Re: [Asterisk-Users] Asterisk and Snom 360> On Wed, 15 Feb 2006, Olivier Krief wrote: >> Do not use 5.3 but 5.3.3 instead as major crashes occur with 5.3. > > http://www.snom.com/firmware.html#1641 > > 5.3.3 is not available for public download... > > -Dan > _______________________________________________ > --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
Ok here it is, just remember who hooked you up :) But I don't see anything about fixing a crashing problem that you described in 5.3 I am running this on 1 phone and 5.3 on 3 others, the ones with 5.3 seem perfect, the one with 5.3.3 actually locked up once doing a transfer. Release 5.3.3: o GUI: fixed DND o GUI: fixed bug in displaying old voice mail messages o SIP: display local LED status for shared lines o WEB: "+" in settings value isn't anymore replaced by its hex value on settings dump web interface page o WEB: further enhanced french translation o SRTP: fixed bug with auto-answer o GUI: setting_server can be set manually via GUI menu (snom360) o GUI: ringer device should not switch to speaker if headset is enabled o GUI: dkeys (e.g. Redial, Retrieve) are working in edit number state, too o SETTINGS: if setting_server is IP:port only, make a valid URL out of it o SIP: display local LED status for shared lines o GUI: Shared Lines can be mapped to LEDs o LID: random number generated from random audio data http://fox.snom.com/download/snom360-5.3.3b-SIP-j.bin -Mike Mike240se -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Olivier Krief Sent: Friday, February 17, 2006 1:20 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk and Snom 360 Indeed ----- Original Message ----- From: <asterisk@anime.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Wednesday, February 15, 2006 11:37 PM Subject: Re: [Asterisk-Users] Asterisk and Snom 360> On Wed, 15 Feb 2006, Olivier Krief wrote: >> Do not use 5.3 but 5.3.3 instead as major crashes occur with 5.3. > > http://www.snom.com/firmware.html#1641 > > 5.3.3 is not available for public download... > > -Dan > _______________________________________________ > --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_______________________________________________ --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 This E-mail, including any attachments, may be intended solely for the personal and confidential use of the sender and recipient(s) named above. This message may include advisory, consultative and/or deliberative material and, as such, would be privileged and confidential and not a public document. Pursuant to 42 CFR, any information in this e-mail identifying a former, present, or potential client of Straight & Narrow is confidential. If you have received this e-mail in error, you must not review, transmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it and you must delete this message. You are requested to notify the sender by return e-mail.
Still beta, but we could not make it crash any more...: We would be happy about the feedback from volunteers:-) http://fox.snom.com/download/snom320-5.3.6a-beta-SIP-j.bin http://fox.snom.com/download/snom320-5.3.6b-beta-SIP-j.bin http://fox.snom.com/download/snom360-5.3.6a-beta-SIP-j.bin http://fox.snom.com/download/snom360-5.3.6b-beta-SIP-j.bin Release 5.3.6: o LID: made sure audio channels are off in idle mode under all scenarios Release 5.3.5: o GUI: added cwi ringer indication o GUI: fixed unnecessary dialog state switches on shared line offhook o GUI: status led for missed calls o SIP: RAck in PRACK was buggy o SIP: added call pickup for shared lines Release 5.3.4: o SIP: added +sip.rendering parameter for BLA hold/resume NOTIFYs o SIP: NOTIFYs with subscription-state: terminated remove the subscription ~~~ Christian> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Michael J. Liberatore > Sent: Sunday, February 19, 2006 6:16 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Asterisk and Snom 360 > > Ok here it is, just remember who hooked you up :) > But I don't see anything about fixing a crashing problem that you > described in 5.3 > I am running this on 1 phone and 5.3 on 3 others, the ones > with 5.3 seem > perfect, the one with 5.3.3 actually locked up once doing a transfer. > > Release 5.3.3: > o GUI: fixed DND > o GUI: fixed bug in displaying old voice mail messages > o SIP: display local LED status for shared lines > o WEB: "+" in settings value isn't anymore replaced by its > hex value on > settings dump web interface page > o WEB: further enhanced french translation > o SRTP: fixed bug with auto-answer > o GUI: setting_server can be set manually via GUI menu (snom360) > o GUI: ringer device should not switch to speaker if headset > is enabled > o GUI: dkeys (e.g. Redial, Retrieve) are working in edit > number state, > too > o SETTINGS: if setting_server is IP:port only, make a valid > URL out of > it > o SIP: display local LED status for shared lines > o GUI: Shared Lines can be mapped to LEDs > o LID: random number generated from random audio data > > > http://fox.snom.com/download/snom360-5.3.3b-SIP-j.bin > > > -Mike > Mike240se > > > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Olivier > Krief > Sent: Friday, February 17, 2006 1:20 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Asterisk and Snom 360 > > Indeed > ----- Original Message ----- > From: <asterisk@anime.net> > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users@lists.digium.com> > Sent: Wednesday, February 15, 2006 11:37 PM > Subject: Re: [Asterisk-Users] Asterisk and Snom 360 > > > > On Wed, 15 Feb 2006, Olivier Krief wrote: > >> Do not use 5.3 but 5.3.3 instead as major crashes occur with 5.3. > > > > http://www.snom.com/firmware.html#1641 > > > > 5.3.3 is not available for public download... > > > > -Dan > > _______________________________________________ > > --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 > > _______________________________________________ > --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 > > > > This E-mail, including any attachments, may be intended solely for > the personal and confidential use of the sender and > recipient(s) named > above. This message may include advisory, consultative and/or > deliberative material and, as such, would be privileged and > confidential > and not a public document. Pursuant to 42 CFR, any > information in this > e-mail identifying a former, present, or potential client of > Straight & Narrow is confidential. If you have received this > e-mail in error, you must not review, transmit, convert to > hard copy, copy, use or disseminate this e-mail or any > attachments to it and you must delete this message. You are > requested to notify the sender by return e-mail. > > _______________________________________________ > --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 > > >
Are you from snom? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Christian Stredicke Sent: Sunday, February 19, 2006 6:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Asterisk and Snom 360 Still beta, but we could not make it crash any more...: We would be happy about the feedback from volunteers:-) http://fox.snom.com/download/snom320-5.3.6a-beta-SIP-j.bin http://fox.snom.com/download/snom320-5.3.6b-beta-SIP-j.bin http://fox.snom.com/download/snom360-5.3.6a-beta-SIP-j.bin http://fox.snom.com/download/snom360-5.3.6b-beta-SIP-j.bin Release 5.3.6: o LID: made sure audio channels are off in idle mode under all scenarios Release 5.3.5: o GUI: added cwi ringer indication o GUI: fixed unnecessary dialog state switches on shared line offhook o GUI: status led for missed calls o SIP: RAck in PRACK was buggy o SIP: added call pickup for shared lines Release 5.3.4: o SIP: added +sip.rendering parameter for BLA hold/resume NOTIFYs o SIP: NOTIFYs with subscription-state: terminated remove the subscription ~~~ Christian> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michael > J. Liberatore > Sent: Sunday, February 19, 2006 6:16 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Asterisk and Snom 360 > > Ok here it is, just remember who hooked you up :) But I don't see > anything about fixing a crashing problem that you described in 5.3 I > am running this on 1 phone and 5.3 on 3 others, the ones with 5.3 seem> perfect, the one with 5.3.3 actually locked up once doing a transfer. > > Release 5.3.3: > o GUI: fixed DND > o GUI: fixed bug in displaying old voice mail messages o SIP: display > local LED status for shared lines o WEB: "+" in settings value isn't > anymore replaced by its hex value on settings dump web interface page > o WEB: further enhanced french translation o SRTP: fixed bug with > auto-answer o GUI: setting_server can be set manually via GUI menu > (snom360) o GUI: ringer device should not switch to speaker if headset> is enabled o GUI: dkeys (e.g. Redial, Retrieve) are working in edit > number state, too o SETTINGS: if setting_server is IP:port only, make > a valid URL out of it o SIP: display local LED status for shared lines> o GUI: Shared Lines can be mapped to LEDs o LID: random number > generated from random audio data > > > http://fox.snom.com/download/snom360-5.3.3b-SIP-j.bin > > > -Mike > Mike240se > > > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Olivier > Krief > Sent: Friday, February 17, 2006 1:20 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Asterisk and Snom 360 > > Indeed > ----- Original Message ----- > From: <asterisk@anime.net> > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users@lists.digium.com> > Sent: Wednesday, February 15, 2006 11:37 PM > Subject: Re: [Asterisk-Users] Asterisk and Snom 360 > > > > On Wed, 15 Feb 2006, Olivier Krief wrote: > >> Do not use 5.3 but 5.3.3 instead as major crashes occur with 5.3. > > > > http://www.snom.com/firmware.html#1641 > > > > 5.3.3 is not available for public download... > > > > -Dan > > _______________________________________________ > > --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 > > _______________________________________________ > --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 > > > > This E-mail, including any attachments, may be intended solely for the> personal and confidential use of the sender and > recipient(s) named > above. This message may include advisory, consultative and/or > deliberative material and, as such, would be privileged and > confidential and not a public document. Pursuant to 42 CFR, any > information in this e-mail identifying a former, present, or potential> client of Straight & Narrow is confidential. If you have received this> e-mail in error, you must not review, transmit, convert to hard copy, > copy, use or disseminate this e-mail or any attachments to it and you > must delete this message. You are requested to notify the sender by > return e-mail. > > _______________________________________________ > --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 > > >_______________________________________________ --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
i would assume so, since his address is Christian.Stredicke@snom.de -Dan On Sun, 19 Feb 2006, Michael J. Liberatore wrote:> Are you from snom? > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Christian > Stredicke > Sent: Sunday, February 19, 2006 6:19 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Asterisk and Snom 360 > > Still beta, but we could not make it crash any more...: We would be > happy about the feedback from volunteers:-) > > http://fox.snom.com/download/snom320-5.3.6a-beta-SIP-j.bin > http://fox.snom.com/download/snom320-5.3.6b-beta-SIP-j.bin > http://fox.snom.com/download/snom360-5.3.6a-beta-SIP-j.bin > http://fox.snom.com/download/snom360-5.3.6b-beta-SIP-j.bin