Hi,
I worked today all day on the Cisco 8961 to register with Asterisk, it won’t like it.
So far the easiest thing was to build the CentOS 6.4 x86_64 rpm’s with the Cisco patch.
The phone upgraded to latest CUCM version without issues, I get proper packets, showing the communication between the phone and Asterisk:
[quote]21:23:26.939155 IP (tos 0x60, ttl 64, id 47687, offset 0, flags [+], proto UDP (17), length 1500)
cisco.axivo.com.49156 > apollo.axivo.com.sip: SIP, length: 1472
REFER sip:192.168.1.8 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.9:5060;branch=z9hG4bK5545495c
From: sip:58bc2774e853@192.168.1.9;tag=58bc2774e8530008013be703-0de808e2
To: sip:192.168.1.8
Call-ID: 58bc2774-e8530005-652e4e9e-204eb70f@192.168.1.9
Date: Fri, 01 Jan 1982 00:05:40 GMT
CSeq: 1000 REFER
User-Agent: Cisco-CP8961/9.3.2
Expires: 10
Max-Forwards: 70
Contact: sip:58bc2774e853@192.168.1.9:5060
Require: norefersub
Referred-By: sip:58bc2774e853@192.168.1.9
Refer-To: cid:00f9552c@192.168.1.9
Content-Id: 00f9552c@192.168.1.9
Allow: ACK,BYE,CANCEL,INVITE,NOTIFY,OPTIONS,REFER,REGISTER,UPDATE,SUBSCRIBE
Content-Length: 1192
Content-Type: application/x-cisco-alarm+xml
Content-Disposition: session;handling=required
<?xml version="1.0" encoding="UTF-8"?>\0x0a<x-cisco-alarm>\0x0a<Alarm Name="LastOutOfServiceInformation">\0x0a<ParameterList>\0x0a<String name="DeviceName">SEP58BC2774E853</String>\0x0a<String name="DeviceIPv4Address">192.168.1.9/24</String>\0x0a<String name="IPv4DefaultGateway">192.168.1.1</String>\0x0a<String name="DeviceIPv6Address"></String>\0x0a<String name="IPv6DefaultGateway"></String>\0x0a<String name="ModelNumber">CP-8961</String>\0x0a<String name="NeighborIPv4Address">192.168.1.2</String>\0x0a<String name="NeighborIPv6Address"></String>\0x0a<String name="NeighborDeviceID">5835d9946d32</String>\0x0a<String name="NeighborIPortID">gi8</String>\0x0a<Enum name="DHCPv4Status">1</Enum>\0x0a<Enum name="DHCPv6Status">3</Enum>\0x0a<Enum name="TFTPCfgStatus">1</Enum>\0x0a<Enum name="DNSS[|sip]
21:23:26.939165 IP (tos 0x60, ttl 64, id 47687, offset 1480, flags [none], proto UDP (17), length 482)
cisco.axivo.com > apollo.axivo.com: udp
21:23:26.939182 IP (tos 0xc0, ttl 64, id 63868, offset 0, flags [none], proto ICMP (1), length 576)
apollo.axivo.com > cisco.axivo.com: ICMP host apollo.axivo.com unreachable - admin prohibited, length 556
IP (tos 0x60, ttl 64, id 47687, offset 0, flags [none], proto UDP (17), length 1962)
cisco.axivo.com.49156 > apollo.axivo.com.sip: SIP, length: 1934
REFER sip:192.168.1.8 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.9:5060;branch=z9hG4bK5545495c
From: sip:58bc2774e853@192.168.1.9;tag=58bc2774e8530008013be703-0de808e2
To: sip:192.168.1.8
Call-ID: 58bc2774-e8530005-652e4e9e-204eb70f@192.168.1.9
Date: Fri, 01 Jan 1982 00:05:40 GMT
CSeq: 1000 REFER
User-Agent: Cisco-CP8961/9.3.2
Expires: 10
Max-Forwards: 70
Contact: sip:58bc2774e853@192.168.1.9:5060
Require: norefersub
Referred-By: sip:58bc2774e853@192.168.1.9
Refer-To: cid:00f9552c@192.168.1.9
Content[|sip]
21:23:31.436211 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has apollo.axivo.com tell cisco.axivo.com, length 50
21:23:31.436219 ARP, Ethernet (len 6), IPv4 (len 4), Reply apollo.axivo.com is-at 00:25:64:8c:41:15 (oui Unknown), length 28[/quote]
Right now, my goal is to register the phone. I use a vanilla sip.conf, with no configuration settings added. This being the first time I touch a PBX, I need some guidance from other users to understand how to configure an Asterisk extension (i.e. 100) and register properly the Cisco phone. Thank you.