1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!DOCTYPE scenario SYSTEM "sipp.dtd">
- <scenario name="UAS sending 200/UPDATE response without SDP answer (#1045)">
-
-
-
- <recv request="INVITE" crlf="true">
- </recv>
- <send retrans="500">
- <![CDATA[
- SIP/2.0 200 OK
- [last_Via:]
- [last_From:]
- [last_To:];tag=[call_number]
- [last_Call-ID:]
- [last_CSeq:]
- Contact: sip:sipp@[local_ip]:[local_port]
- Content-Type: application/sdp
- Content-Length: [len]
- v=0
- o=- 3441953879 3441953879 IN IP4 192.168.0.15
- s=pjmedia
- c=IN IP4 192.168.0.15
- t=0 0
- m=audio 4004 RTP/AVP 0
- ]]>
- </send>
- <recv request="ACK" crlf="true">
- </recv>
- <recv request="UPDATE" crlf="true">
- </recv>
- <send>
- <![CDATA[
- SIP/2.0 200 OK
- [last_Via:]
- [last_From:]
- [last_To:]
- [last_Call-ID:]
- [last_CSeq:]
- Contact: sip:sipp@[local_ip]:[local_port]
- Content-Length: [len]
- ]]>
- </send>
-
- <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
-
- <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
- </scenario>
|