IO-sipit25 » History » Version 8
  Adrian Georgescu, 09/16/2009 11:49 PM 
  
| 1 | 1 | Adrian Georgescu | |
|---|---|---|---|
| 2 | = Issues =  | 
||
| 3 | |||
| 4 | 4 | Adrian Georgescu | 1. pjsip crashed when no SDP present, invite has content-length =0  | 
| 5 | |||
| 6 | {{{ | 
||
| 7 | adi@umts.ro> Assertion failed: (neg != ((void *)0)), function pjmedia_sdp_neg_get_state, file ../src/pjmedia/sdp_neg.c, line 179.  | 
||
| 8 | Abort trap  | 
||
| 9 | }}}  | 
||
| 10 | |||
| 11 | 8 | Adrian Georgescu | 1. RTCP line not fixed  | 
| 12 | {{{ | 
||
| 13 | c=IN IP4 85.17.186.6  | 
||
| 14 | t=0 0  | 
||
| 15 | m=audio 56500 RTP/AVP 9 104 103 102 0 8 101  | 
||
| 16 | a=rtcp:56501 IN IP4 132.177.254.214  | 
||
| 17 | }}}  | 
||
| 18 | 7 | Adrian Georgescu | 1. Capture the success of ICE negotiation  | 
| 19 | |||
| 20 | {{{ | 
||
| 21 | 2009-09-16 16:42:46.646000 [Blink 20986] (4) ice0xd38000: ICE negotiation success after 1s:127  | 
||
| 22 | 2009-09-16 16:42:46.646000 [Blink 20986] (4) ice0xd38000: Comp 1: sending from host candidate 192.168.66.100:56228 to prflx candidate 132.177.252.1:1166  | 
||
| 23 | 2009-09-16 16:42:46.646000 [Blink 20986] (4) ice0xd38000: Comp 2: sending from host candidate 192.168.66.100:56229 to prflx candidate 132.177.252.1:1167  | 
||
| 24 | }}}  | 
||
| 25 | |||
| 26 | 1. Registration Expire from server response is not honored  | 
||
| 27 | 1 | Adrian Georgescu | 1. 404 when supported eventlist header is present  | 
| 28 | 1. msrprelay connection reuse  | 
||
| 29 | 1. voicemail divert for audio calls only  | 
||
| 30 | 1. RTP mixing when multiple 183  | 
||
| 31 | 5 | Adrian Georgescu | 1. Close session when stream fail  | 
| 32 | 1 | Adrian Georgescu | 1. MSRP session request without TLS is not detected  | 
| 33 | 7 | Adrian Georgescu | 1. Sent re-Invite, got OK but sdp is broken  | 
| 34 | 2 | Adrian Georgescu | |
| 35 | |||
| 36 | {{{ | 
||
| 37 | INVITE sip:h1.rvtk.sipit.net SIP/2.0  | 
||
| 38 | Via: SIP/2.0/UDP 132.177.254.214:64941;rport;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1  | 
||
| 39 | Max-Forwards: 70  | 
||
| 40 | From: "Adrian G." <sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID  | 
||
| 41 | To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21  | 
||
| 42 | Contact: <sip:cutnhwgl@132.177.254.214:64941>  | 
||
| 43 | Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh  | 
||
| 44 | CSeq: 27600 INVITE  | 
||
| 45 | Route: <sip:81.23.228.129;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.ab101a94>  | 
||
| 46 | Route: <sip:81.23.228.150;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.3e73bda3>  | 
||
| 47 | Route: <sip:81.23.228.129;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.bb101a94>  | 
||
| 48 | Route: <sip:85.17.186.7;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.bc219d6>  | 
||
| 49 | Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE  | 
||
| 50 | Supported: 100rel  | 
||
| 51 | User-Agent: blink-0.9.0  | 
||
| 52 | Content-Type: application/sdp  | 
||
| 53 | Content-Length: 1094  | 
||
| 54 | |||
| 55 | v=0  | 
||
| 56 | o=- 3462028381 3462028382 IN IP4 132.177.254.214  | 
||
| 57 | s=blink-0.9.0  | 
||
| 58 | c=IN IP4 132.177.254.214  | 
||
| 59 | t=0 0  | 
||
| 60 | m=message 2855 TCP/TLS/MSRP *  | 
||
| 61 | a=path:msrps://132.177.254.214:2855/5ea28151a2715590e2d6;tcp  | 
||
| 62 | a=accept-types:message/cpim text/*  | 
||
| 63 | a=accept-wrapped-types:*  | 
||
| 64 | m=audio 64970 RTP/AVP 104 103 102 3 9 0 8 101  | 
||
| 65 | a=rtcp:64971 IN IP4 132.177.254.214  | 
||
| 66 | a=rtpmap:104 speex/32000  | 
||
| 67 | a=rtpmap:103 speex/16000  | 
||
| 68 | a=rtpmap:102 speex/8000  | 
||
| 69 | a=rtpmap:3 GSM/8000  | 
||
| 70 | a=rtpmap:9 G722/8000  | 
||
| 71 | a=rtpmap:0 PCMU/8000  | 
||
| 72 | a=rtpmap:8 PCMA/8000  | 
||
| 73 | a=rtpmap:101 telephone-event/8000  | 
||
| 74 | a=fmtp:101 0-15  | 
||
| 75 | a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:NuN1r6fPItiXpOMh5GHWf6FsrvrEo6AQca3/N/dE  | 
||
| 76 | a=crypto:2 AES_CM_128_HMAC_SHA1_32 inline:y7YegS/4Enrsr/PTKa+RHBk0U7cRBM5SvDBA0gqq  | 
||
| 77 | a=ice-ufrag:7b50c942  | 
||
| 78 | a=ice-pwd:74cd4b4d  | 
||
| 79 | a=candidate:H 1 UDP 39 132.177.254.214 64970 typ host  | 
||
| 80 | a=candidate:H 1 UDP 39 10.211.55.2 64970 typ host  | 
||
| 81 | a=candidate:H 1 UDP 39 10.37.129.2 64970 typ host  | 
||
| 82 | a=candidate:H 2 UDP 38 132.177.254.214 64971 typ host  | 
||
| 83 | a=candidate:H 2 UDP 38 10.211.55.2 64971 typ host  | 
||
| 84 | a=candidate:H 2 UDP 38 10.37.129.2 64971 typ host  | 
||
| 85 | a=sendrecv  | 
||
| 86 | |||
| 87 | RECEIVED: Packet 16, +0:02:18.956294  | 
||
| 88 | 2009-09-15 14:35:09.869635: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941  | 
||
| 89 | SIP/2.0 100 Giving a try  | 
||
| 90 | Via: SIP/2.0/UDP 132.177.254.214:64941;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1  | 
||
| 91 | From: "Adrian G." <sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID  | 
||
| 92 | To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21  | 
||
| 93 | Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh  | 
||
| 94 | CSeq: 27600 INVITE  | 
||
| 95 | Server: SIP Thor on OpenSIPS XS 1.4.5  | 
||
| 96 | Content-Length: 0  | 
||
| 97 | |||
| 98 | RECEIVED: Packet 17, +0:02:18.956524  | 
||
| 99 | 2009-09-15 14:35:09.869865: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941  | 
||
| 100 | SIP/2.0 180 Ringing  | 
||
| 101 | From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID  | 
||
| 102 | To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21  | 
||
| 103 | Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh  | 
||
| 104 | CSeq: 27600 INVITE  | 
||
| 105 | Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1  | 
||
| 106 | Supported: timer,replaces,100rel,sec-agree  | 
||
| 107 | Contact: <sip:h1.rvtk.sipit.net>  | 
||
| 108 | Content-Length: 0  | 
||
| 109 | |||
| 110 | RECEIVED: Packet 18, +0:02:19.071745  | 
||
| 111 | 2009-09-15 14:35:09.985086: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941  | 
||
| 112 | SIP/2.0 180 Ringing  | 
||
| 113 | From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID  | 
||
| 114 | To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21  | 
||
| 115 | Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh  | 
||
| 116 | CSeq: 27600 INVITE  | 
||
| 117 | Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1  | 
||
| 118 | Supported: timer,replaces,100rel,sec-agree  | 
||
| 119 | Contact: <sip:h1.rvtk.sipit.net>  | 
||
| 120 | Content-Length: 0  | 
||
| 121 | |||
| 122 | RECEIVED: Packet 19, +0:02:32.064486  | 
||
| 123 | 2009-09-15 14:35:22.977827: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941  | 
||
| 124 | SIP/2.0 200 OK  | 
||
| 125 | From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID  | 
||
| 126 | To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21  | 
||
| 127 | Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh  | 
||
| 128 | CSeq: 27600 INVITE  | 
||
| 129 | Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1  | 
||
| 130 | Supported: timer,replaces,100rel,sec-agree  | 
||
| 131 | Contact: <sip:h1.rvtk.sipit.net>  | 
||
| 132 | Content-Type: application/sdp  | 
||
| 133 | Content-Length: 141  | 
||
| 134 | |||
| 135 | v=0  | 
||
| 136 | o=rv-msrp-test 42089864 42091200 IN IP4 132.177.253.124  | 
||
| 137 | s=SDP MSRP SESSIONS  | 
||
| 138 | c=IN IP4 132.177.253.124  | 
||
| 139 | t=0 0  | 
||
| 140 | m=message 2857 TCP/TLS/MSRP *  | 
||
| 141 | }}}  | 
||
| 142 | 3 | Adrian Georgescu | |
| 143 | |||
| 144 | Cannot reserve session in the relay over an already established TCP connection  | 
||
| 145 | |||
| 146 | {{{ | 
||
| 147 | Socket details:  | 
||
| 148 | Local Addrs (132.177.253.124:1801,TLS), Remote Addrs (81.23.228.146:2855,TLS),  | 
||
| 149 | |||
| 150 | |||
| 151 | -->MESSAGE TO SEND  | 
||
| 152 | MSRP d4204d8-1007-f997416 AUTH  | 
||
| 153 | To-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 154 | From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 155 | Expires: 60  | 
||
| 156 | |||
| 157 | <--MESSAGE RECEIVED  | 
||
| 158 | MSRP d4204d8-1007-f997416 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  | 
||
| 159 | To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 160 | From-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 161 | |||
| 162 | -->MESSAGE TO SEND  | 
||
| 163 | MSRP d420608-1007-659c60b0 AUTH  | 
||
| 164 | To-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 165 | From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 166 | Expires: 60  | 
||
| 167 | |||
| 168 | <--MESSAGE RECEIVED  | 
||
| 169 | MSRP d420608-1007-659c60b0 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  | 
||
| 170 | To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 171 | From-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 172 | |||
| 173 | -->MESSAGE TO SEND  | 
||
| 174 | MSRP d420738-1007-22f13179 AUTH  | 
||
| 175 | To-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 176 | From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 177 | Expires: 60  | 
||
| 178 | |||
| 179 | <--MESSAGE RECEIVED  | 
||
| 180 | MSRP d420738-1007-22f13179 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  | 
||
| 181 | To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  | 
||
| 182 | From-Path: msrps://2233372675@sip2sip.info;tcp  | 
||
| 183 | |||
| 184 | 6 | Adrian Georgescu | }}}  | 
| 185 | |||
| 186 | Invite chat got message media line with port zero. Do we have or do we have not a msrp stream?  | 
||
| 187 | |||
| 188 | {{{ | 
||
| 189 | adigeo@132-177-254-214:~/work/blink$sip_audio_session -a bonjour  | 
||
| 190 | No enabled account which matches bonjour was found. Available and enabled accounts: 31208005169@ag-projects.com, 69@pbx.ag-projects.com, adi@umts.ro  | 
||
| 191 | adigeo@132-177-254-214:~/work/blink$sip_audio_session -a bonjour  | 
||
| 192 | Using account bonjour@local  | 
||
| 193 | Logging SIP trace to file "/Users/adigeo/Desktop/FileTransfers/sip_trace.txt"  | 
||
| 194 | Logging notifications trace to file "/Users/adigeo/Desktop/FileTransfers/notifications_trace.txt"  | 
||
| 195 | Available audio input devices: None, system_default, Built-in Input, Built-in Microphone, Logitech Wireless Headset  | 
||
| 196 | Available audio output devices: None, system_default, Built-in Output, Logitech Wireless Headset  | 
||
| 197 | Using audio input device: Logitech Wireless Headset  | 
||
| 198 | Using audio output device: Logitech Wireless Headset  | 
||
| 199 | Using audio alert device: Built-in Output  | 
||
| 200 | Listening on: sip:vnxirwtg@132.177.254.214:53861;transport=tcp  | 
||
| 201 | Listening on: sip:vnxirwtg@132.177.254.214:49159;transport=udp  | 
||
| 202 | Listening on: sip:vnxirwtg@132.177.254.214:53862;transport=tls  | 
||
| 203 | |||
| 204 | Available control keys:  | 
||
| 205 | s: toggle SIP trace on the console  | 
||
| 206 | j: toggle PJSIP trace on the console  | 
||
| 207 | n: toggle notifications trace on the console  | 
||
| 208 | p: toggle printing RTP statistics on the console  | 
||
| 209 | h: hang-up the active session  | 
||
| 210 | r: toggle audio recording  | 
||
| 211 | m: mute the microphone  | 
||
| 212 | i: change audio input device  | 
||
| 213 | o: change audio output device  | 
||
| 214 | a: change audio alert device  | 
||
| 215 | <>: adjust echo cancellation  | 
||
| 216 | SPACE: hold/unhold  | 
||
| 217 | Proposing chat to 'sip:2233376905@sip2sip.info'...  | 
||
| 218 | 2009-09-15 16:25:09.046420: SENDING: Packet 14, +0:01:02.467654  | 
||
| 219 | 132.177.254.214:49368 -(SIP over UDP)-> 85.17.186.7:5060  | 
||
| 220 | INVITE sip:2233376905@132.177.254.160:65014;rinstance=0abb36cdfde14d1e SIP/2.0  | 
||
| 221 | Via: SIP/2.0/UDP 132.177.254.214:49368;rport;branch=z9hG4bKPjU9763d4lYU7W3rVf-Vc221cx6EmcUd72  | 
||
| 222 | Max-Forwards: 70  | 
||
| 223 | From: "Adrian G." <sip:adi@umts.ro>;tag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx  | 
||
| 224 | To: <sip:2233376905@sip2sip.info>;tag=12fed6a8  | 
||
| 225 | Contact: <sip:sunvxlhz@132.177.254.214:49368>  | 
||
| 226 | Call-ID: dEONyPIATvBASdMH6ieer3PfUKHrXPFw  | 
||
| 227 | CSeq: 9494 INVITE  | 
||
| 228 | Route: <sip:85.17.186.7;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.ce8f0a9>  | 
||
| 229 | Route: <sip:81.23.228.150;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.90fd2897>  | 
||
| 230 | Route: <sip:81.23.228.129;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.11acc262>  | 
||
| 231 | Route: <sip:85.17.186.7;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.de8f0a9>  | 
||
| 232 | Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE  | 
||
| 233 | Supported: 100rel  | 
||
| 234 | User-Agent: blink-0.9.0  | 
||
| 235 | Content-Type: application/sdp  | 
||
| 236 | Content-Length: 981  | 
||
| 237 | |||
| 238 | v=0  | 
||
| 239 | o=- 3462035048 3462035049 IN IP4 132.177.254.214  | 
||
| 240 | s=blink-0.9.0  | 
||
| 241 | c=IN IP4 132.177.254.214  | 
||
| 242 | t=0 0  | 
||
| 243 | m=audio 49385 RTP/AVP 3 0 8 101  | 
||
| 244 | a=rtcp:49386 IN IP4 132.177.254.214  | 
||
| 245 | a=rtpmap:3 GSM/8000  | 
||
| 246 | a=rtpmap:0 PCMU/8000  | 
||
| 247 | a=rtpmap:8 PCMA/8000  | 
||
| 248 | a=rtpmap:101 telephone-event/8000  | 
||
| 249 | a=fmtp:101 0-15  | 
||
| 250 | a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:NT24NwNNrrna2KNSq9BciAHT7076TduvqlLejFfs  | 
||
| 251 | a=crypto:2 AES_CM_128_HMAC_SHA1_32 inline:DeVWCV7smCDTeXQwBooFbChO5x/WgEAbSPiAk+O1  | 
||
| 252 | a=ice-ufrag:0944aec6  | 
||
| 253 | a=ice-pwd:7c2e4dea  | 
||
| 254 | a=candidate:H 1 UDP 39 132.177.254.214 49385 typ host  | 
||
| 255 | a=candidate:H 1 UDP 39 10.211.55.2 49385 typ host  | 
||
| 256 | a=candidate:H 1 UDP 39 10.37.129.2 49385 typ host  | 
||
| 257 | a=candidate:H 2 UDP 38 132.177.254.214 49386 typ host  | 
||
| 258 | a=candidate:H 2 UDP 38 10.211.55.2 49386 typ host  | 
||
| 259 | a=candidate:H 2 UDP 38 10.37.129.2 49386 typ host  | 
||
| 260 | a=sendrecv  | 
||
| 261 | m=message 2855 TCP/TLS/MSRP *  | 
||
| 262 | a=path:msrps://132.177.254.214:2855/db6912543e0f6287e13c;tcp  | 
||
| 263 | a=accept-types:message/cpim text/*  | 
||
| 264 | a=accept-wrapped-types:*  | 
||
| 265 | |||
| 266 | --  | 
||
| 267 | |||
| 268 | 2009-09-15 16:25:09.140438: RECEIVED: Packet 15, +0:01:02.561672  | 
||
| 269 | 85.17.186.7:5060 -(SIP over UDP)-> 132.177.254.214:49368  | 
||
| 270 | SIP/2.0 100 Giving a try  | 
||
| 271 | Via: SIP/2.0/UDP 132.177.254.214:49368;rport=49368;branch=z9hG4bKPjU9763d4lYU7W3rVf-Vc221cx6EmcUd72  | 
||
| 272 | From: "Adrian G." <sip:adi@umts.ro>;tag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx  | 
||
| 273 | To: <sip:2233376905@sip2sip.info>;tag=12fed6a8  | 
||
| 274 | Call-ID: dEONyPIATvBASdMH6ieer3PfUKHrXPFw  | 
||
| 275 | CSeq: 9494 INVITE  | 
||
| 276 | Server: SIP Thor on OpenSIPS XS 1.4.5  | 
||
| 277 | Content-Length: 0  | 
||
| 278 | |||
| 279 | |||
| 280 | --  | 
||
| 281 | |||
| 282 | 2009-09-15 16:25:09.429513: RECEIVED: Packet 16, +0:01:02.850747  | 
||
| 283 | 85.17.186.7:5060 -(SIP over UDP)-> 132.177.254.214:49368  | 
||
| 284 | SIP/2.0 200 OK  | 
||
| 285 | Via: SIP/2.0/UDP 132.177.254.214:49368;received=132.177.254.214;rport=49368;branch=z9hG4bKPjU9763d4lYU7W3rVf-Vc221cx6EmcUd72  | 
||
| 286 | Record-Route: <sip:85.17.186.7;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx>  | 
||
| 287 | Record-Route: <sip:81.23.228.129;lr=on;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx>  | 
||
| 288 | Record-Route: <sip:81.23.228.150;lr=on;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx>  | 
||
| 289 | Record-Route: <sip:85.17.186.7;lr=on;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx>  | 
||
| 290 | Contact: <sip:2233376905@132.177.254.160:65014;rinstance=0abb36cdfde14d1e>  | 
||
| 291 | To: <sip:2233376905@sip2sip.info>;tag=12fed6a8  | 
||
| 292 | From: "Adrian G."<sip:adi@umts.ro>;tag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx  | 
||
| 293 | Call-ID: dEONyPIATvBASdMH6ieer3PfUKHrXPFw  | 
||
| 294 | CSeq: 9494 INVITE  | 
||
| 295 | Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO  | 
||
| 296 | Content-Type: application/sdp  | 
||
| 297 | Supported: eventlist  | 
||
| 298 | User-Agent: Bria 3.0 release 3.0 stamp 99999  | 
||
| 299 | Content-Length: 320  | 
||
| 300 | |||
| 301 | v=0  | 
||
| 302 | o=- 12897519906829104 12897519906829104 IN IP4 132.177.254.160  | 
||
| 303 | s=-  | 
||
| 304 | t=0 0  | 
||
| 305 | m=audio 55388 RTP/AVP 3 0 8 101  | 
||
| 306 | c=IN IP4 81.23.228.150  | 
||
| 307 | a=rtpmap:3 GSM/8000  | 
||
| 308 | a=rtpmap:0 PCMU/8000  | 
||
| 309 | a=rtpmap:8 PCMA/8000  | 
||
| 310 | a=rtpmap:101 telephone-event/8000  | 
||
| 311 | a=fmtp:101 0-15  | 
||
| 312 | a=ptime  | 
||
| 313 | a=sendrecv  | 
||
| 314 | m=MESSAGE 0 NONE  | 
||
| 315 | c=IN IP4 132.177.254.160  | 
||
| 316 | |||
| 317 | --  | 
||
| 318 | |||
| 319 | 2009-09-15 16:25:09.429677: SENDING: Packet 17, +0:01:02.850911  | 
||
| 320 | 132.177.254.214:49368 -(SIP over UDP)-> 85.17.186.7:5060  | 
||
| 321 | ACK sip:2233376905@132.177.254.160:65014;rinstance=0abb36cdfde14d1e SIP/2.0  | 
||
| 322 | Via: SIP/2.0/UDP 132.177.254.214:49368;rport;branch=z9hG4bKPjqfb3VrLfsdaraszZ2TngLxGH.iomKkFi  | 
||
| 323 | Max-Forwards: 70  | 
||
| 324 | From: "Adrian G." <sip:adi@umts.ro>;tag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx  | 
||
| 325 | To: <sip:2233376905@sip2sip.info>;tag=12fed6a8  | 
||
| 326 | Call-ID: dEONyPIATvBASdMH6ieer3PfUKHrXPFw  | 
||
| 327 | CSeq: 9494 ACK  | 
||
| 328 | Route: <sip:85.17.186.7;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.ce8f0a9>  | 
||
| 329 | Route: <sip:81.23.228.150;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.90fd2897>  | 
||
| 330 | Route: <sip:81.23.228.129;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.11acc262>  | 
||
| 331 | Route: <sip:85.17.186.7;lr;ftag=ZGZlSslXQyq7HyHcnH3eh3k2vL5Oeowx;did=a28.de8f0a9>  | 
||
| 332 | User-Agent: blink-0.9.0  | 
||
| 333 | Content-Length: 0  | 
||
| 334 | |||
| 335 | |||
| 336 | --  | 
||
| 337 | |||
| 338 | Audio to 2233376905@sip2sip.info> /remove chat  | 
||
| 339 | The current active session does not have any chat streams  | 
||
| 340 | }}}  |