не верю, что циска не пытается регаться
выключаешь тело
запускаешь
tcpdump -i any -vvvnn -s0 -w /tmp/fulldump.cap
включаешь тело
ждешь стабилизации моргания индикаторов
прерываешь снятие дампа и выкладываешь файл /tmp/fulldump.cap
При всём уважении - всё-таки хуже. Начиная с 9.0 там только по ТСР регистрация.Vlad1983 писал(а):от более свежей прошивки хуже обычно не бывает
Имеет смысл отъехать назад на 8.ХVersion 9.0(2)SR1 was released February 18 2010. Note the new main version number of 9 which indicates some potentially major changes to the code. This release does not work at all with third party SIP servers - whether this is a bug or by design remains unknown. However the XML config files which worked with version 8.5 will load - but Wireshark traces show the phone will refuse to even attempt to register or send SIP invites out to an upstream SIP server. Until it is known why this is the case, this release is NOT recommended for production.
Version 9.0(3) Does in deed work with Asterisk. As of 9.X Cisco has switch to using ONLY TCP for SIP connectivity. NEW: Work with Asterisk 1.6.2.13 with TCP SIP enabled, like described lower, but "Redial" button is broken.
Enabling TCP SIP
sip.conf:
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
callcounter=yes
transport=udp, tcp
SEP<MAC>.cnf.xml:
<line button="1">
<featureID>9</featureID>
<featureLabel>Foo</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<name>0308</name>
N.B. It must say _exactly_ USECALLMANAGER
Код: Выделить всё
09:29:36.775056 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:37.774707 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:38.774727 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:39.774726 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:40.774762 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:50.774999 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:51.774680 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:52.774685 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:53.774683 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:54.774702 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:29:55.774400 arp reply 192.168.88.17 is-at e8:40:40:a2:73:1c (oui Unknown)
09:30:06.111805 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:30:07.111639 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:30:08.111661 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:30:09.111637 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:30:10.112634 IP 192.168.88.17 > mantis.local: ICMP 192.168.88.17 udp port sip unreachable, length 36
09:30:20.133627 IP 192.168.88.17.50202 > mantis.local.sip: SIP, length: 1020
09:30:25.111350 arp reply 192.168.88.17 is-at e8:40:40:a2:73:1c (oui Unknown)
09:31:20.152065 IP 192.168.88.17.52324 > mantis.local.sip: SIP, length: 1019
09:31:25.133247 arp reply 192.168.88.17 is-at e8:40:40:a2:73:1c (oui Unknown)
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
callcounter=yes
transport=udp, tcp