[asterisk-bugs] [Asterisk 0018951]: [regression] Cisco phones do not register

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Apr 22 04:03:48 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18951 
====================================================================== 
Reported By:                jmls
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18951
Category:                   Channels/chan_sip/Registration
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
JIRA:                       SWP-3257 
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 309947 
Request Review:              
====================================================================== 
Date Submitted:             2011-03-09 15:40 CST
Last Modified:              2011-04-22 04:03 CDT
====================================================================== 
Summary:                    [regression] Cisco phones do not register
Description: 
Prior to r304241, cisco phones worked fine. After this revision, cisco 79xx
phones do not register with asterisk.
====================================================================== 

---------------------------------------------------------------------- 
 (0134038) alecdavis (manager) - 2011-04-22 04:03
 https://issues.asterisk.org/view.php?id=18951#c134038 
---------------------------------------------------------------------- 
trunk Asterisk SVN-branch-1.8-r313860M and "User-Agent: Cisco-CP7940G/8.0"
also get the same as jmls and wdoekes if the following isn't set.

in SIP001234567890.cnf (probably could have been in SIPDefault.cnf)<pre>
# NAT/Firewall Traversal
nat_enable: "1"
nat_address: ""
voip_control_port: "5060"
start_media_port: "16384"
end_media_port:  "32766"
nat_received_processing: "1"</pre>

without the above I get
tcpdump: of failed register
20:43:50.392816 IP 192.168.124.63.50367 > 192.168.5.40.5060: SIP, length:
557
20:43:50.393139 IP 192.168.5.40.5060 > 192.168.124.63.50367: SIP, length:
559
20:43:50.436852 IP 192.168.124.63 > 192.168.5.40: ICMP 192.168.124.63 udp
port 50367 unreachable, length 36

with the above in the provisioning.
tcpdump of successful register
20:48:51.741057 IP 192.168.124.63.5060 > 192.168.5.40.5060: SIP, length:
520
20:48:51.741428 IP 192.168.5.40.5060 > 192.168.124.63.5060: SIP, length:
559
20:48:51.870860 IP 192.168.124.63.5060 > 192.168.5.40.5060: SIP, length:
674
20:48:51.871203 IP 192.168.5.40.5060 > 192.168.124.63.5060: SIP, length:
602 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-22 04:03 alecdavis      Note Added: 0134038                          
======================================================================




More information about the asterisk-bugs mailing list