1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!DOCTYPE scenario SYSTEM "sipp.dtd">
- <scenario name="Basic UAS responder">
-
-
-
- <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
- 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/SAVP 0 101
- a=rtpmap:0 PCMU/8000
- a=rtpmap:101 telephone-event/8000
- a=fmtp:101 0-15
- a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:D4Mf5fIPqxwse/lLrVc2XhLk7NSL6JI0k0Jps4Br
- ]]>
- </send>
- <recv request="ACK" crlf="true">
- </recv>
-
- <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
-
- <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
- </scenario>
|