IO-sipit25

Version 5 (Adrian Georgescu, 09/15/2009 08:52 pm)

1 1 Adrian Georgescu
2 1 Adrian Georgescu
= Issues =
3 1 Adrian Georgescu
4 4 Adrian Georgescu
 1. pjsip crashed when no SDP present, invite has content-length =0
5 4 Adrian Georgescu
6 4 Adrian Georgescu
{{{
7 4 Adrian Georgescu
adi@umts.ro> Assertion failed: (neg != ((void *)0)), function pjmedia_sdp_neg_get_state, file ../src/pjmedia/sdp_neg.c, line 179.
8 4 Adrian Georgescu
Abort trap
9 4 Adrian Georgescu
}}}
10 4 Adrian Georgescu
11 1 Adrian Georgescu
 1. 404 when supported eventlist header is present
12 1 Adrian Georgescu
 1. msrprelay connection reuse
13 1 Adrian Georgescu
 1. voicemail divert for audio calls only
14 1 Adrian Georgescu
 1. RTP mixing when multiple 183
15 1 Adrian Georgescu
 1. Close session when stream fail
16 5 Adrian Georgescu
 1. MSRP session request without TLS is not detected
17 2 Adrian Georgescu
 1. sent re-invite got OK but sdp is broken
18 2 Adrian Georgescu
19 2 Adrian Georgescu
20 2 Adrian Georgescu
{{{
21 2 Adrian Georgescu
INVITE sip:h1.rvtk.sipit.net SIP/2.0
22 2 Adrian Georgescu
Via: SIP/2.0/UDP 132.177.254.214:64941;rport;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1
23 2 Adrian Georgescu
Max-Forwards: 70
24 2 Adrian Georgescu
From: "Adrian G." <sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID
25 2 Adrian Georgescu
To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21
26 2 Adrian Georgescu
Contact: <sip:cutnhwgl@132.177.254.214:64941>
27 2 Adrian Georgescu
Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh
28 2 Adrian Georgescu
CSeq: 27600 INVITE
29 2 Adrian Georgescu
Route: <sip:81.23.228.129;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.ab101a94>
30 2 Adrian Georgescu
Route: <sip:81.23.228.150;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.3e73bda3>
31 2 Adrian Georgescu
Route: <sip:81.23.228.129;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.bb101a94>
32 2 Adrian Georgescu
Route: <sip:85.17.186.7;lr;ftag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID;did=773.bc219d6>
33 2 Adrian Georgescu
Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE
34 2 Adrian Georgescu
Supported: 100rel
35 2 Adrian Georgescu
User-Agent: blink-0.9.0
36 2 Adrian Georgescu
Content-Type: application/sdp
37 2 Adrian Georgescu
Content-Length:  1094
38 2 Adrian Georgescu
39 2 Adrian Georgescu
v=0
40 2 Adrian Georgescu
o=- 3462028381 3462028382 IN IP4 132.177.254.214
41 2 Adrian Georgescu
s=blink-0.9.0
42 2 Adrian Georgescu
c=IN IP4 132.177.254.214
43 2 Adrian Georgescu
t=0 0
44 2 Adrian Georgescu
m=message 2855 TCP/TLS/MSRP *
45 2 Adrian Georgescu
a=path:msrps://132.177.254.214:2855/5ea28151a2715590e2d6;tcp
46 2 Adrian Georgescu
a=accept-types:message/cpim text/*
47 2 Adrian Georgescu
a=accept-wrapped-types:*
48 2 Adrian Georgescu
m=audio 64970 RTP/AVP 104 103 102 3 9 0 8 101
49 2 Adrian Georgescu
a=rtcp:64971 IN IP4 132.177.254.214
50 2 Adrian Georgescu
a=rtpmap:104 speex/32000
51 2 Adrian Georgescu
a=rtpmap:103 speex/16000
52 2 Adrian Georgescu
a=rtpmap:102 speex/8000
53 2 Adrian Georgescu
a=rtpmap:3 GSM/8000
54 2 Adrian Georgescu
a=rtpmap:9 G722/8000
55 2 Adrian Georgescu
a=rtpmap:0 PCMU/8000
56 2 Adrian Georgescu
a=rtpmap:8 PCMA/8000
57 2 Adrian Georgescu
a=rtpmap:101 telephone-event/8000
58 2 Adrian Georgescu
a=fmtp:101 0-15
59 2 Adrian Georgescu
a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:NuN1r6fPItiXpOMh5GHWf6FsrvrEo6AQca3/N/dE
60 2 Adrian Georgescu
a=crypto:2 AES_CM_128_HMAC_SHA1_32 inline:y7YegS/4Enrsr/PTKa+RHBk0U7cRBM5SvDBA0gqq
61 2 Adrian Georgescu
a=ice-ufrag:7b50c942
62 2 Adrian Georgescu
a=ice-pwd:74cd4b4d
63 2 Adrian Georgescu
a=candidate:H 1 UDP 39 132.177.254.214 64970 typ host
64 2 Adrian Georgescu
a=candidate:H 1 UDP 39 10.211.55.2 64970 typ host
65 2 Adrian Georgescu
a=candidate:H 1 UDP 39 10.37.129.2 64970 typ host
66 2 Adrian Georgescu
a=candidate:H 2 UDP 38 132.177.254.214 64971 typ host
67 2 Adrian Georgescu
a=candidate:H 2 UDP 38 10.211.55.2 64971 typ host
68 2 Adrian Georgescu
a=candidate:H 2 UDP 38 10.37.129.2 64971 typ host
69 2 Adrian Georgescu
a=sendrecv
70 2 Adrian Georgescu
71 2 Adrian Georgescu
RECEIVED: Packet 16, +0:02:18.956294
72 2 Adrian Georgescu
2009-09-15 14:35:09.869635: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941
73 2 Adrian Georgescu
SIP/2.0 100 Giving a try
74 2 Adrian Georgescu
Via: SIP/2.0/UDP 132.177.254.214:64941;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1
75 2 Adrian Georgescu
From: "Adrian G." <sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID
76 2 Adrian Georgescu
To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21
77 2 Adrian Georgescu
Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh
78 2 Adrian Georgescu
CSeq: 27600 INVITE
79 2 Adrian Georgescu
Server: SIP Thor on OpenSIPS XS 1.4.5
80 2 Adrian Georgescu
Content-Length: 0
81 2 Adrian Georgescu
82 2 Adrian Georgescu
RECEIVED: Packet 17, +0:02:18.956524
83 2 Adrian Georgescu
2009-09-15 14:35:09.869865: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941
84 2 Adrian Georgescu
SIP/2.0 180 Ringing
85 2 Adrian Georgescu
From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID
86 2 Adrian Georgescu
To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21
87 2 Adrian Georgescu
Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh
88 2 Adrian Georgescu
CSeq: 27600 INVITE
89 2 Adrian Georgescu
Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1
90 2 Adrian Georgescu
Supported: timer,replaces,100rel,sec-agree
91 2 Adrian Georgescu
Contact: <sip:h1.rvtk.sipit.net>
92 2 Adrian Georgescu
Content-Length: 0
93 2 Adrian Georgescu
94 2 Adrian Georgescu
RECEIVED: Packet 18, +0:02:19.071745
95 2 Adrian Georgescu
2009-09-15 14:35:09.985086: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941
96 2 Adrian Georgescu
SIP/2.0 180 Ringing
97 2 Adrian Georgescu
From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID
98 2 Adrian Georgescu
To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21
99 2 Adrian Georgescu
Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh
100 2 Adrian Georgescu
CSeq: 27600 INVITE
101 2 Adrian Georgescu
Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1
102 2 Adrian Georgescu
Supported: timer,replaces,100rel,sec-agree
103 2 Adrian Georgescu
Contact: <sip:h1.rvtk.sipit.net>
104 2 Adrian Georgescu
Content-Length: 0
105 2 Adrian Georgescu
106 2 Adrian Georgescu
RECEIVED: Packet 19, +0:02:32.064486
107 2 Adrian Georgescu
2009-09-15 14:35:22.977827: 81.23.228.129:5060 -(SIP over UDP)-> 132.177.254.214:64941
108 2 Adrian Georgescu
SIP/2.0 200 OK
109 2 Adrian Georgescu
From: "Adrian G."<sip:adi@umts.ro>;tag=IhVjUULt6MIHRqqZRj.Hpdk4hWobt5ID
110 2 Adrian Georgescu
To: <sip:2233376787@sip2sip.info>;tag=297f640-7cfdb184-13c4-55014-7a21-5a7d6482-7a21
111 2 Adrian Georgescu
Call-ID: w9Z19pwFsp1tTfTWFE6b.yaNK3r.TXvh
112 2 Adrian Georgescu
CSeq: 27600 INVITE
113 2 Adrian Georgescu
Via: SIP/2.0/UDP 132.177.254.214:64941;received=132.177.254.214;rport=64941;branch=z9hG4bKPjpMYPMyuOwoCntJiNSjLlME5E8BHTZao1
114 2 Adrian Georgescu
Supported: timer,replaces,100rel,sec-agree
115 2 Adrian Georgescu
Contact: <sip:h1.rvtk.sipit.net>
116 2 Adrian Georgescu
Content-Type: application/sdp
117 2 Adrian Georgescu
Content-Length: 141
118 2 Adrian Georgescu
119 2 Adrian Georgescu
v=0
120 2 Adrian Georgescu
o=rv-msrp-test 42089864 42091200 IN IP4 132.177.253.124
121 2 Adrian Georgescu
s=SDP MSRP SESSIONS
122 2 Adrian Georgescu
c=IN IP4 132.177.253.124
123 2 Adrian Georgescu
t=0 0
124 2 Adrian Georgescu
m=message 2857 TCP/TLS/MSRP *
125 2 Adrian Georgescu
}}}
126 3 Adrian Georgescu
127 3 Adrian Georgescu
128 3 Adrian Georgescu
Cannot reserve session in the relay over an already established TCP connection
129 3 Adrian Georgescu
130 3 Adrian Georgescu
{{{
131 3 Adrian Georgescu
Socket details:
132 3 Adrian Georgescu
Local Addrs (132.177.253.124:1801,TLS), Remote Addrs (81.23.228.146:2855,TLS),
133 3 Adrian Georgescu
 
134 3 Adrian Georgescu
 
135 3 Adrian Georgescu
-->MESSAGE TO SEND 
136 3 Adrian Georgescu
MSRP d4204d8-1007-f997416 AUTH  
137 3 Adrian Georgescu
To-Path: msrps://2233372675@sip2sip.info;tcp  
138 3 Adrian Georgescu
From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
139 3 Adrian Georgescu
Expires: 60  
140 3 Adrian Georgescu
 
141 3 Adrian Georgescu
<--MESSAGE RECEIVED 
142 3 Adrian Georgescu
MSRP d4204d8-1007-f997416 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  
143 3 Adrian Georgescu
To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
144 3 Adrian Georgescu
From-Path: msrps://2233372675@sip2sip.info;tcp  
145 3 Adrian Georgescu
 
146 3 Adrian Georgescu
-->MESSAGE TO SEND 
147 3 Adrian Georgescu
MSRP d420608-1007-659c60b0 AUTH  
148 3 Adrian Georgescu
To-Path: msrps://2233372675@sip2sip.info;tcp  
149 3 Adrian Georgescu
From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
150 3 Adrian Georgescu
Expires: 60  
151 3 Adrian Georgescu
 
152 3 Adrian Georgescu
<--MESSAGE RECEIVED 
153 3 Adrian Georgescu
MSRP d420608-1007-659c60b0 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  
154 3 Adrian Georgescu
To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
155 3 Adrian Georgescu
From-Path: msrps://2233372675@sip2sip.info;tcp  
156 3 Adrian Georgescu
 
157 3 Adrian Georgescu
-->MESSAGE TO SEND 
158 3 Adrian Georgescu
MSRP d420738-1007-22f13179 AUTH  
159 3 Adrian Georgescu
To-Path: msrps://2233372675@sip2sip.info;tcp  
160 3 Adrian Georgescu
From-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
161 3 Adrian Georgescu
Expires: 60  
162 3 Adrian Georgescu
 
163 3 Adrian Georgescu
<--MESSAGE RECEIVED 
164 3 Adrian Georgescu
MSRP d420738-1007-22f13179 481 Indicated session does not exist, please terminate: Wrong session id on relay MSRP URI  
165 3 Adrian Georgescu
To-Path: msrps://h1.rvtk.sipit.net:2857/dd1d438-1007-5299c7a1;tcp  
166 3 Adrian Georgescu
From-Path: msrps://2233372675@sip2sip.info;tcp  
167 3 Adrian Georgescu
 
168 3 Adrian Georgescu
 }}}