Re: Configuration help needed for Cisco 7905
Thomas Ries <[email protected]> Sun, 08 Sep 2013 14:21:11 +0200
| Newsgroups | gmane.network.siproxd |
|---|---|
| Message-ID | <[email protected]> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============6327163404359484498== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K3AVeo6ia9H0QUfj4I8E27UCaNNXQ43pf" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --K3AVeo6ia9H0QUfj4I8E27UCaNNXQ43pf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hmm, the dumps look funny. Your internal address 192.168.15.200 (which supposedly ist the internal I= P of the siproxd host) does unexpectedly show up in VIA header of incoming SIP= messages (whereas the matching outgoing message clearly did *NOT* contain= the internal IP but the public IP address). This makes me believe *strongly* that some other toys in your network are= messing around with the SIP protocol. Do you have a SIP aware NAT Router/Firewall in place (between siporxd and the Internet)? If so, do di= sable *all* SIP processing on those devices. Siproxd will not work properly if = some other network device does fiddle around with SIP messages and rewrites IP= addresses. I suspect that something does introduce the internal 192.168.15.200 IP ad= dress upon receiving messages from the external SIP REGISTRAR, this the causes = a non-match within siproxd. See the incoming INVITE request, it is deirecte= d to "INVITE sip:[email protected]:5060 SIP/2.0" and not to the public IP a= s expected. Siproxd is unable to find the correct internal SIP device for t= his incoming call (as the mapping is based on the public IP address), leading= to the following log entry: 09:40:15 proxy.c:242 request [INVITE] from/to unregistered UA (RQ: [email protected] -> [email protected]) and a 408 Timeout being sent back to the requestor. I hope this helps to further track down things. Best regards, /Thomas On 09/08/2013 05:29 AM, Jeremy Malcolm wrote: > On 24/08/2013, at 4:49 PM, Thomas Ries <[email protected]> wrote: >=20 >> Hello Jeremy, >> >> now you probabla need to capture a full debug log, including the REGIS= TER >> sequence of teh Cisco phone and inlcude in an incoming call. >> >> I still suspect that the Cisco phone is doing something funny at regis= tration >> time. To further look into this, a detailed debug log of siproxd is ne= eded. >=20 >=20 > Thanks, here is the debug log - I am turning on the phone, which then r= egisters, and an incoming call is then received by siproxd, which fails t= o be sent to the Cisco phone. >=20 > 09:39:53 INFO:siproxd.c:233 siproxd-0.8.1-53 i486-pc-linux-gnu starting= up > 09:39:53 readconf.c:76 setting default config values > 09:39:53 readconf.c:79 trying to read config file > 09:39:53 readconf.c:97 ... trying /root/.siproxdrc > 09:39:53 readconf.c:97 ... trying /etc/siproxd.conf > 09:39:53 readconf.c:227 cfg line:"if_inbound =3D eth0" > 09:39:53 readconf.c:234 got keyword:"if_inbound" > 09:39:53 readconf.c:244 got argument:"eth0" > 09:39:53 readconf.c:283 STRING=3D"eth0" > 09:39:53 readconf.c:227 cfg line:"if_outbound =3D eth0" > 09:39:53 readconf.c:234 got keyword:"if_outbound" > 09:39:53 readconf.c:244 got argument:"eth0" > 09:39:53 readconf.c:283 STRING=3D"eth0" > 09:39:53 readconf.c:227 cfg line:"host_outbound =3D name-that-resolves-= to-my-external-ip.net" > 09:39:53 readconf.c:234 got keyword:"host_outbound" > 09:39:53 readconf.c:244 got argument:"name-that-resolves-to-my-external= -ip.net" > 09:39:53 readconf.c:283 STRING=3D"name-that-resolves-to-my-external-ip.= net" > 09:39:53 readconf.c:227 cfg line:"hosts_allow_reg =3D 192.168.15.0/24" > 09:39:53 readconf.c:234 got keyword:"hosts_allow_reg" > 09:39:53 readconf.c:244 got argument:"192.168.15.0/24" > 09:39:53 readconf.c:283 STRING=3D"192.168.15.0/24" > 09:39:53 readconf.c:227 cfg line:"sip_listen_port =3D 5060" > 09:39:53 readconf.c:234 got keyword:"sip_listen_port" > 09:39:53 readconf.c:244 got argument:"5060" > 09:39:53 readconf.c:259 INT4=3D5060 > 09:39:53 readconf.c:227 cfg line:"daemonize =3D 0" > 09:39:53 readconf.c:234 got keyword:"daemonize" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"silence_log =3D 0" > 09:39:53 readconf.c:234 got keyword:"silence_log" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"user =3D siproxd " > 09:39:53 readconf.c:234 got keyword:"user" > 09:39:53 readconf.c:244 got argument:"siproxd " > 09:39:53 readconf.c:283 STRING=3D"siproxd" > 09:39:53 readconf.c:227 cfg line:"registration_file =3D /var/lib/siprox= d/siproxd_registrations" > 09:39:53 readconf.c:234 got keyword:"registration_file" > 09:39:53 readconf.c:244 got argument:"/var/lib/siproxd/siproxd_registra= tions" > 09:39:53 readconf.c:283 STRING=3D"/var/lib/siproxd/siproxd_registration= s" > 09:39:53 readconf.c:227 cfg line:"autosave_registrations =3D 300" > 09:39:53 readconf.c:234 got keyword:"autosave_registrations" > 09:39:53 readconf.c:244 got argument:"300" > 09:39:53 readconf.c:259 INT4=3D300 > 09:39:53 readconf.c:227 cfg line:"rtp_proxy_enable =3D 1" > 09:39:53 readconf.c:234 got keyword:"rtp_proxy_enable" > 09:39:53 readconf.c:244 got argument:"1" > 09:39:53 readconf.c:259 INT4=3D1 > 09:39:53 readconf.c:227 cfg line:"rtp_port_low =3D 7070" > 09:39:53 readconf.c:234 got keyword:"rtp_port_low" > 09:39:53 readconf.c:244 got argument:"7070" > 09:39:53 readconf.c:259 INT4=3D7070 > 09:39:53 readconf.c:227 cfg line:"rtp_port_high =3D 7089" > 09:39:53 readconf.c:234 got keyword:"rtp_port_high" > 09:39:53 readconf.c:244 got argument:"7089" > 09:39:53 readconf.c:259 INT4=3D7089 > 09:39:53 readconf.c:227 cfg line:"rtp_timeout =3D 300" > 09:39:53 readconf.c:234 got keyword:"rtp_timeout" > 09:39:53 readconf.c:244 got argument:"300" > 09:39:53 readconf.c:259 INT4=3D300 > 09:39:53 readconf.c:227 cfg line:"rtp_dscp =3D 46" > 09:39:53 readconf.c:234 got keyword:"rtp_dscp" > 09:39:53 readconf.c:244 got argument:"46" > 09:39:53 readconf.c:259 INT4=3D46 > 09:39:53 readconf.c:227 cfg line:"sip_dscp =3D 0" > 09:39:53 readconf.c:234 got keyword:"sip_dscp" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"rtp_input_dejitter =3D 0" > 09:39:53 readconf.c:234 got keyword:"rtp_input_dejitter" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"rtp_output_dejitter =3D 0" > 09:39:53 readconf.c:234 got keyword:"rtp_output_dejitter" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"tcp_timeout =3D 600" > 09:39:53 readconf.c:234 got keyword:"tcp_timeout" > 09:39:53 readconf.c:244 got argument:"600" > 09:39:53 readconf.c:259 INT4=3D600 > 09:39:53 readconf.c:227 cfg line:"tcp_connect_timeout =3D 500" > 09:39:53 readconf.c:234 got keyword:"tcp_connect_timeout" > 09:39:53 readconf.c:244 got argument:"500" > 09:39:53 readconf.c:259 INT4=3D500 > 09:39:53 readconf.c:227 cfg line:"tcp_keepalive =3D 20" > 09:39:53 readconf.c:234 got keyword:"tcp_keepalive" > 09:39:53 readconf.c:244 got argument:"20" > 09:39:53 readconf.c:259 INT4=3D20 > 09:39:53 readconf.c:227 cfg line:"debug_level =3D -1" > 09:39:53 readconf.c:234 got keyword:"debug_level" > 09:39:53 readconf.c:244 got argument:"-1" > 09:39:53 readconf.c:259 INT4=3D-1 > 09:39:53 readconf.c:227 cfg line:"debug_port =3D 0" > 09:39:53 readconf.c:234 got keyword:"debug_port" > 09:39:53 readconf.c:244 got argument:"0" > 09:39:53 readconf.c:259 INT4=3D0 > 09:39:53 readconf.c:227 cfg line:"plugindir=3D/usr/lib/siproxd/" > 09:39:53 readconf.c:234 got keyword:"plugindir" > 09:39:53 readconf.c:244 got argument:"/usr/lib/siproxd/" > 09:39:53 readconf.c:283 STRING=3D"/usr/lib/siproxd/" > 09:39:53 readconf.c:227 cfg line:"load_plugin=3Dplugin_logcall.so" > 09:39:53 readconf.c:234 got keyword:"load_plugin" > 09:39:53 readconf.c:244 got argument:"plugin_logcall.so" > 09:39:53 readconf.c:309 STRINGA[0]=3D"plugin_logcall.so" > 09:39:53 readconf.c:214 skipped: "plugin_demo_string =3D This_is_a_stri= ng_passed_to_the_demo_plugin" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_akey =3D *00" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_entry =3D 1747474324= 6" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_entry =3D 1747474500= 0" > 09:39:53 readconf.c:214 skipped: "plugin_defaulttarget_log =3D 1" > 09:39:53 readconf.c:214 skipped: "plugin_defaulttarget_target =3D sip:c= isco-Q0ErXNX1RuY/[email protected]:5060" > 09:39:53 readconf.c:214 skipped: "plugin_fix_bogus_via_networks =3D 10.= 0.0.0/8,172.16.0.0/12,192.168.0.0/16" > 09:39:53 readconf.c:214 skipped: "plugin_stun_server =3D stun.xten.com"= > 09:39:53 readconf.c:214 skipped: "plugin_stun_port =3D 3478" > 09:39:53 readconf.c:214 skipped: "plugin_stun_period =3D 300" > 09:39:53 readconf.c:214 skipped: "plugin_prefix_akey =3D 0" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc =3D Test Regex 1= " > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern =3D ^sip:00" > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace =3D +" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc =3D Test Regex 2= " > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern =3D ^sip:01" > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace =3D +a" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc =3D Test Regex 3= " > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern =3D ^(sips?):01"= > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace =3D \1:001" > 09:39:53 readconf.c:133 rounded rtp_port_high down to 7088 > 09:39:53 plugins.c:83 load_plugins: opening plugin [/usr/lib/siproxd/pl= ugin_logcall.so] > 09:39:53 plugins.c:98 load_plugins: init=3D0xb76e1580, process=3D0xb76e= 15c0, end=3D0xb76e1840 > 09:39:53 INFO:plugins.c:112 Plugin 'plugin_logcall' [Logs calls to sysl= og] loaded with success, exemask=3D0x40 > 09:39:53 utils.c:286 running w/uid=3D0, euid=3D0, gid=3D0, egid=3D0 > 09:39:53 utils.c:322 changing uid/gid to siproxd > 09:39:53 utils.c:325 changed gid to 117 - Ok > 09:39:53 utils.c:329 changed egid to 117 - Ok > 09:39:53 utils.c:333 changed euid to 115 - Ok > 09:39:53 INFO:rtpproxy_relay.c:121 Current thread stacksize is 8192 kB > 09:39:53 rtpproxy_relay.c:138 create thread > 09:39:53 rtpproxy_relay.c:140 created, sts=3D0 > 09:39:53 rtpproxy_relay.c:151 uid=3D0, euid=3D115 > 09:39:53 rtpproxy_relay.c:164 pmin=3D1, pmax=3D99, using p=3D33 > 09:39:53 INFO:sock.c:131 bound to port 5060 > 09:39:53 sock.c:133 bound UDP socket=3D4, TCP socket=3D5 > 09:39:53 INFO:siproxd.c:344 siproxd-0.8.1-53 i486-pc-linux-gnu started > 09:39:53 sock.c:157 entered sipsock_waitfordata > 09:39:53 sock.c:169 winding up select() timeout > 09:39:58 register.c:509 sip_agemap, t=3D1378604398 > 09:39:58 sock.c:157 entered sipsock_waitfordata > 09:39:58 sock.c:169 winding up select() timeout > 09:40:03 register.c:509 sip_agemap, t=3D1378604403 > 09:40:03 sock.c:157 entered sipsock_waitfordata > 09:40:03 sock.c:169 winding up select() timeout > 09:40:06 sock.c:220 FD 4 =3D active > 09:40:06 sock.c:281 received UDP packet from [192.168.15.122:5060] coun= t=3D427 > ---BUFFER DUMP follows--- > 52 45 47 49 53 54 45 52 20 73 69 70 3a 6d 61 6c REGISTER sip:my.s > 63 6f 6c 6d 2e 69 64 2e 61 75 20 53 49 50 2f 32 ip.server.net SIP/2 > 2e 30 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 .0..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 31 32 32 3a 35 30 36 30 0d 0a 46 72 6f 6d 3a 20 122:5060..From:=20 > 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c sip:[email protected] > 6d 2e 69 64 2e 61 75 3b 74 61 67 3d 32 34 37 31 erver.net;tag=3D2471 > 30 35 32 35 38 33 0d 0a 54 6f 3a 20 73 69 70 3a 052583..To: sip: > 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 [email protected] > 2e 61 75 0d 0a 43 61 6c 6c 2d 49 44 3a 20 33 35 er.net.Call-ID: 35 > 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 36 38 [email protected] > 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 31 .15.122..CSeq: 1 > 20 52 45 47 49 53 54 45 52 0d 0a 43 6f 6e 74 61 REGISTER..Conta > 63 74 3a 20 4a 65 72 65 6d 79 20 61 6e 64 20 44 ct: Jeremy and D > 6f 6d 69 6e 69 63 61 20 4d 61 6c 63 6f 6c 6d 20 ominica Malcolm=20 > 3c 73 69 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 <sip:[email protected] > 36 38 2e 31 35 2e 31 32 32 3a 35 30 36 30 3b 74 68.15.122:5060;t > 72 61 6e 73 70 6f 72 74 3d 75 64 70 3e 3b 65 78 ransport=3Dudp>;ex > 70 69 72 65 73 3d 33 36 30 30 0d 0a 55 73 65 72 pires=3D3600..User > 2d 41 67 65 6e 74 3a 20 43 69 73 63 6f 2d 43 50 -Agent: Cisco-CP > 37 39 30 35 2f 31 2e 30 31 2d 30 33 30 38 30 37 7905/1.01-030807 > 41 0d 0a 41 6c 6c 6f 77 3a 20 41 43 4b 2c 20 42 A..Allow: ACK, B > 59 45 2c 20 43 41 4e 43 45 4c 2c 20 49 4e 56 49 YE, CANCEL, INVI > 54 45 2c 20 4e 4f 54 49 46 59 2c 20 4f 50 54 49 TE, NOTIFY, OPTI > 4f 4e 53 2c 20 52 45 46 45 52 2c 20 52 45 47 49 ONS, REFER, REGI > 53 54 45 52 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 STER..Content-Le > 6e 67 74 68 3a 20 30 0d 0a 0d 0a ngth: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 siproxd.c:387 received 427 bytes of data > 09:40:06 accessctl.c:50 deny list (SIP):*NULL* > 09:40:06 accessctl.c:52 allow list (SIP):*NULL* > 09:40:06 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:06 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =3D24 > 09:40:06 utils.c:99 initializing DNS cache (256 entries) > 09:40:06 utils.c:215 DNS lookup - resolved: 192.168.15.0 -> 192.168.15.= 0 > 09:40:06 utils.c:255 DNS lookup - store into cache, entry 0) > 09:40:06 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3Dc0a80f00 > 09:40:06 accessctl.c:92 granted REG/SIP access > 09:40:06 accessctl.c:99 access check =3D3 > 09:40:06 security.c:48 security_check_raw: size=3D427 > 09:40:06 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:06 siproxd.c:526 received SIP type REQ:REGISTER > 09:40:06 utils.c:215 DNS lookup - resolved: my.sip.server.net -> 85.234= =2E150.85 > 09:40:06 utils.c:255 DNS lookup - store into cache, entry 1) > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:437 initializing ifaddr cache (32 entries) > 09:40:06 utils.c:481 getifaddrs - eth0 / lo, ifa_addr=3D0x986277c, addr= family=3D17 > 09:40:06 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=3D0x9862818, ad= drfamily=3D17 > 09:40:06 utils.c:481 getifaddrs - eth0 / wlan0, ifa_addr=3D0x98628b4, a= ddrfamily=3D17 > 09:40:06 utils.c:481 getifaddrs - eth0 / sit0, ifa_addr=3D0x9862950, ad= drfamily=3D17 > 09:40:06 utils.c:481 getifaddrs - eth0 / he-ipv6, ifa_addr=3D0x98629ec,= addrfamily=3D17 > 09:40:06 utils.c:481 getifaddrs - eth0 / lo, ifa_addr=3D0x9862a88, addr= family=3D2 > 09:40:06 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=3D0x9862b24, ad= drfamily=3D2 > 09:40:06 utils.c:491 getifaddrs - MATCH, sin_addr=3D192.168.15.200 > 09:40:06 utils.c:543 get_ip_by_ifname: if eth0 has IP:192.168.15.200 (f= lags=3D11043) UP > 09:40:06 utils.c:563 ifname lookup - store into cache, entry 0) > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:215 DNS lookup - resolved: name-that-resolves-to-my-ex= ternal-ip.net -> 128.107.224.32 > 09:40:06 utils.c:255 DNS lookup - store into cache, entry 2) > 09:40:06 siproxd.c:580 proxying REGISTER request to:my.sip.server.net > 09:40:06 register.c:239 sip_register: > 09:40:06 register.c:325 register: cisco-Q0ErXNX1RuY/[email protected] expires=3D3600 s= econds > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 register.c:350 found entry for cisco-Q0ErXNX1RuY/[email protected] <-> cisco@= my.sip.server.net at slot=3D0, exp=3D3441 > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 register.c:450 masquerading UA cisco-Q0ErXNX1RuY/[email protected] local cisc= [email protected] > 09:40:06 proxy.c:89 proxy_request > 09:40:06 route_processing.c:63 route_preprocess: no Route header presen= t > 09:40:06 utils.c:215 DNS lookup - resolved: 192.168.15.122 -> 192.168.1= 5.122 > 09:40:06 utils.c:255 DNS lookup - store into cache, entry 3) > 09:40:06 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :192.168.15.122 > 09:40:06 proxy.c:180 outgoing request from cisco-pU0pTbRKGX/[email protected] from= inbound > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-Q0ErXNX1RuY/[email protected] -> si= p:cisco-Q0ErXNX1RuY/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sip_utils.c:681 rewriting Contact header cisco-Q0ErXNX1RuY/[email protected] = -> [email protected] > 09:40:06 proxy.c:295 setting Max-Forwards=3D70 > 09:40:06 proxy.c:316 Purging Record-Routes (outgoing packet) > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 proxy.c:400 proxy_request: have SIP URI to my.sip.server.net:5= 060 > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:866 non-existing branch -> branch hash [fd9a98afab= 4a9a564069b934f6762700] > 09:40:06 sip_utils.c:593 adding VIA:SIP/2.0/UDP 128.107.224.32:5060;bra= nch=3Dz9hG4bKfd9a98afab4a9a564069b934f6762700 > 09:40:06 sock.c:434 send UDP packet to 85.234.150.85: 5060 > ---BUFFER DUMP follows--- > 52 45 47 49 53 54 45 52 20 73 69 70 3a 6d 61 6c REGISTER sip:my. > 63 6f 6c 6d 2e 69 64 2e 61 75 20 53 49 50 2f 32 sip.server.net SIP/2 > 2e 30 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 .0..Via: SIP/2.0 > 2f 55 44 50 20 31 31 38 2e 31 30 37 2e 32 32 34 /UDP 118.107.224 > 2e 34 37 3a 35 30 36 30 3b 62 72 61 6e 63 68 3d .47:5060;branch=3D > 7a 39 68 47 34 62 4b 66 64 39 61 39 38 61 66 61 z9hG4bKfd9a98afa > 62 34 61 39 61 35 36 34 30 36 39 62 39 33 34 66 b4a9a564069b934f > 36 37 36 32 37 30 30 0d 0a 56 69 61 3a 20 53 49 6762700..Via: SI > 50 2f 32 2e 30 2f 55 44 50 20 31 39 32 2e 31 36 P/2.0/UDP 192.16 > 38 2e 31 35 2e 31 32 32 3a 35 30 36 30 0d 0a 46 8.15.122:5060..F > 72 6f 6d 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 rom: <sip:cisco@ > 6d 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 3b 74 my.sip.server.net>;t > 61 67 3d 32 34 37 31 30 35 32 35 38 33 0d 0a 54 ag=3D2471052583..T > 6f 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 o: <sip:cisco@my. > 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 0d 0a 43 61 sip.server.net>..Ca > 6c 6c 2d 49 44 3a 20 33 35 35 37 35 37 32 32 31 ll-ID: 355757221 > 31 40 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 [email protected] > 0d 0a 43 53 65 71 3a 20 31 20 52 45 47 49 53 54 ..CSeq: 1 REGIST > 45 52 0d 0a 43 6f 6e 74 61 63 74 3a 20 4a 65 72 ER..Contact: Jer > 65 6d 79 20 61 6e 64 20 44 6f 6d 69 6e 69 63 61 emy and Dominica > 20 4d 61 6c 63 6f 6c 6d 20 3c 73 69 70 3a 63 69 Malcolm <sip:ci > 73 63 6f 40 31 31 38 2e 31 30 37 2e 32 32 34 2e [email protected] > 34 37 3e 3b 65 78 70 69 72 65 73 3d 33 36 30 30 47>;expires=3D3600 > 0d 0a 41 6c 6c 6f 77 3a 20 41 43 4b 0d 0a 41 6c ..Allow: ACK..Al > 6c 6f 77 3a 20 42 59 45 0d 0a 41 6c 6c 6f 77 3a low: BYE..Allow: > 20 43 41 4e 43 45 4c 0d 0a 41 6c 6c 6f 77 3a 20 CANCEL..Allow:=20 > 49 4e 56 49 54 45 0d 0a 41 6c 6c 6f 77 3a 20 4e INVITE..Allow: N > 4f 54 49 46 59 0d 0a 41 6c 6c 6f 77 3a 20 4f 50 OTIFY..Allow: OP > 54 49 4f 4e 53 0d 0a 41 6c 6c 6f 77 3a 20 52 45 TIONS..Allow: RE > 46 45 52 0d 0a 41 6c 6c 6f 77 3a 20 52 45 47 49 FER..Allow: REGI > 53 54 45 52 0d 0a 55 73 65 72 2d 61 67 65 6e 74 STER..User-agent > 3a 20 43 69 73 63 6f 2d 43 50 37 39 30 35 2f 31 : Cisco-CP7905/1 > 2e 30 31 2d 30 33 30 38 30 37 41 0d 0a 4d 61 78 .01-030807A..Max > 2d 46 6f 72 77 61 72 64 73 3a 20 37 30 0d 0a 43 -Forwards: 70..C > 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 ontent-Length: 0 > 0d 0a 0d 0a .... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 =3D active > 09:40:06 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D341 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 31 30 30 20 54 72 79 69 SIP/2.0 100 Tryi > 6e 67 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 ng..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 32 30 30 3a 35 30 36 30 3b 62 72 61 6e 63 68 3d 200:5060;branch=3D > 7a 39 68 47 34 62 4b 66 64 39 61 39 38 61 66 61 z9hG4bKfd9a98afa > 62 34 61 39 61 35 36 34 30 36 39 62 39 33 34 66 b4a9a564069b934f > 36 37 36 32 37 30 30 3b 72 65 63 65 69 76 65 64 6762700;received > 3d 31 31 38 2e 31 30 37 2e 32 32 34 2e 34 37 0d =3D128.107.224.32. > 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 .Via: SIP/2.0/UD > 50 20 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 P 192.168.15.122 > 3a 35 30 36 30 0d 0a 46 72 6f 6d 3a 20 3c 73 69 :5060..From: <si > 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e p:[email protected] > 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 er.net>;tag=3D24710 > 35 32 35 38 33 0d 0a 54 6f 3a 20 3c 73 69 70 3a 52583..To: <sip: > 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 [email protected] > 2e 61 75 3e 0d 0a 43 61 6c 6c 2d 49 44 3a 20 33 er.net>..Call-ID: 3 > 35 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 36 [email protected] > 38 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 8.15.122..CSeq:=20 > 31 20 52 45 47 49 53 54 45 52 0d 0a 53 65 72 76 1 REGISTER..Serv > 65 72 3a 20 59 41 54 45 2f 34 2e 31 2e 30 0d 0a er: YATE/4.1.0.. > 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 Content-Length:=20 > 30 0d 0a 0d 0a 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 siproxd.c:387 received 341 bytes of data > 09:40:06 accessctl.c:50 deny list (SIP):*NULL* > 09:40:06 accessctl.c:52 allow list (SIP):*NULL* > 09:40:06 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:06 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =3D24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:06 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:06 accessctl.c:99 access check =3D1 > 09:40:06 security.c:48 security_check_raw: size=3D341 > 09:40:06 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:06 sip_utils.c:198 via name 192.168.15.122 > 09:40:06 sip_utils.c:221 resolving IP of interface outbound > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:221 resolving IP of interface inbound > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 sip_utils.c:229 resolving IP of interface 'host_outbound' > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 siproxd.c:526 received SIP type RES:Trying > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 proxy.c:483 proxy_response > 09:40:06 sip_utils.c:618 deleting topmost VIA > 09:40:06 sip_utils.c:198 via name 192.168.15.200 > 09:40:06 sip_utils.c:221 resolving IP of interface outbound > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:221 resolving IP of interface inbound > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 sip_utils.c:238 got address match [192.168.15.200] > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 proxy.c:523 incoming response for cisco-pU0pTbRKGX/[email protected] from= outbound > 09:40:06 register.c:649 REGISTER response, looking for 'Expire' informa= tion > 09:40:06 proxy.c:655 Adding my Record-Route > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sock.c:434 send UDP packet to 192.168.15.122: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 31 30 30 20 54 72 79 69 SIP/2.0 100 Tryi > 6e 67 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 ng..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 31 32 32 3a 35 30 36 30 0d 0a 52 65 63 6f 72 64 122:5060..Record > 2d 52 6f 75 74 65 3a 20 3c 73 69 70 3a 73 69 70 -Route: <sip:sip > 72 6f 78 64 40 31 39 32 2e 31 36 38 2e 31 35 2e roxd-Q0ErXNX1RuaF2y9mwtC/[email protected] > 32 30 30 3a 35 30 36 30 3b 6c 72 3e 0d 0a 46 72 200:5060;lr>..Fr > 6f 6d 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d om: <sip:cisco@my. > 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 3b 74 61 sip.server.net>;ta > 67 3d 32 34 37 31 30 35 32 35 38 33 0d 0a 54 6f g=3D2471052583..To > 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c : <sip:[email protected] > 63 6f 6c 6d 2e 69 64 2e 61 75 3e 0d 0a 43 61 6c .server.net>..Cal > 6c 2d 49 44 3a 20 33 35 35 37 35 37 32 32 31 31 l-ID: 3557572211 > 40 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 0d @192.168.15.122. > 0a 43 53 65 71 3a 20 31 20 52 45 47 49 53 54 45 .CSeq: 1 REGISTE > 52 0d 0a 53 65 72 76 65 72 3a 20 59 41 54 45 2f R..Server: YATE/ > 34 2e 31 2e 30 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 4.1.0..Content-L > 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a ength: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 =3D active > 09:40:06 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D532 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 34 30 31 20 55 6e 61 75 SIP/2.0 401 Unau > 74 68 6f 72 69 7a 65 64 0d 0a 56 69 61 3a 20 53 thorized..Via: S > 49 50 2f 32 2e 30 2f 55 44 50 20 31 39 32 2e 31 IP/2.0/UDP 192.1 > 36 38 2e 31 35 2e 32 30 30 3a 35 30 36 30 3b 62 68.15.200:5060;b > 72 61 6e 63 68 3d 7a 39 68 47 34 62 4b 66 64 39 ranch=3Dz9hG4bKfd9 > 61 39 38 61 66 61 62 34 61 39 61 35 36 34 30 36 a98afab4a9a56406 > 39 62 39 33 34 66 36 37 36 32 37 30 30 3b 72 65 9b934f6762700;re > 63 65 69 76 65 64 3d 31 31 38 2e 31 30 37 2e 32 ceived=3D118.107.2 > 32 34 2e 34 37 0d 0a 56 69 61 3a 20 53 49 50 2f 24.47..Via: SIP/ > 32 2e 30 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 2.0/UDP 192.168. > 31 35 2e 31 32 32 3a 35 30 36 30 0d 0a 46 72 6f 15.122:5060..Fro > 6d 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 m: <sip:[email protected] > 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 3b 74 61 67 .server.net>;tag > 3d 32 34 37 31 30 35 32 35 38 33 0d 0a 54 6f 3a =3D2471052583..To: > 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 <sip:[email protected] > 6f 6c 6d 2e 69 64 2e 61 75 3e 0d 0a 43 61 6c 6c server.net>..Call > 2d 49 44 3a 20 33 35 35 37 35 37 32 32 31 31 40 -ID: 3557572211@ > 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 0d 0a 192.168.15.122.. > 43 53 65 71 3a 20 31 20 52 45 47 49 53 54 45 52 CSeq: 1 REGISTER > 0d 0a 57 57 57 2d 41 75 74 68 65 6e 74 69 63 61 ..WWW-Authentica > 74 65 3a 20 44 69 67 65 73 74 20 72 65 61 6c 6d te: Digest realm > 3d 22 59 61 74 65 22 2c 20 6e 6f 6e 63 65 3d 22 =3D"Yate", nonce=3D" > 38 39 31 37 38 63 66 33 63 66 63 38 35 35 34 63 89178cf3cfc8554c > 31 31 33 35 62 38 39 36 39 35 34 36 61 32 35 64 1135b8969546a25d > 2e 31 33 37 38 36 30 34 38 32 38 22 2c 20 73 74 .1378604828", st > 61 6c 65 3d 46 41 4c 53 45 2c 20 61 6c 67 6f 72 ale=3DFALSE, algor > 69 74 68 6d 3d 4d 44 35 0d 0a 53 65 72 76 65 72 ithm=3DMD5..Server > 3a 20 59 41 54 45 2f 34 2e 31 2e 30 0d 0a 41 6c : YATE/4.1.0..Al > 6c 6f 77 3a 20 41 43 4b 2c 20 49 4e 56 49 54 45 low: ACK, INVITE > 2c 20 42 59 45 2c 20 43 41 4e 43 45 4c 2c 20 52 , BYE, CANCEL, R > 45 47 49 53 54 45 52 2c 20 52 45 46 45 52 2c 20 EGISTER, REFER,=20 > 4f 50 54 49 4f 4e 53 2c 20 49 4e 46 4f 0d 0a 43 OPTIONS, INFO..C > 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 ontent-Length: 0 > 0d 0a 0d 0a .... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 siproxd.c:387 received 532 bytes of data > 09:40:06 accessctl.c:50 deny list (SIP):*NULL* > 09:40:06 accessctl.c:52 allow list (SIP):*NULL* > 09:40:06 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:06 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =3D24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:06 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:06 accessctl.c:99 access check =3D1 > 09:40:06 security.c:48 security_check_raw: size=3D532 > 09:40:06 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:06 sip_utils.c:198 via name 192.168.15.122 > 09:40:06 sip_utils.c:221 resolving IP of interface outbound > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:221 resolving IP of interface inbound > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 sip_utils.c:229 resolving IP of interface 'host_outbound' > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 siproxd.c:526 received SIP type RES:Unauthorized > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 proxy.c:483 proxy_response > 09:40:06 sip_utils.c:618 deleting topmost VIA > 09:40:06 sip_utils.c:198 via name 192.168.15.200 > 09:40:06 sip_utils.c:221 resolving IP of interface outbound > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:221 resolving IP of interface inbound > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 sip_utils.c:238 got address match [192.168.15.200] > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 proxy.c:523 incoming response for cisco-pU0pTbRKGX/[email protected] from= outbound > 09:40:06 register.c:649 REGISTER response, looking for 'Expire' informa= tion > 09:40:06 proxy.c:655 Adding my Record-Route > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sock.c:434 send UDP packet to 192.168.15.122: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 34 30 31 20 55 6e 61 75 SIP/2.0 401 Unau > 74 68 6f 72 69 7a 65 64 0d 0a 56 69 61 3a 20 53 thorized..Via: S > 49 50 2f 32 2e 30 2f 55 44 50 20 31 39 32 2e 31 IP/2.0/UDP 192.1 > 36 38 2e 31 35 2e 31 32 32 3a 35 30 36 30 0d 0a 68.15.122:5060.. > 52 65 63 6f 72 64 2d 52 6f 75 74 65 3a 20 3c 73 Record-Route: <s > 69 70 3a 73 69 70 72 6f 78 64 40 31 39 32 2e 31 ip:[email protected] > 36 38 2e 31 35 2e 32 30 30 3a 35 30 36 30 3b 6c 68.15.200:5060;l > 72 3e 0d 0a 46 72 6f 6d 3a 20 3c 73 69 70 3a 63 r>..From: <sip:c > 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 2e [email protected] > 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 35 32 35 er.net>;tag=3D2471052= 5 > 38 33 0d 0a 54 6f 3a 20 3c 73 69 70 3a 63 69 73 83..To: <sip:cis > 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 co-pU0pTbRKGX/[email protected] > 3e 0d 0a 43 61 6c 6c 2d 49 44 3a 20 33 35 35 37 >..Call-ID: 3557 > 35 37 32 32 31 31 40 31 39 32 2e 31 36 38 2e 31 [email protected] > 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 31 20 52 5.122..CSeq: 1 R > 45 47 49 53 54 45 52 0d 0a 57 57 57 2d 41 75 74 EGISTER..WWW-Aut > 68 65 6e 74 69 63 61 74 65 3a 20 44 69 67 65 73 henticate: Diges > 74 20 72 65 61 6c 6d 3d 22 59 61 74 65 22 2c 20 t realm=3D"Yate",=20 > 6e 6f 6e 63 65 3d 22 38 39 31 37 38 63 66 33 63 nonce=3D"89178cf3c > 66 63 38 35 35 34 63 31 31 33 35 62 38 39 36 39 fc8554c1135b8969 > 35 34 36 61 32 35 64 2e 31 33 37 38 36 30 34 38 546a25d.13786048 > 32 38 22 2c 20 73 74 61 6c 65 3d 46 41 4c 53 45 28", stale=3DFALSE > 2c 20 61 6c 67 6f 72 69 74 68 6d 3d 4d 44 35 0d , algorithm=3DMD5. > 0a 41 6c 6c 6f 77 3a 20 41 43 4b 0d 0a 41 6c 6c .Allow: ACK..All > 6f 77 3a 20 49 4e 56 49 54 45 0d 0a 41 6c 6c 6f ow: INVITE..Allo > 77 3a 20 42 59 45 0d 0a 41 6c 6c 6f 77 3a 20 43 w: BYE..Allow: C > 41 4e 43 45 4c 0d 0a 41 6c 6c 6f 77 3a 20 52 45 ANCEL..Allow: RE > 47 49 53 54 45 52 0d 0a 41 6c 6c 6f 77 3a 20 52 GISTER..Allow: R > 45 46 45 52 0d 0a 41 6c 6c 6f 77 3a 20 4f 50 54 EFER..Allow: OPT > 49 4f 4e 53 0d 0a 41 6c 6c 6f 77 3a 20 49 4e 46 IONS..Allow: INF > 4f 0d 0a 53 65 72 76 65 72 3a 20 59 41 54 45 2f O..Server: YATE/ > 34 2e 31 2e 30 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 4.1.0..Content-L > 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a ength: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 =3D active > 09:40:06 sock.c:281 received UDP packet from [192.168.15.122:5060] coun= t=3D600 > ---BUFFER DUMP follows--- > 52 45 47 49 53 54 45 52 20 73 69 70 3a 6d 61 6c REGISTER sip:my.sip. > 63 6f 6c 6d 2e 69 64 2e 61 75 20 53 49 50 2f 32 server.net SIP/2 > 2e 30 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 .0..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 31 32 32 3a 35 30 36 30 0d 0a 46 72 6f 6d 3a 20 122:5060..From:=20 > 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c sip:[email protected] > 6d 2e 69 64 2e 61 75 3b 74 61 67 3d 32 34 37 31 server.net;tag=3D2471= > 30 35 32 35 38 33 0d 0a 54 6f 3a 20 73 69 70 3a 052583..To: sip: > 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 [email protected] > 2e 61 75 0d 0a 43 61 6c 6c 2d 49 44 3a 20 33 35 er.net..Call-ID: 35 > 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 36 38 [email protected] > 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 32 .15.122..CSeq: 2 > 20 52 45 47 49 53 54 45 52 0d 0a 43 6f 6e 74 61 REGISTER..Conta > 63 74 3a 20 4a 65 72 65 6d 79 20 61 6e 64 20 44 ct: Jeremy and D > 6f 6d 69 6e 69 63 61 20 4d 61 6c 63 6f 6c 6d 20 ominica Malcolm=20 > 3c 73 69 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 <sip:[email protected] > 36 38 2e 31 35 2e 31 32 32 3a 35 30 36 30 3b 74 68.15.122:5060;t > 72 61 6e 73 70 6f 72 74 3d 75 64 70 3e 3b 65 78 ransport=3Dudp>;ex > 70 69 72 65 73 3d 33 36 30 30 0d 0a 55 73 65 72 pires=3D3600..User > 2d 41 67 65 6e 74 3a 20 43 69 73 63 6f 2d 43 50 -Agent: Cisco-CP > 37 39 30 35 2f 31 2e 30 31 2d 30 33 30 38 30 37 7905/1.01-030807 > 41 0d 0a 41 6c 6c 6f 77 3a 20 41 43 4b 2c 20 42 A..Allow: ACK, B > 59 45 2c 20 43 41 4e 43 45 4c 2c 20 49 4e 56 49 YE, CANCEL, INVI > 54 45 2c 20 4e 4f 54 49 46 59 2c 20 4f 50 54 49 TE, NOTIFY, OPTI > 4f 4e 53 2c 20 52 45 46 45 52 2c 20 52 45 47 49 ONS, REFER, REGI > 53 54 45 52 0d 0a 41 75 74 68 6f 72 69 7a 61 74 STER..Authorizat > 69 6f 6e 3a 20 44 69 67 65 73 74 20 75 73 65 72 ion: Digest user > 6e 61 6d 65 3d 22 63 69 73 63 6f 22 2c 72 65 61 name=3D"cisco",rea > 6c 6d 3d 22 59 61 74 65 22 2c 6e 6f 6e 63 65 3d lm=3D"Yate",nonce=3D > 22 38 39 31 37 38 63 66 33 63 66 63 38 35 35 34 "89178cf3cfc8554 > 63 31 31 33 35 62 38 39 36 39 35 34 36 61 32 35 c1135b8969546a25 > 64 2e 31 33 37 38 36 30 34 38 32 38 22 2c 75 72 d.1378604828",ur > 69 3d 22 73 69 70 3a 6d 61 6c 63 6f 6c 6d 2e 69 i=3D"sip:my.sip.serv > 64 2e 61 75 22 2c 72 65 73 70 6f 6e 73 65 3d 22 er.net",response=3D" > 30 38 33 34 62 61 65 30 32 37 63 36 36 36 31 34 0834bae027c66614 > 34 62 38 64 39 35 38 30 62 35 36 63 61 30 39 36 4b8d9580b56ca096 > 22 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 "..Content-Lengt > 68 3a 20 30 0d 0a 0d 0a h: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 siproxd.c:387 received 600 bytes of data > 09:40:06 accessctl.c:50 deny list (SIP):*NULL* > 09:40:06 accessctl.c:52 allow list (SIP):*NULL* > 09:40:06 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:06 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =3D24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:06 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3Dc0a80f00 > 09:40:06 accessctl.c:92 granted REG/SIP access > 09:40:06 accessctl.c:99 access check =3D3 > 09:40:06 security.c:48 security_check_raw: size=3D600 > 09:40:06 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:06 siproxd.c:526 received SIP type REQ:REGISTER > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:06 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 siproxd.c:580 proxying REGISTER request to:my.sip.server.net > 09:40:06 register.c:239 sip_register: > 09:40:06 register.c:325 register: cisco-Q0ErXNX1RuY/[email protected] expires=3D3600 s= econds > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 register.c:350 found entry for cisco-Q0ErXNX1RuY/[email protected] <-> cisco@= my.sip.server.net at slot=3D0, exp=3D3630 > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 register.c:450 masquerading UA cisco-Q0ErXNX1RuY/[email protected] local cisc= [email protected] > 09:40:06 proxy.c:89 proxy_request > 09:40:06 route_processing.c:63 route_preprocess: no Route header presen= t > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :192.168.15.122 > 09:40:06 proxy.c:180 outgoing request from cisco-pU0pTbRKGX/[email protected] from= inbound > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco-Q0ErXNX1RuY/[email protected] -> si= p:cisco-Q0ErXNX1RuY/[email protected] > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:06 sip_utils.c:681 rewriting Contact header cisco-Q0ErXNX1RuY/[email protected] = -> [email protected] > 09:40:06 proxy.c:295 setting Max-Forwards=3D70 > 09:40:06 proxy.c:316 Purging Record-Routes (outgoing packet) > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:06 proxy.c:400 proxy_request: have SIP URI to my.sip.server.net:5= 060 > 09:40:06 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:06 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:06 sip_utils.c:866 non-existing branch -> branch hash [b547422cbd= 195c01086d96845e55fba0] > 09:40:06 sip_utils.c:593 adding VIA:SIP/2.0/UDP 128.107.224.32:5060;bra= nch=3Dz9hG4bKb547422cbd195c01086d96845e55fba0 > 09:40:06 sock.c:434 send UDP packet to 85.234.150.85: 5060 > ---BUFFER DUMP follows--- > 52 45 47 49 53 54 45 52 20 73 69 70 3a 6d 61 6c REGISTER sip:my.sip > 63 6f 6c 6d 2e 69 64 2e 61 75 20 53 49 50 2f 32 .server.net SIP/2 > 2e 30 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 .0..Via: SIP/2.0 > 2f 55 44 50 20 31 31 38 2e 31 30 37 2e 32 32 34 /UDP 118.107.224 > 2e 34 37 3a 35 30 36 30 3b 62 72 61 6e 63 68 3d .47:5060;branch=3D > 7a 39 68 47 34 62 4b 62 35 34 37 34 32 32 63 62 z9hG4bKb547422cb > 64 31 39 35 63 30 31 30 38 36 64 39 36 38 34 35 d195c01086d96845 > 65 35 35 66 62 61 30 0d 0a 56 69 61 3a 20 53 49 e55fba0..Via: SI > 50 2f 32 2e 30 2f 55 44 50 20 31 39 32 2e 31 36 P/2.0/UDP 192.16 > 38 2e 31 35 2e 31 32 32 3a 35 30 36 30 0d 0a 46 8.15.122:5060..F > 72 6f 6d 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 rom: <sip:cisco@ > 6d 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 3b 74 my.sip.server.net>;t > 61 67 3d 32 34 37 31 30 35 32 35 38 33 0d 0a 54 ag=3D2471052583..T > 6f 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 o: <sip:[email protected] > 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 0d 0a 43 61 .server.net>..Ca > 6c 6c 2d 49 44 3a 20 33 35 35 37 35 37 32 32 31 ll-ID: 355757221 > 31 40 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 [email protected] > 0d 0a 43 53 65 71 3a 20 32 20 52 45 47 49 53 54 ..CSeq: 2 REGIST > 45 52 0d 0a 43 6f 6e 74 61 63 74 3a 20 4a 65 72 ER..Contact: Jer > 65 6d 79 20 61 6e 64 20 44 6f 6d 69 6e 69 63 61 emy and Dominica > 20 4d 61 6c 63 6f 6c 6d 20 3c 73 69 70 3a 63 69 Malcolm <sip:ci > 73 63 6f 40 31 31 38 2e 31 30 37 2e 32 32 34 2e [email protected] > 34 37 3e 3b 65 78 70 69 72 65 73 3d 33 36 30 30 47>;expires=3D3600 > 0d 0a 41 75 74 68 6f 72 69 7a 61 74 69 6f 6e 3a ..Authorization: > 20 44 69 67 65 73 74 20 75 73 65 72 6e 61 6d 65 Digest username > 3d 22 63 69 73 63 6f 22 2c 20 72 65 61 6c 6d 3d =3D"cisco", realm=3D > 22 59 61 74 65 22 2c 20 6e 6f 6e 63 65 3d 22 38 "Yate", nonce=3D"8 > 39 31 37 38 63 66 33 63 66 63 38 35 35 34 63 31 9178cf3cfc8554c1 > 31 33 35 62 38 39 36 39 35 34 36 61 32 35 64 2e 135b8969546a25d. > 31 33 37 38 36 30 34 38 32 38 22 2c 20 75 72 69 1378604828", uri > 3d 22 73 69 70 3a 6d 61 6c 63 6f 6c 6d 2e 69 64 =3D"sip:my.sip.server= > 2e 61 75 22 2c 20 72 65 73 70 6f 6e 73 65 3d 22 .net", response=3D" > 30 38 33 34 62 61 65 30 32 37 63 36 36 36 31 34 0834bae027c66614 > 34 62 38 64 39 35 38 30 62 35 36 63 61 30 39 36 4b8d9580b56ca096 > 22 0d 0a 41 6c 6c 6f 77 3a 20 41 43 4b 0d 0a 41 "..Allow: ACK..A > 6c 6c 6f 77 3a 20 42 59 45 0d 0a 41 6c 6c 6f 77 llow: BYE..Allow > 3a 20 43 41 4e 43 45 4c 0d 0a 41 6c 6c 6f 77 3a : CANCEL..Allow: > 20 49 4e 56 49 54 45 0d 0a 41 6c 6c 6f 77 3a 20 INVITE..Allow:=20 > 4e 4f 54 49 46 59 0d 0a 41 6c 6c 6f 77 3a 20 4f NOTIFY..Allow: O > 50 54 49 4f 4e 53 0d 0a 41 6c 6c 6f 77 3a 20 52 PTIONS..Allow: R > 45 46 45 52 0d 0a 41 6c 6c 6f 77 3a 20 52 45 47 EFER..Allow: REG > 49 53 54 45 52 0d 0a 55 73 65 72 2d 61 67 65 6e ISTER..User-agen > 74 3a 20 43 69 73 63 6f 2d 43 50 37 39 30 35 2f t: Cisco-CP7905/ > 31 2e 30 31 2d 30 33 30 38 30 37 41 0d 0a 4d 61 1.01-030807A..Ma > 78 2d 46 6f 72 77 61 72 64 73 3a 20 37 30 0d 0a x-Forwards: 70.. > 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 Content-Length:=20 > 30 0d 0a 0d 0a 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:07 sock.c:220 FD 4 =3D active > 09:40:07 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D341 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 31 30 30 20 54 72 79 69 SIP/2.0 100 Tryi > 6e 67 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 ng..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 32 30 30 3a 35 30 36 30 3b 62 72 61 6e 63 68 3d 200:5060;branch=3D > 7a 39 68 47 34 62 4b 62 35 34 37 34 32 32 63 62 z9hG4bKb547422cb > 64 31 39 35 63 30 31 30 38 36 64 39 36 38 34 35 d195c01086d96845 > 65 35 35 66 62 61 30 3b 72 65 63 65 69 76 65 64 e55fba0;received > 3d 31 31 38 2e 31 30 37 2e 32 32 34 2e 34 37 0d =3D128.107.224.32. > 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 .Via: SIP/2.0/UD > 50 20 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 P 192.168.15.122 > 3a 35 30 36 30 0d 0a 46 72 6f 6d 3a 20 3c 73 69 :5060..From: <si > 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e p:[email protected] > 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 er.net>;tag=3D24710 > 35 32 35 38 33 0d 0a 54 6f 3a 20 3c 73 69 70 3a 52583..To: <sip: > 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 [email protected] > 2e 61 75 3e 0d 0a 43 61 6c 6c 2d 49 44 3a 20 33 .net>..Call-ID: 3 > 35 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 36 [email protected] > 38 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 8.15.122..CSeq:=20 > 32 20 52 45 47 49 53 54 45 52 0d 0a 53 65 72 76 2 REGISTER..Serv > 65 72 3a 20 59 41 54 45 2f 34 2e 31 2e 30 0d 0a er: YATE/4.1.0.. > 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 Content-Length:=20 > 30 0d 0a 0d 0a 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:07 siproxd.c:387 received 341 bytes of data > 09:40:07 accessctl.c:50 deny list (SIP):*NULL* > 09:40:07 accessctl.c:52 allow list (SIP):*NULL* > 09:40:07 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:07 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:07 accessctl.c:150 [0] extracted mask =3D24 > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:07 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:07 accessctl.c:99 access check =3D1 > 09:40:07 security.c:48 security_check_raw: size=3D341 > 09:40:07 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:07 sip_utils.c:198 via name 192.168.15.122 > 09:40:07 sip_utils.c:221 resolving IP of interface outbound > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 sip_utils.c:221 resolving IP of interface inbound > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 sip_utils.c:229 resolving IP of interface 'host_outbound' > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 siproxd.c:526 received SIP type RES:Trying > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 proxy.c:483 proxy_response > 09:40:07 sip_utils.c:618 deleting topmost VIA > 09:40:07 sip_utils.c:198 via name 192.168.15.200 > 09:40:07 sip_utils.c:221 resolving IP of interface outbound > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 sip_utils.c:221 resolving IP of interface inbound > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 sip_utils.c:238 got address match [192.168.15.200] > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:07 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:07 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:07 proxy.c:523 incoming response for cisco-pU0pTbRKGX/[email protected] from= outbound > 09:40:07 register.c:649 REGISTER response, looking for 'Expire' informa= tion > 09:40:07 proxy.c:655 Adding my Record-Route > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:07 sock.c:434 send UDP packet to 192.168.15.122: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 31 30 30 20 54 72 79 69 SIP/2.0 100 Tryi > 6e 67 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 ng..Via: SIP/2.0 > 2f 55 44 50 20 31 39 32 2e 31 36 38 2e 31 35 2e /UDP 192.168.15. > 31 32 32 3a 35 30 36 30 0d 0a 52 65 63 6f 72 64 122:5060..Record > 2d 52 6f 75 74 65 3a 20 3c 73 69 70 3a 73 69 70 -Route: <sip:sip > 72 6f 78 64 40 31 39 32 2e 31 36 38 2e 31 35 2e roxd-Q0ErXNX1RuaF2y9mwtC/[email protected] > 32 30 30 3a 35 30 36 30 3b 6c 72 3e 0d 0a 46 72 200:5060;lr>..Fr > 6f 6d 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d om: <sip:cisco@my. > 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e 3b 74 61 sip.server.net>;ta > 67 3d 32 34 37 31 30 35 32 35 38 33 0d 0a 54 6f g=3D2471052583..To > 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c : <sip:[email protected] > 63 6f 6c 6d 2e 69 64 2e 61 75 3e 0d 0a 43 61 6c .server.net>..Cal > 6c 2d 49 44 3a 20 33 35 35 37 35 37 32 32 31 31 l-ID: 3557572211 > 40 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 0d @192.168.15.122. > 0a 43 53 65 71 3a 20 32 20 52 45 47 49 53 54 45 .CSeq: 2 REGISTE > 52 0d 0a 53 65 72 76 65 72 3a 20 59 41 54 45 2f R..Server: YATE/ > 34 2e 31 2e 30 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 4.1.0..Content-L > 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a ength: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:07 sock.c:157 entered sipsock_waitfordata > 09:40:07 sock.c:220 FD 4 =3D active > 09:40:07 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D486 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 32 30 30 20 4f 4b 0d 0a SIP/2.0 200 OK.. > 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 Via: SIP/2.0/UDP > 20 31 39 32 2e 31 36 38 2e 31 35 2e 32 30 30 3a 192.168.15.200: > 35 30 36 30 3b 62 72 61 6e 63 68 3d 7a 39 68 47 5060;branch=3Dz9hG > 34 62 4b 62 35 34 37 34 32 32 63 62 64 31 39 35 4bKb547422cbd195 > 63 30 31 30 38 36 64 39 36 38 34 35 65 35 35 66 c01086d96845e55f > 62 61 30 3b 72 65 63 65 69 76 65 64 3d 31 31 38 ba0;received=3D118 > 2e 31 30 37 2e 32 32 34 2e 34 37 0d 0a 56 69 61 .107.224.47..Via > 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 20 31 39 : SIP/2.0/UDP 19 > 32 2e 31 36 38 2e 31 35 2e 31 32 32 3a 35 30 36 2.168.15.122:506 > 30 0d 0a 46 72 6f 6d 3a 20 3c 73 69 70 3a 63 69 0..From: <sip:ci > 73 63 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 2e 61 [email protected] > 75 3e 3b 74 61 67 3d 32 34 37 31 30 35 32 35 38 .net>;tag=3D247105258= > 33 0d 0a 54 6f 3a 20 3c 73 69 70 3a 63 69 73 63 3..To: <sip:cisc > 6f 40 6d 61 6c 63 6f 6c 6d 2e 69 64 2e 61 75 3e [email protected]> > 3b 74 61 67 3d 37 33 32 33 37 35 36 35 35 0d 0a ;tag=3D732375655.. > 43 61 6c 6c 2d 49 44 3a 20 33 35 35 37 35 37 32 Call-ID: 3557572 > 32 31 31 40 31 39 32 2e 31 36 38 2e 31 35 2e 31 [email protected] > 32 32 0d 0a 43 53 65 71 3a 20 32 20 52 45 47 49 22..CSeq: 2 REGI > 53 54 45 52 0d 0a 45 78 70 69 72 65 73 3a 20 33 STER..Expires: 3 > 36 30 30 0d 0a 43 6f 6e 74 61 63 74 3a 20 3c 73 600..Contact: <s > 69 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 36 38 ip:[email protected] > 2e 31 35 2e 32 30 30 3a 35 30 36 30 3e 3b 65 78 .15.200:5060>;ex > 70 69 72 65 73 3d 33 36 30 30 0d 0a 53 65 72 76 pires=3D3600..Serv > 65 72 3a 20 59 41 54 45 2f 34 2e 31 2e 30 0d 0a er: YATE/4.1.0.. > 41 6c 6c 6f 77 3a 20 41 43 4b 2c 20 49 4e 56 49 Allow: ACK, INVI > 54 45 2c 20 42 59 45 2c 20 43 41 4e 43 45 4c 2c TE, BYE, CANCEL, > 20 52 45 47 49 53 54 45 52 2c 20 52 45 46 45 52 REGISTER, REFER > 2c 20 4f 50 54 49 4f 4e 53 2c 20 49 4e 46 4f 0d , OPTIONS, INFO. > 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a .Content-Length: > 20 30 0d 0a 0d 0a 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:07 siproxd.c:387 received 486 bytes of data > 09:40:07 accessctl.c:50 deny list (SIP):*NULL* > 09:40:07 accessctl.c:52 allow list (SIP):*NULL* > 09:40:07 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:07 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:07 accessctl.c:150 [0] extracted mask =3D24 > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:07 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:07 accessctl.c:99 access check =3D1 > 09:40:07 security.c:48 security_check_raw: size=3D486 > 09:40:07 siproxd.c:481 checking Max-Forwards (=3D70) > 09:40:07 sip_utils.c:198 via name 192.168.15.122 > 09:40:07 sip_utils.c:221 resolving IP of interface outbound > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 sip_utils.c:221 resolving IP of interface inbound > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 sip_utils.c:229 resolving IP of interface 'host_outbound' > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 siproxd.c:526 received SIP type RES:OK > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 proxy.c:483 proxy_response > 09:40:07 sip_utils.c:618 deleting topmost VIA > 09:40:07 sip_utils.c:198 via name 192.168.15.200 > 09:40:07 sip_utils.c:221 resolving IP of interface outbound > 09:40:07 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:07 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:07 sip_utils.c:221 resolving IP of interface inbound > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 sip_utils.c:238 got address match [192.168.15.200] > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:07 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:07 sip_utils.c:279 comparing urls: sip:cisco-pU0pTbRKGX/[email protected] ->= sip:cisco-pU0pTbRKGX/[email protected] > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:07 proxy.c:523 incoming response for cisco-pU0pTbRKGX/[email protected] from= outbound > 09:40:07 register.c:649 REGISTER response, looking for 'Expire' informa= tion > 09:40:07 register.c:679 Expires=3D3600, expires_param=3D0x985fd78, expi= res_hdr=3D0x985fcf0 > 09:40:07 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:07 utils.c:215 DNS lookup - resolved: 192.168.15.200 -> 192.168.1= 5.200 > 09:40:07 utils.c:255 DNS lookup - store into cache, entry 4) > 09:40:07 utils.c:215 DNS lookup - resolved: 128.107.224.32 -> 128.107.2= 24.32 > 09:40:07 utils.c:255 DNS lookup - store into cache, entry 5) > 09:40:07 sip_utils.c:324 compare_url: IP mismatch > 09:40:07 register.c:695 no urlmap entry found > 09:40:07 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:07 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107= =2E224.32 > 09:40:07 sip_utils.c:324 compare_url: IP mismatch > 09:40:07 sip_utils.c:719 no Contact header rewritten! > 09:40:07 proxy.c:655 Adding my Record-Route > 09:40:07 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:07 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:07 sock.c:434 send UDP packet to 192.168.15.122: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 32 30 30 20 4f 4b 0d 0a SIP/2.0 200 OK.. > 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 Via: SIP/2.0/UDP > 20 31 39 32 2e 31 36 38 2e 31 35 2e 31 32 32 3a 192.168.15.122: > 35 30 36 30 0d 0a 52 65 63 6f 72 64 2d 52 6f 75 5060..Record-Rou > 74 65 3a 20 3c 73 69 70 3a 73 69 70 72 6f 78 64 te: <sip:siproxd > 40 31 39 32 2e 31 36 38 2e 31 35 2e 32 30 30 3a @192.168.15.200: > 35 30 36 30 3b 6c 72 3e 0d 0a 46 72 6f 6d 3a 20 5060;lr>..From:=20 > 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f <sip:[email protected] > 6c 6d 2e 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 server.net>;tag=3D24 > 37 31 30 35 32 35 38 33 0d 0a 54 6f 3a 20 3c 73 71052583..To: <s > 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c 6d ip:[email protected] > 2e 69 64 2e 61 75 3e 3b 74 61 67 3d 37 33 32 33 ver.net>;tag=3D7323 > 37 35 36 35 35 0d 0a 43 61 6c 6c 2d 49 44 3a 20 75655..Call-ID:=20 > 33 35 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 [email protected] > 36 38 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 68.15.122..CSeq: > 20 32 20 52 45 47 49 53 54 45 52 0d 0a 43 6f 6e 2 REGISTER..Con > 74 61 63 74 3a 20 3c 73 69 70 3a 63 69 73 63 6f tact: <sip:cisco > 40 31 39 32 2e 31 36 38 2e 31 35 2e 32 30 30 3a @192.168.15.200: > 35 30 36 30 3e 3b 65 78 70 69 72 65 73 3d 33 36 5060>;expires=3D36 > 30 30 0d 0a 41 6c 6c 6f 77 3a 20 41 43 4b 0d 0a 00..Allow: ACK.. > 41 6c 6c 6f 77 3a 20 49 4e 56 49 54 45 0d 0a 41 Allow: INVITE..A > 6c 6c 6f 77 3a 20 42 59 45 0d 0a 41 6c 6c 6f 77 llow: BYE..Allow > 3a 20 43 41 4e 43 45 4c 0d 0a 41 6c 6c 6f 77 3a : CANCEL..Allow: > 20 52 45 47 49 53 54 45 52 0d 0a 41 6c 6c 6f 77 REGISTER..Allow > 3a 20 52 45 46 45 52 0d 0a 41 6c 6c 6f 77 3a 20 : REFER..Allow:=20 > 4f 50 54 49 4f 4e 53 0d 0a 41 6c 6c 6f 77 3a 20 OPTIONS..Allow:=20 > 49 4e 46 4f 0d 0a 45 78 70 69 72 65 73 3a 20 33 INFO..Expires: 3 > 36 30 30 0d 0a 53 65 72 76 65 72 3a 20 59 41 54 600..Server: YAT > 45 2f 34 2e 31 2e 30 0d 0a 43 6f 6e 74 65 6e 74 E/4.1.0..Content > 2d 4c 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a -Length: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:07 sock.c:157 entered sipsock_waitfordata > 09:40:08 register.c:509 sip_agemap, t=3D1378604408 > 09:40:08 sock.c:157 entered sipsock_waitfordata > 09:40:08 sock.c:169 winding up select() timeout > 09:40:13 register.c:509 sip_agemap, t=3D1378604413 > 09:40:13 sock.c:157 entered sipsock_waitfordata > 09:40:13 sock.c:169 winding up select() timeout > 09:40:15 sock.c:220 FD 4 =3D active > 09:40:15 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D691 > ---BUFFER DUMP follows--- > 49 4e 56 49 54 45 20 73 69 70 3a 63 69 73 63 6f INVITE sip:cisco > 40 31 39 32 2e 31 36 38 2e 31 35 2e 32 30 30 3a @192.168.15.200: > 35 30 36 30 20 53 49 50 2f 32 2e 30 0d 0a 4d 61 5060 SIP/2.0..Ma > 78 2d 46 6f 72 77 61 72 64 73 3a 20 31 34 0d 0a x-Forwards: 14.. > 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 Via: SIP/2.0/UDP > 20 38 35 2e 32 33 34 2e 31 35 30 2e 38 35 3a 35 85.234.150.85:5 > 30 36 30 3b 72 70 6f 72 74 3b 62 72 61 6e 63 68 060;rport;branch > 3d 7a 39 68 47 34 62 4b 31 36 32 35 33 39 34 32 =3Dz9hG4bK16253942 > 36 33 0d 0a 46 72 6f 6d 3a 20 22 71 69 72 74 61 63..From: "qirta > 69 62 61 22 20 3c 73 69 70 3a 30 30 30 30 31 32 iba" <sip:000012 > 33 34 35 36 40 38 35 2e 32 33 34 2e 31 35 30 2e [email protected] > 38 35 3a 35 30 36 30 3e 3b 74 61 67 3d 31 34 30 85:5060>;tag=3D140 > 31 32 33 32 38 32 34 0d 0a 54 6f 3a 20 3c 73 69 1232824..To: <si > 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 36 38 2e p:[email protected] > 31 35 2e 32 30 30 3a 35 30 36 30 3e 0d 0a 43 61 15.200:5060>..Ca > 6c 6c 2d 49 44 3a 20 32 30 35 38 36 38 30 34 37 ll-ID: 205868047 > 38 40 38 35 2e 32 33 34 2e 31 35 30 2e 38 35 0d [email protected]. > 0a 43 53 65 71 3a 20 31 30 38 37 35 20 49 4e 56 .CSeq: 10875 INV > 49 54 45 0d 0a 55 73 65 72 2d 41 67 65 6e 74 3a ITE..User-Agent: > 20 59 41 54 45 2f 34 2e 31 2e 30 0d 0a 43 6f 6e YATE/4.1.0..Con > 74 61 63 74 3a 20 3c 73 69 70 3a 30 30 30 30 31 tact: <sip:00001 > 32 33 34 35 36 40 38 35 2e 32 33 34 2e 31 35 30 23456-0lJiLJNUBkfKT/[email protected] > 2e 38 35 3a 35 30 36 30 3e 0d 0a 41 6c 6c 6f 77 .85:5060>..Allow > 3a 20 41 43 4b 2c 20 49 4e 56 49 54 45 2c 20 42 : ACK, INVITE, B > 59 45 2c 20 43 41 4e 43 45 4c 2c 20 52 45 47 49 YE, CANCEL, REGI > 53 54 45 52 2c 20 52 45 46 45 52 2c 20 4f 50 54 STER, REFER, OPT > 49 4f 4e 53 2c 20 49 4e 46 4f 0d 0a 43 6f 6e 74 IONS, INFO..Cont > 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 ent-Type: applic > 61 74 69 6f 6e 2f 73 64 70 0d 0a 43 6f 6e 74 65 ation/sdp..Conte > 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 30 39 0d 0a nt-Length: 209.. > 0d 0a 76 3d 30 0d 0a 6f 3d 79 61 74 65 20 31 33 ..v=3D0..o=3Dyate 13 > 37 38 36 30 34 38 33 37 20 31 33 37 38 36 30 34 78604837 1378604 > 38 33 37 20 49 4e 20 49 50 34 20 38 35 2e 32 33 837 IN IP4 85.23 > 34 2e 31 35 30 2e 38 35 0d 0a 73 3d 53 49 50 20 4.150.85..s=3DSIP=20 > 43 61 6c 6c 0d 0a 63 3d 49 4e 20 49 50 34 20 38 Call..c=3DIN IP4 8 > 35 2e 32 33 34 2e 31 35 30 2e 38 35 0d 0a 74 3d 5.234.150.85..t=3D > 30 20 30 0d 0a 6d 3d 61 75 64 69 6f 20 33 31 36 0 0..m=3Daudio 316 > 30 34 20 52 54 50 2f 41 56 50 20 30 20 38 20 31 04 RTP/AVP 0 8 1 > 30 31 0d 0a 61 3d 72 74 70 6d 61 70 3a 30 20 50 01..a=3Drtpmap:0 P > 43 4d 55 2f 38 30 30 30 0d 0a 61 3d 72 74 70 6d CMU/8000..a=3Drtpm > 61 70 3a 38 20 50 43 4d 41 2f 38 30 30 30 0d 0a ap:8 PCMA/8000.. > 61 3d 72 74 70 6d 61 70 3a 31 30 31 20 74 65 6c a=3Drtpmap:101 tel > 65 70 68 6f 6e 65 2d 65 76 65 6e 74 2f 38 30 30 ephone-event/800 > 30 0d 0a 0.. =20 >=20 > ---end of BUFFER DUMP--- > 09:40:15 siproxd.c:387 received 691 bytes of data > 09:40:15 accessctl.c:50 deny list (SIP):*NULL* > 09:40:15 accessctl.c:52 allow list (SIP):*NULL* > 09:40:15 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:15 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:15 accessctl.c:150 [0] extracted mask =3D24 > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:15 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:15 accessctl.c:99 access check =3D1 > 09:40:15 security.c:48 security_check_raw: size=3D691 > 09:40:15 siproxd.c:481 checking Max-Forwards (=3D14) > 09:40:15 siproxd.c:526 received SIP type REQ:INVITE > 09:40:15 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:15 proxy.c:89 proxy_request > 09:40:15 route_processing.c:63 route_preprocess: no Route header presen= t > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:15 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107= =2E224.32 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:cisco-pU0pTbRKGX/[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107= =2E224.32 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:cisco-pU0pTbRKGX/[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:15 utils.c:449 cleaning ifaddr cache (entry 0) > 09:40:15 utils.c:481 getifaddrs - eth0 / lo, ifa_addr=3D0x9862c0c, addr= family=3D17 > 09:40:15 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=3D0x9862ca8, ad= drfamily=3D17 > 09:40:15 utils.c:481 getifaddrs - eth0 / wlan0, ifa_addr=3D0x9862d44, a= ddrfamily=3D17 > 09:40:15 utils.c:481 getifaddrs - eth0 / sit0, ifa_addr=3D0x9862de0, ad= drfamily=3D17 > 09:40:15 utils.c:481 getifaddrs - eth0 / he-ipv6, ifa_addr=3D0x9862e7c,= addrfamily=3D17 > 09:40:15 utils.c:481 getifaddrs - eth0 / lo, ifa_addr=3D0x9862f18, addr= family=3D2 > 09:40:15 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=3D0x9862fb4, ad= drfamily=3D2 > 09:40:15 utils.c:491 getifaddrs - MATCH, sin_addr=3D192.168.15.200 > 09:40:15 utils.c:543 get_ip_by_ifname: if eth0 has IP:192.168.15.200 (f= lags=3D11043) UP > 09:40:15 utils.c:563 ifname lookup - store into cache, entry 0) > 09:40:15 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:15 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:15 sip_utils.c:1179 sip_find_direction: unable to determine direc= tion of SIP packet > 09:40:15 INFO:plugin_logcall.c:126 Outgoing Call: 0000123456-0lJiLJNUBkfKT/[email protected]= =2E85 -> [email protected] [Req: [email protected]] > 09:40:15 proxy.c:242 request [INVITE] from/to unregistered UA (RQ: 0000= [email protected] -> [email protected]) > 09:40:15 sock.c:434 send UDP packet to 85.234.150.85: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 34 30 38 20 52 65 71 75 SIP/2.0 408 Requ > 65 73 74 20 54 69 6d 65 6f 75 74 0d 0a 56 69 61 est Timeout..Via > 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 20 38 35 : SIP/2.0/UDP 85 > 2e 32 33 34 2e 31 35 30 2e 38 35 3a 35 30 36 30 .234.150.85:5060 > 3b 72 70 6f 72 74 3b 62 72 61 6e 63 68 3d 7a 39 ;rport;branch=3Dz9 > 68 47 34 62 4b 31 36 32 35 33 39 34 32 36 33 0d hG4bK1625394263. > 0a 46 72 6f 6d 3a 20 22 71 69 72 74 61 69 62 61 .From: "qirtaiba > 22 20 3c 73 69 70 3a 30 30 30 30 31 32 33 34 35 " <sip:000012345 > 36 40 38 35 2e 32 33 34 2e 31 35 30 2e 38 35 3a [email protected]: > 35 30 36 30 3e 3b 74 61 67 3d 31 34 30 31 32 33 5060>;tag=3D140123 > 32 38 32 34 0d 0a 54 6f 3a 20 3c 73 69 70 3a 63 2824..To: <sip:c > 69 73 63 6f 40 31 39 32 2e 31 36 38 2e 31 35 2e isco-Q0ErXNX1RuaF2y9mwtC/[email protected] > 32 30 30 3a 35 30 36 30 3e 0d 0a 43 61 6c 6c 2d 200:5060>..Call- > 49 44 3a 20 32 30 35 38 36 38 30 34 37 38 40 38 ID: 2058680478@8 > 35 2e 32 33 34 2e 31 35 30 2e 38 35 0d 0a 43 53 5.234.150.85..CS > 65 71 3a 20 31 30 38 37 35 20 49 4e 56 49 54 45 eq: 10875 INVITE > 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 ..Content-Length > 3a 20 30 0d 0a 0d 0a : 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:15 sock.c:157 entered sipsock_waitfordata > 09:40:15 sock.c:220 FD 4 =3D active > 09:40:15 sock.c:281 received UDP packet from [85.234.150.85:5060] count= =3D378 > ---BUFFER DUMP follows--- > 41 43 4b 20 73 69 70 3a 63 69 73 63 6f 40 31 39 ACK sip:cisco@19 > 32 2e 31 36 38 2e 31 35 2e 32 30 30 3a 35 30 36 2.168.15.200:506 > 30 20 53 49 50 2f 32 2e 30 0d 0a 56 69 61 3a 20 0 SIP/2.0..Via:=20 > 53 49 50 2f 32 2e 30 2f 55 44 50 20 38 35 2e 32 SIP/2.0/UDP 85.2 > 33 34 2e 31 35 30 2e 38 35 3a 35 30 36 30 3b 72 34.150.85:5060;r > 70 6f 72 74 3b 62 72 61 6e 63 68 3d 7a 39 68 47 port;branch=3Dz9hG > 34 62 4b 31 36 32 35 33 39 34 32 36 33 0d 0a 46 4bK1625394263..F > 72 6f 6d 3a 20 22 71 69 72 74 61 69 62 61 22 20 rom: "qirtaiba"=20 > 3c 73 69 70 3a 30 30 30 30 31 32 33 34 35 36 40 <sip:0000123456@ > 38 35 2e 32 33 34 2e 31 35 30 2e 38 35 3a 35 30 85.234.150.85:50 > 36 30 3e 3b 74 61 67 3d 31 34 30 31 32 33 32 38 60>;tag=3D14012328 > 32 34 0d 0a 54 6f 3a 20 3c 73 69 70 3a 63 69 73 24..To: <sip:cis > 63 6f 40 31 39 32 2e 31 36 38 2e 31 35 2e 32 30 co-Q0ErXNX1RuZaH/[email protected] > 30 3a 35 30 36 30 3e 0d 0a 43 61 6c 6c 2d 49 44 0:5060>..Call-ID > 3a 20 32 30 35 38 36 38 30 34 37 38 40 38 35 2e : 2058680478@85. > 32 33 34 2e 31 35 30 2e 38 35 0d 0a 43 53 65 71 234.150.85..CSeq > 3a 20 31 30 38 37 35 20 41 43 4b 0d 0a 4d 61 78 : 10875 ACK..Max > 2d 46 6f 72 77 61 72 64 73 3a 20 31 34 0d 0a 43 -Forwards: 14..C > 6f 6e 74 61 63 74 3a 20 3c 73 69 70 3a 30 30 30 ontact: <sip:000 > 30 31 32 33 34 35 36 40 38 35 2e 32 33 34 2e 31 [email protected] > 35 30 2e 38 35 3a 35 30 36 30 3e 0d 0a 55 73 65 50.85:5060>..Use > 72 2d 41 67 65 6e 74 3a 20 59 41 54 45 2f 34 2e r-Agent: YATE/4. > 31 2e 30 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 1.0..Content-Len > 67 74 68 3a 20 30 0d 0a 0d 0a gth: 0.... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:15 siproxd.c:387 received 378 bytes of data > 09:40:15 accessctl.c:50 deny list (SIP):*NULL* > 09:40:15 accessctl.c:52 allow list (SIP):*NULL* > 09:40:15 accessctl.c:54 allow list (REG):192.168.15.0/24 > 09:40:15 accessctl.c:149 [0] extracted address=3D192.168.15.0 > 09:40:15 accessctl.c:150 [0] extracted mask =3D24 > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.1= 5.0 > 09:40:15 accessctl.c:168 check match: entry=3D0, filter=3Dc0a80f00, fro= m=3D55ea9600 > 09:40:15 accessctl.c:99 access check =3D1 > 09:40:15 security.c:48 security_check_raw: size=3D378 > 09:40:15 siproxd.c:481 checking Max-Forwards (=3D14) > 09:40:15 siproxd.c:526 received SIP type REQ:ACK > 09:40:15 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:15 proxy.c:89 proxy_request > 09:40:15 route_processing.c:63 route_preprocess: no Route header presen= t > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168= =2E15.122 > 09:40:15 sip_utils.c:1018 sip_find_direction: reghost:192.168.15.122 ip= :85.234.150.85 > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107= =2E224.32 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:cisco-pU0pTbRKGX/[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107= =2E224.32 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 sip_utils.c:279 comparing urls: sip:[email protected] -> si= p:cisco-pU0pTbRKGX/[email protected] > 09:40:15 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168= =2E15.200 > 09:40:15 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.2= 34.150.85 > 09:40:15 sip_utils.c:324 compare_url: IP mismatch > 09:40:15 utils.c:386 fetching interface IP by INTERFACE [1] > 09:40:15 utils.c:464 ifaddr lookup - from cache: eth0 -> 192.168.15.200= UP > 09:40:15 utils.c:353 fetching outbound IP by HOSTNAME > 09:40:15 utils.c:134 DNS lookup - from cache: name-that-resolves-to-my-= external-ip.net -> 128.107.224.32 > 09:40:15 sip_utils.c:1179 sip_find_direction: unable to determine direc= tion of SIP packet > 09:40:15 INFO:plugin_logcall.c:126 ACK Call: [email protected] -= > [email protected] [Req: [email protected]] > 09:40:15 proxy.c:242 request [ACK] from/to unregistered UA (RQ: 0000123= [email protected] -> [email protected]) > 09:40:15 sock.c:434 send UDP packet to 85.234.150.85: 5060 > ---BUFFER DUMP follows--- > 53 49 50 2f 32 2e 30 20 34 30 38 20 52 65 71 75 SIP/2.0 408 Requ > 65 73 74 20 54 69 6d 65 6f 75 74 0d 0a 56 69 61 est Timeout..Via > 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 20 38 35 : SIP/2.0/UDP 85 > 2e 32 33 34 2e 31 35 30 2e 38 35 3a 35 30 36 30 .234.150.85:5060 > 3b 72 70 6f 72 74 3b 62 72 61 6e 63 68 3d 7a 39 ;rport;branch=3Dz9 > 68 47 34 62 4b 31 36 32 35 33 39 34 32 36 33 0d hG4bK1625394263. > 0a 46 72 6f 6d 3a 20 22 71 69 72 74 61 69 62 61 .From: "qirtaiba > 22 20 3c 73 69 70 3a 30 30 30 30 31 32 33 34 35 " <sip:000012345 > 36 40 38 35 2e 32 33 34 2e 31 35 30 2e 38 35 3a [email protected]: > 35 30 36 30 3e 3b 74 61 67 3d 31 34 30 31 32 33 5060>;tag=3D140123 > 32 38 32 34 0d 0a 54 6f 3a 20 3c 73 69 70 3a 63 2824..To: <sip:c > 69 73 63 6f 40 31 39 32 2e 31 36 38 2e 31 35 2e isco-Q0ErXNX1RuaF2y9mwtC/[email protected] > 32 30 30 3a 35 30 36 30 3e 0d 0a 43 61 6c 6c 2d 200:5060>..Call- > 49 44 3a 20 32 30 35 38 36 38 30 34 37 38 40 38 ID: 2058680478@8 > 35 2e 32 33 34 2e 31 35 30 2e 38 35 0d 0a 43 53 5.234.150.85..CS > 65 71 3a 20 31 30 38 37 35 20 41 43 4b 0d 0a 43 eq: 10875 ACK..C > 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 ontent-Length: 0 > 0d 0a 0d 0a .... =20 >=20 > ---end of BUFFER DUMP--- > 09:40:15 sock.c:157 entered sipsock_waitfordata > 09:40:18 register.c:509 sip_agemap, t=3D1378604418 > 09:40:19 sock.c:157 entered sipsock_waitfordata > 09:40:19 sock.c:169 winding up select() timeout > 09:40:24 register.c:509 sip_agemap, t=3D1378604424 > 09:40:24 sock.c:157 entered sipsock_waitfordata > 09:40:24 sock.c:169 winding up select() timeout > 09:40:28 sock.c:207 select() returned error [4:Interrupted system call]= > 09:40:28 register.c:139 saving registration table > 09:40:28 INFO:siproxd.c:656 properly terminating siproxd > 09:40:28 plugins.c:237 unloading dynamic plugins > 09:40:28 plugins.c:247 unload_plugins: 'plugin_logcall' unloading ptr=3D= 0x985e310 > 09:40:28 plugins.c:250 unload_plugins: status=3Dsuccess > 09:40:28 rtpproxy_relay.c:1031 killed RTP proxy thread > =20 >=20 > -- > Jeremy Malcolm PhD LLB (Hons) B Com > Internet and Open Source lawyer, consumer advocate and geek > host -t NAPTR 5.9.8.5.2.8.2.2.1.0.6.e164.org|awk -F! '{print $3}' >=20 > WARNING: This email has not been encrypted. You are strongly recommende= d to enable PGP or S/MIME encryption at your end. For instructions, see h= ttp://jere.my/l/8m. >=20 >=20 >=20 > -----------------------------------------------------------------------= ------- > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technolo= gies > and advance your career. Get an incredible 1,500+ hours of step-by-step= > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=3D58041391&iu=3D/4140/ost= g.clktrk >=20 >=20 >=20 > _______________________________________________ > Siproxd-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/siproxd-users >=20 --K3AVeo6ia9H0QUfj4I8E27UCaNNXQ43pf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAlIsa7cACgkQB2xLpFxU+GX24QCfTDymtNAol9eXDSwvf0KqDnAW /9IAn0iNxxAaCkCZE3mjK0AfWj9vNzQl =dPSs -----END PGP SIGNATURE----- --K3AVeo6ia9H0QUfj4I8E27UCaNNXQ43pf-- --===============6327163404359484498== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk --===============6327163404359484498== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Siproxd-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/siproxd-users --===============6327163404359484498==--