Tracy R Reed
2004-Dec-04 03:21 UTC
[Asterisk-Users] Snom 220 busy lamps [was: Receptionist phone...]
I am so far unable to get the busy lamps on a Snom 220 to work either with current cvs or asterisk 1.0. I am using the hint extension and the Snom 220 just as described in the "mini-howto" on: http://www.mail-archive.com/asterisk-users@lists.digium.com/msg49781.html There are also a couple of wiki pages referencing this: http://www.voip-info.org/wiki-Asterisk+standard+extensions This one seems a bit out of date: http://www.voip-info.org/wiki-Asterisk+phone+SNOM I have created hint priorities in my dialplan: exten => l00,hint,SIP/100 exten => 100,1,Macro(stdexten,100,SIP/100) I have this set up for phones 100-110. Phone 110 is the receptionists phone and 100 is a normal users phone. I also have subscribecontext=default in all of my sip.conf entries which the mini-howto above completely neglects to mention. Is it necessary? I have gone to the configuration page on the phone and set the function keys to be type "Destination" and put in the numbers of extensions 100-110 which the phone then converts to a sip uri. The sip uri has user= at the end. It defaults to 'phone'. Does this matter? If I do a sip debug peer <peername> on the receptionists phone I can see it successfully subscribe to all of the appropriate channels. If I do a sip show subscriptions it shows me: *CLI> sip show subscriptions Peer User Call ID URI 10.1.2.199 110 3c26700c9cb2-p3yfx90d 10.1.2.199 110 3c26700c5f8f-edjolk9e 10.1.2.199 110 3c26700c3804-klsp2pey 10.1.2.199 110 3c26700c3069-tiq4v9lh 10.1.2.199 110 3c26700c2902-7mkiukbt 10.1.2.199 110 3c26700c1b20-j74r8659 10.1.2.199 110 3c26700c13b5-y76qc0og 10.1.2.199 110 3c26700c0c3f-w6r29j7l 10.1.2.199 110 3c26700c04b6-blfcx2lj 10.1.2.199 110 3c26700bf156-nt8ntdhc 10.1.2.199 110 3c26700be9f9-opq8ysgg 10.1.2.199 110 3c26700bdc79-7qctu66t 10.1.2.199 110 3c26700bcf0b-ixcy19rk 10.1.2.199 110 3c26700bc152-dz03km17 10.1.2.198 100 3c2670098a3f-ojydtir1 0 active SIP subscriptions(s) What does the "User" column represent? It is odd that all of them say 110 (the receptionists phone) except for one which says 100. Extension 100 is a Snom 200 but all of the rest of the phones are Cisco 7960's. But the lights do not work regardless of whether I make a call with a Cisco or the Snom phone. What should be in the URI column? Does the fact that it is empty mean anything? One odd thing is that if a phone is actually online and reporting a status the light on the keypad is illuminated. This seems opposite from what I would expect. I would expect the light to come on only if the phone is busy. If the phone is offline for some reason the light is dark. But the status of the light never changes even when I am making calls on one of the phones. -- Tracy Reed http://copilotcom.com This message is cryptographically signed for your protection. Info: http://copilotconsulting.com/sig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041204/24046f67/attachment.pgp
Peter Svensson
2004-Dec-04 03:51 UTC
[Asterisk-Users] Snom 220 busy lamps [was: Receptionist phone...]
On Sat, 4 Dec 2004, Tracy R Reed wrote:> I have created hint priorities in my dialplan: > > exten => l00,hint,SIP/100 > exten => 100,1,Macro(stdexten,100,SIP/100)^ I guess it may just be a typo during retyping, but you have 'l' (lower case L) in the hint line and a '1' (one) in the macro line. Peter