You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
2.7 KiB
129 lines
2.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<scenario name="Sipwise NGCP Benchmark UAS Responder">
|
|
|
|
<recv request="INVITE" crlf="true" rtd="true"/>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 180 Ringing
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Length: 0
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<pause milliseconds="500"/>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Type: application/sdp
|
|
Content-Length: [len]
|
|
|
|
v=0
|
|
o=OXE 1601361131 1601361131 IN IP[local_ip_type] [local_ip]
|
|
s=abs
|
|
c=IN IP[media_ip_type] [media_ip]
|
|
t=0 0
|
|
m=audio [media_port] RTP/AVP 8 101
|
|
a=rtpmap:8 PCMA/8000
|
|
a=rtpmap:101 telephone-event/8000
|
|
a=fmtp:101 0-16
|
|
a=direction:both
|
|
a=silenceSupp:off - - - -
|
|
a=ptime:20
|
|
a=sendrecv
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<recv request="ACK" rtd="true" rrs="true"/>
|
|
|
|
<nop>
|
|
<action>
|
|
<exec play_pcap_audio="media181sec.pcap"/>
|
|
</action>
|
|
</nop>
|
|
|
|
<recv request="INVITE" crlf="true" rtd="true"/>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Type: application/sdp
|
|
Content-Length: [len]
|
|
|
|
v=0
|
|
o=OXE 1601361131 1601361131 IN IP[local_ip_type] [local_ip]
|
|
s=abs
|
|
c=IN IP[media_ip_type] [media_ip]
|
|
t=0 0
|
|
m=audio [media_port] RTP/AVP 8 101
|
|
a=rtpmap:8 PCMA/8000
|
|
a=rtpmap:101 telephone-event/8000
|
|
a=fmtp:101 0-16
|
|
a=direction:both
|
|
a=silenceSupp:off - - - -
|
|
a=ptime:20
|
|
a=sendrecv
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<recv request="ACK" rtd="true" rrs="true"/>
|
|
|
|
<nop>
|
|
<action>
|
|
<exec play_pcap_audio="media181sec.pcap"/>
|
|
</action>
|
|
</nop>
|
|
|
|
<recv request="BYE" rtd="true">
|
|
</recv>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Length: [len]
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
|
|
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
|
|
|
|
</scenario>
|
|
|