[Siproxd-users] IPPBX to PSTN Gateway, no registration issue
Status: Beta
Brought to you by:
tries
From: <lin...@eb...> - 2006-03-24 21:29:47
|
I'm attempting to get a Cisco CallManager 5 (CM5) server to talk to a Global Crossing (GX) PSTN gateway over the public Internet. CM5 is on the private IP network at 10.99.1.10. GX is at 208.49.124.43. The firewall is at eth1=10.100.254.73 and eth0=12.31.231.1. I'm using siproxd-0.5.12 downloaded from CSV yesterday and libosip2-2.2.2. CM5 is configured to attempt to talk to GX directly and I'm using iptables to implement transparent SIP proxy. The CM5 sends it's requests, the redirect sends the packets to the siproxd and siproxd sends a 408 Request timeout because it can't find a route. It can't find a route because there is no UA to register for siproxd to extract the route from. (saw the notes about 404 and 403 but I don't think it matters here) All traffic will be between these two systems so the route will need to be hard coded. Tried various config combinations and even tried digging in the source for it but my sip skills are limited. Tried looking for a siproxd_registrations file via google so that I could forge a registration entry but no joy. How do I hard code the route between two hosts or get a route entered for server to gateway communications? Thanks Linuxboy attempt log: /sbin/siproxd --config /etc/siproxd.conf -d -1 14:28:19 INFO:siproxd.c:180 siproxd-0.5.12-3500 i686-pc-linux-gnu starting up 14:28:19 readconf.c:69 trying to read config file 14:28:19 readconf.c:90 ... trying /etc/siproxd.conf 14:28:19 readconf.c:209 pc:"if_inbound= eth0" 14:28:19 readconf.c:216 got keyword:"if_inbound" 14:28:19 readconf.c:226 got argument:"eth0" 14:28:19 readconf.c:259 STRING=eth0 14:28:19 readconf.c:209 pc:"if_outbound = eth1" 14:28:19 readconf.c:216 got keyword:"if_outbound" 14:28:19 readconf.c:226 got argument:"eth1" 14:28:19 readconf.c:259 STRING=eth1 14:28:19 readconf.c:209 pc:"hosts_allow_reg = 10.0.0.0/8" 14:28:19 readconf.c:216 got keyword:"hosts_allow_reg" 14:28:19 readconf.c:226 got argument:"10.0.0.0/8" 14:28:19 readconf.c:259 STRING=10.0.0.0/8 14:28:19 readconf.c:209 pc:"sip_listen_port = 5060" 14:28:19 readconf.c:216 got keyword:"sip_listen_port" 14:28:19 readconf.c:226 got argument:"5060" 14:28:19 readconf.c:241 INT4=5060 14:28:19 readconf.c:209 pc:"daemonize = 0" 14:28:19 readconf.c:216 got keyword:"daemonize" 14:28:19 readconf.c:226 got argument:"0" 14:28:19 readconf.c:241 INT4=0 14:28:19 readconf.c:209 pc:"silence_log = 1" 14:28:19 readconf.c:216 got keyword:"silence_log" 14:28:19 readconf.c:226 got argument:"1" 14:28:19 readconf.c:241 INT4=1 14:28:19 readconf.c:209 pc:"log_calls = 1" 14:28:19 readconf.c:216 got keyword:"log_calls" 14:28:19 readconf.c:226 got argument:"1" 14:28:19 readconf.c:241 INT4=1 14:28:19 readconf.c:209 pc:"user = root" 14:28:19 readconf.c:216 got keyword:"user" 14:28:19 readconf.c:226 got argument:"root" 14:28:19 readconf.c:259 STRING=root 14:28:19 readconf.c:209 pc:"registration_file = /var/lib/siproxd_registrations" 14:28:19 readconf.c:216 got keyword:"registration_file" 14:28:19 readconf.c:226 got argument:"/var/lib/siproxd_registrations" 14:28:19 readconf.c:259 STRING=/var/lib/siproxd_registrations 14:28:19 readconf.c:209 pc:"pid_file = /var/run/siproxd/siproxd.pid" 14:28:19 readconf.c:216 got keyword:"pid_file" 14:28:19 readconf.c:226 got argument:"/var/run/siproxd/siproxd.pid" 14:28:19 readconf.c:259 STRING=/var/run/siproxd/siproxd.pid 14:28:19 readconf.c:209 pc:"rtp_proxy_enable = 1" 14:28:19 readconf.c:216 got keyword:"rtp_proxy_enable" 14:28:19 readconf.c:226 got argument:"1" 14:28:19 readconf.c:241 INT4=1 14:28:19 readconf.c:209 pc:"rtp_port_low = 7070" 14:28:19 readconf.c:216 got keyword:"rtp_port_low" 14:28:19 readconf.c:226 got argument:"7070" 14:28:19 readconf.c:241 INT4=7070 14:28:19 readconf.c:209 pc:"rtp_port_high = 7079" 14:28:19 readconf.c:216 got keyword:"rtp_port_high" 14:28:19 readconf.c:226 got argument:"7079" 14:28:19 readconf.c:241 INT4=7079 14:28:19 readconf.c:209 pc:"rtp_timeout = 300" 14:28:19 readconf.c:216 got keyword:"rtp_timeout" 14:28:19 readconf.c:226 got argument:"300" 14:28:19 readconf.c:241 INT4=300 14:28:19 readconf.c:209 pc:"default_expires = 600" 14:28:19 readconf.c:216 got keyword:"default_expires" 14:28:19 readconf.c:226 got argument:"600" 14:28:19 readconf.c:241 INT4=600 14:28:19 readconf.c:209 pc:"debug_level = 0" 14:28:19 readconf.c:216 got keyword:"debug_level" 14:28:19 readconf.c:226 got argument:"0" 14:28:19 readconf.c:241 INT4=0 14:28:19 readconf.c:209 pc:"debug_port = 0" 14:28:19 readconf.c:216 got keyword:"debug_port" 14:28:19 readconf.c:226 got argument:"0" 14:28:19 readconf.c:241 INT4=0 14:28:19 readconf.c:209 pc:"mask_host = 10.99.1.10" 14:28:19 readconf.c:216 got keyword:"mask_host" 14:28:19 readconf.c:226 got argument:"10.99.1.10" 14:28:19 readconf.c:279 STRINGA[0]=10.99.1.10 14:28:19 readconf.c:209 pc:"masked_host = 12.31.231.1" 14:28:19 readconf.c:216 got keyword:"masked_host" 14:28:19 readconf.c:226 got argument:"12.31.231.1" 14:28:19 readconf.c:279 STRINGA[0]=12.31.231.1 14:28:19 readconf.c:119 rounded rtp_port_high down to 7078 14:28:19 utils.c:234 running w/uid=0, euid=0, gid=0, egid=0 14:28:19 utils.c:270 changing uid/gid to root 14:28:19 utils.c:273 changed gid to 0 - Ok 14:28:19 utils.c:277 changed egid to 0 - Ok 14:28:19 utils.c:288 changed euid to 0 - Ok 14:28:19 siproxd.c:223 creating PID file [/var/run/siproxd/siproxd.pid] 14:28:19 rtpproxy_relay.c:108 create thread 14:28:19 rtpproxy_relay.c:110 created, sts=0 14:28:19 rtpproxy_relay.c:121 uid=0, euid=0 14:28:19 rtpproxy_relay.c:134 pmin=1, pmax=99, using p=33 14:28:19 INFO:sock.c:65 bound to port 5060 14:28:19 sock.c:66 bound socket 5 14:28:19 INFO:siproxd.c:263 siproxd-0.5.12-3500 i686-pc-linux-gnu started 14:28:19 siproxd.c:270 going into sipsock_wait 14:28:20 siproxd.c:296 back from sipsock_wait 14:28:20 sock.c:125 received UDP packet from 10.99.1.10, count=949 ---BUFFER DUMP follows--- 49 4e 56 49 54 45 20 73 69 70 3a 36 33 30 37 37 INVITE sip:63077 38 32 38 30 30 40 32 30 38 2e 34 39 2e 31 32 34 82800@208.49.124 2e 34 33 3a 35 30 36 30 20 53 49 50 2f 32 2e 30 .43:5060 SIP/2.0 0d 0a 56 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 ..Via: SIP/2.0/U 44 50 20 31 30 2e 39 39 2e 31 2e 31 30 3a 35 30 DP 10.99.1.10:50 36 30 3b 62 72 61 6e 63 68 3d 7a 39 68 47 34 62 60;branch=z9hG4b 4b 39 37 66 65 30 37 37 0d 0a 52 65 6d 6f 74 65 K97fe077..Remote 2d 50 61 72 74 79 2d 49 44 3a 20 22 42 72 69 61 -Party-ID: "Bria 6e 20 46 72 65 65 6d 61 6e 22 20 3c 73 69 70 3a n Freeman" <sip: 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 30 3e 0286@10.99.1.10> 3b 70 61 72 74 79 3d 63 61 6c 6c 69 6e 67 3b 73 ;party=calling;s 63 72 65 65 6e 3d 79 65 73 3b 70 72 69 76 61 63 creen=yes;privac 79 3d 6f 66 66 0d 0a 46 72 6f 6d 3a 20 22 42 72 y=off..From: "Br 69 61 6e 20 46 72 65 65 6d 61 6e 22 20 3c 73 69 ian Freeman" <si 70 3a 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 p:0286@10.99.1.1 30 3e 3b 74 61 67 3d 66 39 38 65 38 61 63 31 2d 0>;tag=f98e8ac1- 64 65 37 66 2d 34 61 32 66 2d 38 35 66 35 2d 63 de7f-4a2f-85f5-c 38 62 36 31 39 35 38 66 38 32 38 2d 32 30 33 36 8b61958f828-2036 32 39 30 32 0d 0a 54 6f 3a 20 3c 73 69 70 3a 36 2902..To: <sip:6 33 30 37 37 38 32 38 30 30 40 32 30 38 2e 34 39 307782800@208.49 2e 31 32 34 2e 34 33 3e 0d 0a 44 61 74 65 3a 20 .124.43>..Date: 46 72 69 2c 20 32 34 20 4d 61 72 20 32 30 30 36 Fri, 24 Mar 2006 20 32 31 3a 32 38 3a 30 32 20 47 4d 54 0d 0a 43 21:28:02 GMT..C 61 6c 6c 2d 49 44 3a 20 31 31 37 63 65 32 38 30 all-ID: 117ce280 2d 34 32 34 31 36 34 36 32 2d 33 34 36 31 2d 61 -42416462-3461-a 30 31 36 33 30 61 40 31 30 2e 39 39 2e 31 2e 31 01630a@10.99.1.1 30 0d 0a 53 75 70 70 6f 72 74 65 64 3a 20 74 69 0..Supported: ti 6d 65 72 2c 72 65 70 6c 61 63 65 73 0d 0a 4d 69 mer,replaces..Mi 6e 2d 53 45 3a 20 20 31 38 30 30 0d 0a 55 73 65 n-SE: 1800..Use 72 2d 41 67 65 6e 74 3a 20 43 69 73 63 6f 2d 43 r-Agent: Cisco-C 43 4d 35 2e 30 0d 0a 41 6c 6c 6f 77 3a 20 49 4e CM5.0..Allow: IN 56 49 54 45 2c 20 4f 50 54 49 4f 4e 53 2c 20 49 VITE, OPTIONS, I 4e 46 4f 2c 20 42 59 45 2c 20 43 41 4e 43 45 4c NFO, BYE, CANCEL 2c 20 41 43 4b 2c 20 50 52 41 43 4b 2c 20 55 50 , ACK, PRACK, UP 44 41 54 45 2c 20 52 45 46 45 52 2c 20 53 55 42 DATE, REFER, SUB 53 43 52 49 42 45 2c 20 4e 4f 54 49 46 59 0d 0a SCRIBE, NOTIFY.. 43 53 65 71 3a 20 31 30 31 20 49 4e 56 49 54 45 CSeq: 101 INVITE 0d 0a 43 6f 6e 74 61 63 74 3a 20 3c 73 69 70 3a ..Contact: <sip: 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 30 3a 0286@10.99.1.10: 35 30 36 30 3e 0d 0a 45 78 70 69 72 65 73 3a 20 5060>..Expires: 31 38 30 0d 0a 41 6c 6c 6f 77 2d 45 76 65 6e 74 180..Allow-Event 73 3a 20 70 72 65 73 65 6e 63 65 0d 0a 4d 61 78 s: presence..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 54 79 70 65 3a 20 61 70 70 ontent-Type: app 6c 69 63 61 74 69 6f 6e 2f 73 64 70 0d 0a 43 6f lication/sdp..Co 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 30 ntent-Length: 20 38 0d 0a 0d 0a 76 3d 30 0d 0a 6f 3d 43 69 73 63 8....v=0..o=Cisc 6f 53 79 73 74 65 6d 73 43 43 4d 2d 53 49 50 20 oSystemsCCM-SIP 32 30 30 30 20 31 20 49 4e 20 49 50 34 20 31 30 2000 1 IN IP4 10 2e 39 39 2e 31 2e 31 30 0d 0a 73 3d 53 49 50 20 .99.1.10..s=SIP 43 61 6c 6c 0d 0a 63 3d 49 4e 20 49 50 34 20 31 Call..c=IN IP4 1 30 2e 39 39 2e 31 2e 31 30 0d 0a 74 3d 30 20 30 0.99.1.10..t=0 0 0d 0a 6d 3d 61 75 64 69 6f 20 32 34 38 38 32 20 ..m=audio 24882 52 54 50 2f 41 56 50 20 30 20 31 30 31 0d 0a 61 RTP/AVP 0 101..a 3d 72 74 70 6d 61 70 3a 30 20 50 43 4d 55 2f 38 =rtpmap:0 PCMU/8 30 30 30 0d 0a 61 3d 70 74 69 6d 65 3a 32 30 0d 000..a=ptime:20. 0a 61 3d 72 74 70 6d 61 70 3a 31 30 31 20 74 65 .a=rtpmap:101 te 6c 65 70 68 6f 6e 65 2d 65 76 65 6e 74 2f 38 30 lephone-event/80 30 30 0d 0a 61 3d 66 6d 74 70 3a 31 30 31 20 30 00..a=fmtp:101 0 2d 31 35 0d 0a -15.. ---end of BUFFER DUMP--- 14:28:20 accessctl.c:53 deny list (SIP):*NULL* 14:28:20 accessctl.c:55 allow list (SIP):*NULL* 14:28:20 accessctl.c:57 allow list (REG):10.0.0.0/8 14:28:20 accessctl.c:154 [0] extracted address=10.0.0.0 14:28:20 accessctl.c:155 [0] extracted mask =8 14:28:20 utils.c:91 initializing DNS cache (32 entries) 14:28:20 utils.c:194 DNS lookup - resolved: 10.0.0.0 -> 10.0.0.0 14:28:20 utils.c:214 DNS lookup - store into cache, entry 0) 14:28:20 accessctl.c:172 [0] (0xa000000) <-> (0xa000000) 14:28:20 accessctl.c:95 granted REG/SIP access 14:28:20 accessctl.c:102 access check =3 14:28:20 security.c:48 security_check_raw: size=949 14:28:20 siproxd.c:374 checking Max-Forwards (=70) 14:28:20 siproxd.c:419 received SIP type REQ:INVITE 14:28:20 utils.c:322 fetching interface IP by INTERFACE [0] 14:28:20 utils.c:367 initializing ifaddr cache (32 entries) 14:28:20 utils.c:432 get_ip_by_ifname: if eth1 has IP:10.100.254.73 (flags=1043) UP 14:28:20 utils.c:452 ifname lookup - store into cache, entry 0) 14:28:20 proxy.c:87 proxy_request 14:28:20 route_processing.c:63 route_preprocess: no Route header present 14:28:20 sip_utils.c:1137 sip_find_direction: unable to determine direction of SIP packet 14:28:20 INFO:proxy.c:159 Outgoing Call: 0286@10.99.1.10 -> 6307782800@208.49.124.43 14:28:20 proxy.c:272 request [INVITE] from/to unregistered UA (RQ: 0286@10.99.1.10 -> 6307782800@208.49.124.43) 14:28:20 sock.c:164 send UDP packet to 10.99.1.10: 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 31 30 : SIP/2.0/UDP 10 2e 39 39 2e 31 2e 31 30 3a 35 30 36 30 3b 62 72 .99.1.10:5060;br 61 6e 63 68 3d 7a 39 68 47 34 62 4b 39 37 66 65 anch=z9hG4bK97fe 30 37 37 0d 0a 46 72 6f 6d 3a 20 22 42 72 69 61 077..From: "Bria 6e 20 46 72 65 65 6d 61 6e 22 20 3c 73 69 70 3a n Freeman" <sip: 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 30 3e 0286@10.99.1.10> 3b 74 61 67 3d 66 39 38 65 38 61 63 31 2d 64 65 ;tag=f98e8ac1-de 37 66 2d 34 61 32 66 2d 38 35 66 35 2d 63 38 62 7f-4a2f-85f5-c8b 36 31 39 35 38 66 38 32 38 2d 32 30 33 36 32 39 61958f828-203629 30 32 0d 0a 54 6f 3a 20 3c 73 69 70 3a 36 33 30 02..To: <sip:630 37 37 38 32 38 30 30 40 32 30 38 2e 34 39 2e 31 7782800@208.49.1 32 34 2e 34 33 3e 0d 0a 43 61 6c 6c 2d 49 44 3a 24.43>..Call-ID: 20 31 31 37 63 65 32 38 30 2d 34 32 34 31 36 34 117ce280-424164 36 32 2d 33 34 36 31 2d 61 30 31 36 33 30 61 40 62-3461-a01630a@ 31 30 2e 39 39 2e 31 2e 31 30 0d 0a 43 53 65 71 10.99.1.10..CSeq 3a 20 31 30 31 20 49 4e 56 49 54 45 0d 0a 43 6f : 101 INVITE..Co 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 0d ntent-Length: 0. 0a 0d 0a ... ---end of BUFFER DUMP--- 14:28:20 siproxd.c:270 going into sipsock_wait 14:28:20 siproxd.c:296 back from sipsock_wait 14:28:20 sock.c:125 received UDP packet from 10.99.1.10, count=401 ---BUFFER DUMP follows--- 41 43 4b 20 73 69 70 3a 36 33 30 37 37 38 32 38 ACK sip:63077828 30 30 40 32 30 38 2e 34 39 2e 31 32 34 2e 34 33 00@208.49.124.43 3a 35 30 36 30 20 53 49 50 2f 32 2e 30 0d 0a 56 :5060 SIP/2.0..V 69 61 3a 20 53 49 50 2f 32 2e 30 2f 55 44 50 20 ia: SIP/2.0/UDP 31 30 2e 39 39 2e 31 2e 31 30 3a 35 30 36 30 3b 10.99.1.10:5060; 62 72 61 6e 63 68 3d 7a 39 68 47 34 62 4b 39 37 branch=z9hG4bK97 66 65 30 37 37 0d 0a 46 72 6f 6d 3a 20 22 42 72 fe077..From: "Br 69 61 6e 20 46 72 65 65 6d 61 6e 22 20 3c 73 69 ian Freeman" <si 70 3a 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 p:0286@10.99.1.1 30 3e 3b 74 61 67 3d 66 39 38 65 38 61 63 31 2d 0>;tag=f98e8ac1- 64 65 37 66 2d 34 61 32 66 2d 38 35 66 35 2d 63 de7f-4a2f-85f5-c 38 62 36 31 39 35 38 66 38 32 38 2d 32 30 33 36 8b61958f828-2036 32 39 30 32 0d 0a 54 6f 3a 20 3c 73 69 70 3a 36 2902..To: <sip:6 33 30 37 37 38 32 38 30 30 40 32 30 38 2e 34 39 307782800@208.49 2e 31 32 34 2e 34 33 3e 0d 0a 44 61 74 65 3a 20 .124.43>..Date: 46 72 69 2c 20 32 34 20 4d 61 72 20 32 30 30 36 Fri, 24 Mar 2006 20 32 31 3a 32 38 3a 30 32 20 47 4d 54 0d 0a 43 21:28:02 GMT..C 61 6c 6c 2d 49 44 3a 20 31 31 37 63 65 32 38 30 all-ID: 117ce280 2d 34 32 34 31 36 34 36 32 2d 33 34 36 31 2d 61 -42416462-3461-a 30 31 36 33 30 61 40 31 30 2e 39 39 2e 31 2e 31 01630a@10.99.1.1 30 0d 0a 4d 61 78 2d 46 6f 72 77 61 72 64 73 3a 0..Max-Forwards: 20 37 30 0d 0a 43 53 65 71 3a 20 31 30 31 20 41 70..CSeq: 101 A 43 4b 0d 0a 41 6c 6c 6f 77 2d 45 76 65 6e 74 73 CK..Allow-Events 3a 20 70 72 65 73 65 6e 63 65 0d 0a 43 6f 6e 74 : presence..Cont 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 0d 0a 0d ent-Length: 0... 0a . ---end of BUFFER DUMP--- 14:28:20 accessctl.c:53 deny list (SIP):*NULL* 14:28:20 accessctl.c:55 allow list (SIP):*NULL* 14:28:20 accessctl.c:57 allow list (REG):10.0.0.0/8 14:28:20 accessctl.c:154 [0] extracted address=10.0.0.0 14:28:20 accessctl.c:155 [0] extracted mask =8 14:28:20 utils.c:114 DNS lookup - from cache: 10.0.0.0 -> 10.0.0.0 14:28:20 accessctl.c:172 [0] (0xa000000) <-> (0xa000000) 14:28:20 accessctl.c:95 granted REG/SIP access 14:28:20 accessctl.c:102 access check =3 14:28:20 security.c:48 security_check_raw: size=401 14:28:20 siproxd.c:374 checking Max-Forwards (=70) 14:28:20 siproxd.c:419 received SIP type REQ:ACK 14:28:20 utils.c:322 fetching interface IP by INTERFACE [0] 14:28:20 utils.c:394 ifaddr lookup - from cache: eth1 -> 10.100.254.73 UP 14:28:20 proxy.c:87 proxy_request 14:28:20 route_processing.c:63 route_preprocess: no Route header present 14:28:20 sip_utils.c:1137 sip_find_direction: unable to determine direction of SIP packet 14:28:20 INFO:proxy.c:159 ACK Call: 0286@10.99.1.10 -> 6307782800@208.49.124.43 14:28:20 proxy.c:272 request [ACK] from/to unregistered UA (RQ: 0286@10.99.1.10 -> 6307782800@208.49.124.43) 14:28:20 sock.c:164 send UDP packet to 10.99.1.10: 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 31 30 : SIP/2.0/UDP 10 2e 39 39 2e 31 2e 31 30 3a 35 30 36 30 3b 62 72 .99.1.10:5060;br 61 6e 63 68 3d 7a 39 68 47 34 62 4b 39 37 66 65 anch=z9hG4bK97fe 30 37 37 0d 0a 46 72 6f 6d 3a 20 22 42 72 69 61 077..From: "Bria 6e 20 46 72 65 65 6d 61 6e 22 20 3c 73 69 70 3a n Freeman" <sip: 30 32 38 36 40 31 30 2e 39 39 2e 31 2e 31 30 3e 0286@10.99.1.10> 3b 74 61 67 3d 66 39 38 65 38 61 63 31 2d 64 65 ;tag=f98e8ac1-de 37 66 2d 34 61 32 66 2d 38 35 66 35 2d 63 38 62 7f-4a2f-85f5-c8b 36 31 39 35 38 66 38 32 38 2d 32 30 33 36 32 39 61958f828-203629 30 32 0d 0a 54 6f 3a 20 3c 73 69 70 3a 36 33 30 02..To: <sip:630 37 37 38 32 38 30 30 40 32 30 38 2e 34 39 2e 31 7782800@208.49.1 32 34 2e 34 33 3e 0d 0a 43 61 6c 6c 2d 49 44 3a 24.43>..Call-ID: 20 31 31 37 63 65 32 38 30 2d 34 32 34 31 36 34 117ce280-424164 36 32 2d 33 34 36 31 2d 61 30 31 36 33 30 61 40 62-3461-a01630a@ 31 30 2e 39 39 2e 31 2e 31 30 0d 0a 43 53 65 71 10.99.1.10..CSeq 3a 20 31 30 31 20 41 43 4b 0d 0a 43 6f 6e 74 65 : 101 ACK..Conte 6e 74 2d 4c 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a nt-Length: 0.... ---end of BUFFER DUMP--- 14:28:20 siproxd.c:270 going into sipsock_wait 14:28:22 register.c:492 sip_agemap, t=1143235702 14:28:24 register.c:492 sip_agemap, t=1143235704 14:28:26 sock.c:96 select() returned error [4:Interrupted system call] 14:28:26 register.c:492 sip_agemap, t=1143235706 14:28:26 INFO:siproxd.c:548 properly terminating siproxd 14:28:26 siproxd.c:552 deleting PID file [/var/run/siproxd/siproxd.pid] 14:28:26 rtpproxy_relay.c:848 killed RTP proxy thread |