Hello all, I've got a Cisco 7960 running version 7.4 firmware (heard there were problems with 7.5) and I can't get it to register with Asterisk. I've stripped down my configs on the phone to a bare minimum, and posted them below. Basically, the Cisco phone sends absolutely no packets to the proxy when it gets booted. If I make an outgoing call I see traffic getting to Asterisk, but that's the only time I do; it doesn't even *try* to register (confirmed with 'sip debug' on the Asterisk server, and 'debug sip-messages' on the phone itself.) I'm hoping I'm not the only one to have ever had this problem, and would love it if someone could help. As promised, here are my conf files: SIPDefault.cnf: image_version:P0S3-07-4-00 proxy1_address:asterisk.xxxx.com telnet_level:2 SIP<macaddress>.cnf line1_name:username line1_authname:username line1_password:password user_info:none -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060216/b5d1df4a/attachment.htm
Add the following to your Config FIles. Either one is fine. # Proxy Registration (0-disable (default), 1-enable) proxy_register: 1 # Phone Registration Expiration [1-3932100 sec] (Default - 3600) timer_register_expires: 360 ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mike Newton Sent: Thursday, February 16, 2006 7:32 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 won't register Hello all, I've got a Cisco 7960 running version 7.4 firmware (heard there were problems with 7.5) and I can't get it to register with Asterisk. I've stripped down my configs on the phone to a bare minimum, and posted them below. Basically, the Cisco phone sends absolutely no packets to the proxy when it gets booted. If I make an outgoing call I see traffic getting to Asterisk, but that's the only time I do; it doesn't even *try* to register (confirmed with 'sip debug' on the Asterisk server, and 'debug sip-messages' on the phone itself.) I'm hoping I'm not the only one to have ever had this problem, and would love it if someone could help. As promised, here are my conf files: SIPDefault.cnf: image_version:P0S3-07-4-00 proxy1_address:asterisk.xxxx.com telnet_level:2 SIP<macaddress>.cnf line1_name:username line1_authname:username line1_password:password user_info:none -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060216/ba0be5a2/attachment.htm
Thank you, I added both to SIPDefault.cnf and I am seeing traffic now. It's strange that it would default to not registering, and wouldn't try to register even if I went into the phone and did a 'register 1 1' command. I'm getting a 401 Unauthorized back from Asterisk now. With the following sip.conf entry and the previously posted phone config files, shouldn't I be okay? Is there anything different that Cisco does that I need to account for in Asterisk? [username] type=friend username=username secret=password qualify=yes allow=all nat=yes host=dynamic canreinvite=no dtmfmode=rfc2833 context=contextname _____ From: Alexander Lopez [mailto:Alex.Lopez@opsys.com] Sent: 16 February 2006 18:14 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Cisco 7960 won't register Add the following to your Config FIles. Either one is fine. # Proxy Registration (0-disable (default), 1-enable) proxy_register: 1 # Phone Registration Expiration [1-3932100 sec] (Default - 3600) timer_register_expires: 360 _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mike Newton Sent: Thursday, February 16, 2006 7:32 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 won't register Hello all, I've got a Cisco 7960 running version 7.4 firmware (heard there were problems with 7.5) and I can't get it to register with Asterisk. I've stripped down my configs on the phone to a bare minimum, and posted them below. Basically, the Cisco phone sends absolutely no packets to the proxy when it gets booted. If I make an outgoing call I see traffic getting to Asterisk, but that's the only time I do; it doesn't even *try* to register (confirmed with 'sip debug' on the Asterisk server, and 'debug sip-messages' on the phone itself.) I'm hoping I'm not the only one to have ever had this problem, and would love it if someone could help. As promised, here are my conf files: SIPDefault.cnf: image_version:P0S3-07-4-00 proxy1_address:asterisk.xxxx.com telnet_level:2 SIP<macaddress>.cnf line1_name:username line1_authname:username line1_password:password user_info:none -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060217/76b228df/attachment.htm