Re: [Siproxd-users] Configuration help needed for Cisco 7905
Status: Beta
Brought to you by:
tries
From: Thomas R. <tr...@gm...> - 2013-09-08 12:21:33
|
Hmm, the dumps look funny. Your internal address 192.168.15.200 (which supposedly ist the internal IP 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 disable *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 address upon receiving messages from the external SIP REGISTRAR, this the causes a non-match within siproxd. See the incoming INVITE request, it is deirected to "INVITE sip:cisco@192.168.15.200:5060 SIP/2.0" and not to the public IP as expected. Siproxd is unable to find the correct internal SIP device for this 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: 0000123456@85.234.150.85 -> cisco@192.168.15.200) 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 <tr...@gm...> wrote: > >> Hello Jeremy, >> >> now you probabla need to capture a full debug log, including the REGISTER >> sequence of teh Cisco phone and inlcude in an incoming call. >> >> I still suspect that the Cisco phone is doing something funny at registration >> time. To further look into this, a detailed debug log of siproxd is needed. > > > Thanks, here is the debug log - I am turning on the phone, which then registers, and an incoming call is then received by siproxd, which fails to be sent to the Cisco phone. > > 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 = 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="eth0" > 09:39:53 readconf.c:227 cfg line:"if_outbound = 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="eth0" > 09:39:53 readconf.c:227 cfg line:"host_outbound = 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="name-that-resolves-to-my-external-ip.net" > 09:39:53 readconf.c:227 cfg line:"hosts_allow_reg = 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="192.168.15.0/24" > 09:39:53 readconf.c:227 cfg line:"sip_listen_port = 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=5060 > 09:39:53 readconf.c:227 cfg line:"daemonize = 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=0 > 09:39:53 readconf.c:227 cfg line:"silence_log = 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=0 > 09:39:53 readconf.c:227 cfg line:"user = 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="siproxd" > 09:39:53 readconf.c:227 cfg line:"registration_file = /var/lib/siproxd/siproxd_registrations" > 09:39:53 readconf.c:234 got keyword:"registration_file" > 09:39:53 readconf.c:244 got argument:"/var/lib/siproxd/siproxd_registrations" > 09:39:53 readconf.c:283 STRING="/var/lib/siproxd/siproxd_registrations" > 09:39:53 readconf.c:227 cfg line:"autosave_registrations = 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=300 > 09:39:53 readconf.c:227 cfg line:"rtp_proxy_enable = 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=1 > 09:39:53 readconf.c:227 cfg line:"rtp_port_low = 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=7070 > 09:39:53 readconf.c:227 cfg line:"rtp_port_high = 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=7089 > 09:39:53 readconf.c:227 cfg line:"rtp_timeout = 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=300 > 09:39:53 readconf.c:227 cfg line:"rtp_dscp = 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=46 > 09:39:53 readconf.c:227 cfg line:"sip_dscp = 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=0 > 09:39:53 readconf.c:227 cfg line:"rtp_input_dejitter = 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=0 > 09:39:53 readconf.c:227 cfg line:"rtp_output_dejitter = 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=0 > 09:39:53 readconf.c:227 cfg line:"tcp_timeout = 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=600 > 09:39:53 readconf.c:227 cfg line:"tcp_connect_timeout = 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=500 > 09:39:53 readconf.c:227 cfg line:"tcp_keepalive = 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=20 > 09:39:53 readconf.c:227 cfg line:"debug_level = -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=-1 > 09:39:53 readconf.c:227 cfg line:"debug_port = 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=0 > 09:39:53 readconf.c:227 cfg line:"plugindir=/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="/usr/lib/siproxd/" > 09:39:53 readconf.c:227 cfg line:"load_plugin=plugin_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]="plugin_logcall.so" > 09:39:53 readconf.c:214 skipped: "plugin_demo_string = This_is_a_string_passed_to_the_demo_plugin" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_akey = *00" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_entry = 17474743246" > 09:39:53 readconf.c:214 skipped: "plugin_shortdial_entry = 17474745000" > 09:39:53 readconf.c:214 skipped: "plugin_defaulttarget_log = 1" > 09:39:53 readconf.c:214 skipped: "plugin_defaulttarget_target = sip:cisco@192.168.15.122:5060" > 09:39:53 readconf.c:214 skipped: "plugin_fix_bogus_via_networks = 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 = stun.xten.com" > 09:39:53 readconf.c:214 skipped: "plugin_stun_port = 3478" > 09:39:53 readconf.c:214 skipped: "plugin_stun_period = 300" > 09:39:53 readconf.c:214 skipped: "plugin_prefix_akey = 0" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc = Test Regex 1" > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern = ^sip:00" > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace = +" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc = Test Regex 2" > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern = ^sip:01" > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace = +a" > 09:39:53 readconf.c:214 skipped: "plugin_regex_desc = Test Regex 3" > 09:39:53 readconf.c:214 skipped: "plugin_regex_pattern = ^(sips?):01" > 09:39:53 readconf.c:214 skipped: "plugin_regex_replace = \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/plugin_logcall.so] > 09:39:53 plugins.c:98 load_plugins: init=0xb76e1580, process=0xb76e15c0, end=0xb76e1840 > 09:39:53 INFO:plugins.c:112 Plugin 'plugin_logcall' [Logs calls to syslog] loaded with success, exemask=0x40 > 09:39:53 utils.c:286 running w/uid=0, euid=0, gid=0, egid=0 > 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=0 > 09:39:53 rtpproxy_relay.c:151 uid=0, euid=115 > 09:39:53 rtpproxy_relay.c:164 pmin=1, pmax=99, using p=33 > 09:39:53 INFO:sock.c:131 bound to port 5060 > 09:39:53 sock.c:133 bound UDP socket=4, TCP socket=5 > 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=1378604398 > 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=1378604403 > 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 = active > 09:40:06 sock.c:281 received UDP packet from [192.168.15.122:5060] count=427 > ---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: > 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c sip:ci...@my...p.s > 6d 2e 69 64 2e 61 75 3b 74 61 67 3d 32 34 37 31 erver.net;tag=2471 > 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 ci...@my...rv > 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 57572211@192.168 > 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 > 3c 73 69 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 <sip:cisco@192.1 > 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=udp>;ex > 70 69 72 65 73 3d 33 36 30 30 0d 0a 55 73 65 72 pires=3600..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.... > > ---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=192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =24 > 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=0, filter=c0a80f00, from=c0a80f00 > 09:40:06 accessctl.c:92 granted REG/SIP access > 09:40:06 accessctl.c:99 access check =3 > 09:40:06 security.c:48 security_check_raw: size=427 > 09:40:06 siproxd.c:481 checking Max-Forwards (=70) > 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.150.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=0x986277c, addrfamily=17 > 09:40:06 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=0x9862818, addrfamily=17 > 09:40:06 utils.c:481 getifaddrs - eth0 / wlan0, ifa_addr=0x98628b4, addrfamily=17 > 09:40:06 utils.c:481 getifaddrs - eth0 / sit0, ifa_addr=0x9862950, addrfamily=17 > 09:40:06 utils.c:481 getifaddrs - eth0 / he-ipv6, ifa_addr=0x98629ec, addrfamily=17 > 09:40:06 utils.c:481 getifaddrs - eth0 / lo, ifa_addr=0x9862a88, addrfamily=2 > 09:40:06 utils.c:481 getifaddrs - eth0 / eth0, ifa_addr=0x9862b24, addrfamily=2 > 09:40:06 utils.c:491 getifaddrs - MATCH, sin_addr=192.168.15.200 > 09:40:06 utils.c:543 get_ip_by_ifname: if eth0 has IP:192.168.15.200 (flags=11043) 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-external-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@192.168.15.122 expires=3600 seconds > 09:40:06 sip_utils.c:279 comparing urls: sip:ci...@my... -> sip:ci...@my... > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 register.c:350 found entry for cisco@192.168.15.122 <-> ci...@my... at slot=0, exp=3441 > 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@192.168.15.122 local cisco@128.107.224.32 > 09:40:06 proxy.c:89 proxy_request > 09:40:06 route_processing.c:63 route_preprocess: no Route header present > 09:40:06 utils.c:215 DNS lookup - resolved: 192.168.15.122 -> 192.168.15.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 ci...@my... from inbound > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco@192.168.15.122 -> sip:cisco@192.168.15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168.15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168.15.122 > 09:40:06 sip_utils.c:681 rewriting Contact header cisco@192.168.15.122 -> cisco@128.107.224.32 > 09:40:06 proxy.c:295 setting Max-Forwards=70 > 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.234.150.85 > 09:40:06 proxy.c:400 proxy_request: have SIP URI to my.sip.server.net:5060 > 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 [fd9a98afab4a9a564069b934f6762700] > 09:40:06 sip_utils.c:593 adding VIA:SIP/2.0/UDP 128.107.224.32:5060;branch=z9hG4bKfd9a98afab4a9a564069b934f6762700 > 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= > 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=2471052583..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 1@192.168.15.122 > 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 sco@118.107.224. > 34 37 3e 3b 65 78 70 69 72 65 73 3d 33 36 30 30 47>;expires=3600 > 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: > 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 .... > > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 = active > 09:40:06 sock.c:281 received UDP packet from [85.234.150.85:5060] count=341 > ---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= > 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 =128.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:ci...@my...rv > 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 er.net>;tag=24710 > 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 ci...@my...rv > 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 557572211@192.16 > 38 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 8.15.122..CSeq: > 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: > 30 0d 0a 0d 0a 0.... > > ---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=192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.15.0 > 09:40:06 accessctl.c:168 check match: entry=0, filter=c0a80f00, from=55ea9600 > 09:40:06 accessctl.c:99 access check =1 > 09:40:06 security.c:48 security_check_raw: size=341 > 09:40:06 siproxd.c:481 checking Max-Forwards (=70) > 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.15.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:ci...@my... -> sip:ci...@my... > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 proxy.c:523 incoming response for ci...@my... from outbound > 09:40:06 register.c:649 REGISTER response, looking for 'Expire' information > 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.15.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@192.168.15. > 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=2471052583..To > 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c : <sip:ci...@my...p > 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.... > > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 = active > 09:40:06 sock.c:281 received UDP packet from [85.234.150.85:5060] count=532 > ---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=z9hG4bKfd9 > 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=118.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:ci...@my...p > 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 =2471052583..To: > 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 <sip:ci...@my...p. > 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 ="Yate", nonce=" > 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=FALSE, algor > 69 74 68 6d 3d 4d 44 35 0d 0a 53 65 72 76 65 72 ithm=MD5..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, > 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 .... > > ---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=192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.15.0 > 09:40:06 accessctl.c:168 check match: entry=0, filter=c0a80f00, from=55ea9600 > 09:40:06 accessctl.c:99 access check =1 > 09:40:06 security.c:48 security_check_raw: size=532 > 09:40:06 siproxd.c:481 checking Max-Forwards (=70) > 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.15.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:ci...@my... -> sip:ci...@my... > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 proxy.c:523 incoming response for ci...@my... from outbound > 09:40:06 register.c:649 REGISTER response, looking for 'Expire' information > 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.15.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:siproxd@192.1 > 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 is...@my...rv > 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 35 32 35 er.net>;tag=24710525 > 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...@my... > 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 572211@192.168.1 > 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="Yate", > 6e 6f 6e 63 65 3d 22 38 39 31 37 38 63 66 33 63 nonce="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=FALSE > 2c 20 61 6c 67 6f 72 69 74 68 6d 3d 4d 44 35 0d , algorithm=MD5. > 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.... > > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:06 sock.c:220 FD 4 = active > 09:40:06 sock.c:281 received UDP packet from [192.168.15.122:5060] count=600 > ---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: > 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f 6c sip:ci...@my...p. > 6d 2e 69 64 2e 61 75 3b 74 61 67 3d 32 34 37 31 server.net;tag=2471 > 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 ci...@my...rv > 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 57572211@192.168 > 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 > 3c 73 69 70 3a 63 69 73 63 6f 40 31 39 32 2e 31 <sip:cisco@192.1 > 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=udp>;ex > 70 69 72 65 73 3d 33 36 30 30 0d 0a 55 73 65 72 pires=3600..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="cisco",rea > 6c 6d 3d 22 59 61 74 65 22 2c 6e 6f 6e 63 65 3d lm="Yate",nonce= > 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="sip:my.sip.serv > 64 2e 61 75 22 2c 72 65 73 70 6f 6e 73 65 3d 22 er.net",response=" > 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.... > > ---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=192.168.15.0 > 09:40:06 accessctl.c:150 [0] extracted mask =24 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.15.0 > 09:40:06 accessctl.c:168 check match: entry=0, filter=c0a80f00, from=c0a80f00 > 09:40:06 accessctl.c:92 granted REG/SIP access > 09:40:06 accessctl.c:99 access check =3 > 09:40:06 security.c:48 security_check_raw: size=600 > 09:40:06 siproxd.c:481 checking Max-Forwards (=70) > 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.234.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@192.168.15.122 expires=3600 seconds > 09:40:06 sip_utils.c:279 comparing urls: sip:ci...@my... -> sip:ci...@my... > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:06 register.c:350 found entry for cisco@192.168.15.122 <-> ci...@my... at slot=0, exp=3630 > 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@192.168.15.122 local cisco@128.107.224.32 > 09:40:06 proxy.c:89 proxy_request > 09:40:06 route_processing.c:63 route_preprocess: no Route header present > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168.15.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 ci...@my... from inbound > 09:40:06 sip_utils.c:279 comparing urls: sip:cisco@192.168.15.122 -> sip:cisco@192.168.15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168.15.122 > 09:40:06 utils.c:134 DNS lookup - from cache: 192.168.15.122 -> 192.168.15.122 > 09:40:06 sip_utils.c:681 rewriting Contact header cisco@192.168.15.122 -> cisco@128.107.224.32 > 09:40:06 proxy.c:295 setting Max-Forwards=70 > 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.234.150.85 > 09:40:06 proxy.c:400 proxy_request: have SIP URI to my.sip.server.net:5060 > 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 [b547422cbd195c01086d96845e55fba0] > 09:40:06 sip_utils.c:593 adding VIA:SIP/2.0/UDP 128.107.224.32:5060;branch=z9hG4bKb547422cbd195c01086d96845e55fba0 > 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= > 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=2471052583..T > 6f 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 o: <sip:ci...@my...p > 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 1@192.168.15.122 > 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 sco@118.107.224. > 34 37 3e 3b 65 78 70 69 72 65 73 3d 33 36 30 30 47>;expires=3600 > 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 ="cisco", realm= > 22 59 61 74 65 22 2c 20 6e 6f 6e 63 65 3d 22 38 "Yate", nonce="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 ="sip:my.sip.server > 2e 61 75 22 2c 20 72 65 73 70 6f 6e 73 65 3d 22 .net", response=" > 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: > 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: > 30 0d 0a 0d 0a 0.... > > ---end of BUFFER DUMP--- > 09:40:06 sock.c:157 entered sipsock_waitfordata > 09:40:07 sock.c:220 FD 4 = active > 09:40:07 sock.c:281 received UDP packet from [85.234.150.85:5060] count=341 > ---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= > 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 =128.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:ci...@my...rv > 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 37 31 30 er.net>;tag=24710 > 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 ci...@my...rver > 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 557572211@192.16 > 38 2e 31 35 2e 31 32 32 0d 0a 43 53 65 71 3a 20 8.15.122..CSeq: > 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: > 30 0d 0a 0d 0a 0.... > > ---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=192.168.15.0 > 09:40:07 accessctl.c:150 [0] extracted mask =24 > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.15.0 > 09:40:07 accessctl.c:168 check match: entry=0, filter=c0a80f00, from=55ea9600 > 09:40:07 accessctl.c:99 access check =1 > 09:40:07 security.c:48 security_check_raw: size=341 > 09:40:07 siproxd.c:481 checking Max-Forwards (=70) > 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.15.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:ci...@my... -> sip:ci...@my... > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:07 proxy.c:523 incoming response for ci...@my... from outbound > 09:40:07 register.c:649 REGISTER response, looking for 'Expire' information > 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.15.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@192.168.15. > 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=2471052583..To > 3a 20 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c : <sip:ci...@my...p > 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.... > > ---end of BUFFER DUMP--- > 09:40:07 sock.c:157 entered sipsock_waitfordata > 09:40:07 sock.c:220 FD 4 = active > 09:40:07 sock.c:281 received UDP packet from [85.234.150.85:5060] count=486 > ---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=z9hG > 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=118 > 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 sc...@my...rver > 75 3e 3b 74 61 67 3d 32 34 37 31 30 35 32 35 38 .net>;tag=247105258 > 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 o...@my...> > 3b 74 61 67 3d 37 33 32 33 37 35 36 35 35 0d 0a ;tag=732375655.. > 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 211@192.168.15.1 > 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:cisco@192.168 > 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=3600..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.... > > ---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=192.168.15.0 > 09:40:07 accessctl.c:150 [0] extracted mask =24 > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.0 -> 192.168.15.0 > 09:40:07 accessctl.c:168 check match: entry=0, filter=c0a80f00, from=55ea9600 > 09:40:07 accessctl.c:99 access check =1 > 09:40:07 security.c:48 security_check_raw: size=486 > 09:40:07 siproxd.c:481 checking Max-Forwards (=70) > 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.15.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:ci...@my... -> sip:ci...@my... > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:07 utils.c:134 DNS lookup - from cache: my.sip.server.net -> 85.234.150.85 > 09:40:07 proxy.c:523 incoming response for ci...@my... from outbound > 09:40:07 register.c:649 REGISTER response, looking for 'Expire' information > 09:40:07 register.c:679 Expires=3600, expires_param=0x985fd78, expires_hdr=0x985fcf0 > 09:40:07 sip_utils.c:279 comparing urls: sip:cisco@192.168.15.200 -> sip:cisco@128.107.224.32 > 09:40:07 utils.c:215 DNS lookup - resolved: 192.168.15.200 -> 192.168.15.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.224.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:cisco@192.168.15.200 -> sip:cisco@128.107.224.32 > 09:40:07 utils.c:134 DNS lookup - from cache: 192.168.15.200 -> 192.168.15.200 > 09:40:07 utils.c:134 DNS lookup - from cache: 128.107.224.32 -> 128.107.224.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.15.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: > 3c 73 69 70 3a 63 69 73 63 6f 40 6d 61 6c 63 6f <sip:ci...@my...p. > 6c 6d 2e 69 64 2e 61 75 3e 3b 74 61 67 3d 32 34 server.net>;tag=24 > 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:ci...@my...r > 2e 69 64 2e 61 75 3e 3b 74 61 67 3d 37 33 32 33 ver.net>;tag=7323 > 37 35 36 35 35 0d 0a 43 61 6c 6c 2d 49 44 3a 20 75655..Call-ID: > 33 35 35 37 35 37 32 32 31 31 40 31 39 32 2e 31 3557572211@192.1 > 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=36 > 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: > 4f 50 54 49 4f 4e 53 0d 0a 41 6c 6c 6f 77 3a 20 OPTIONS..Allow: > 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.... > > ---end of BUFFER DUMP--- > 09:40:07 sock.c:157 entered sipsock_waitfordata > 09:40:08 register.c:509 sip_agemap, t=1378604408 > 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=1378604413 > 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 = active > 09:40:15 sock.c:281 received UDP packet from [85.234.150.85:5060] count=691 > ---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 =z9hG4bK16253942 > 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 3456@85.234.150. > 38 35 3a 35 30 36 30 3e 3b 74 61 67 3d 31 34 30 85:5060>;tag=140 > 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:cisco@192.168. > 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 8@85.234.150.85. > 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@85.234.150 > 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=0..o=yate 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=SIP > 43 61 6c 6c 0d 0a 63 3d 49 4e 20 49 50 34 20 38 Call..c=IN IP4 8 > 35 2e 32 33 34 2e 31 35 30 2e 38 35 0d 0a 74 3d 5.234.150.85..t= > 30 20 30 0d 0a 6d 3d 61 75 64 69 6f 20 33 31 36 0 0..m=audio 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=rtpmap:0 P > 43 4d 55 2f 38 30 30 30 0d 0a 61 3d 72 74 70 6d CMU/8000..a=rtpm > 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=rtpmap: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.. ... [truncated message content] |