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.
96 lines
2.0 KiB
96 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<scenario name="Sipwise NGCP Benchmark UAS Responder">
|
|
|
|
<recv request="INVITE" crlf="true" rtd="true">
|
|
</recv>
|
|
|
|
<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 start_rtd="1" start_rtd="2">
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
Require: timer
|
|
Supported: timer
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
Session-Expires: 100;
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Type: application/sdp
|
|
Content-Length: [len]
|
|
]]>
|
|
</send>
|
|
|
|
<recv request="ACK" rtd="1" rrs="true"/>
|
|
|
|
<recv request="INVITE" crlf="true" rtd="2"/>
|
|
|
|
<send start_rtd="3">
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
Require: timer
|
|
Supported: timer
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
Session-Expires: 100;
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Type: application/sdp
|
|
Content-Length: [len]
|
|
]]>
|
|
</send>
|
|
|
|
<recv request="ACK" rtd="1" rrs="true"/>
|
|
|
|
<recv request="BYE" rtd="3">
|
|
</recv>
|
|
|
|
<send >
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:]
|
|
[last_Call-ID:]
|
|
[last_CSeq:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Type: application/sdp
|
|
Content-Length: 0
|
|
]]>
|
|
</send>
|
|
|
|
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
|
|
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
|
|
|
|
</scenario>
|
|
|