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.
100 lines
1.9 KiB
100 lines
1.9 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<scenario name="Sipwise NGCP Benchmark UAS Responder">
|
|
|
|
<recv request="INVITE" crlf="true" rrs="true">
|
|
<action>
|
|
<ereg regexp=".*" search_in="hdr" header="CSeq:"
|
|
check_it="true" assign_to="1" />
|
|
</action>
|
|
</recv>
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 180 Ringing
|
|
Require: 100rel
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:];tag=[pid]SIPpTag01[call_number]
|
|
[last_Call-ID:]
|
|
[last_Record-Route:]
|
|
[last_Route:]
|
|
[last_CSeq:]
|
|
RSeq: [cseq+1]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Length: 0
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<nop>
|
|
<action>
|
|
<assignstr assign_to="2" value="[last_Via:]"/>
|
|
<assignstr assign_to="3" value="[last_Record-Route:]"/>
|
|
</action>
|
|
</nop>
|
|
|
|
<recv request="PRACK" rss="true"/>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[last_Via:]
|
|
[last_From:]
|
|
[last_To:]
|
|
[last_Call-ID:]
|
|
[last_Record-Route:]
|
|
[last_CSeq:]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Length: [len]
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<pause milliseconds="500"/>
|
|
|
|
<send>
|
|
<![CDATA[
|
|
|
|
SIP/2.0 200 OK
|
|
[$2]
|
|
[last_From:]
|
|
[last_To:]
|
|
[last_Call-ID:]
|
|
[$3]
|
|
CSeq:[$1]
|
|
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
|
|
Content-Length: [len]
|
|
|
|
]]>
|
|
</send>
|
|
|
|
<recv request="ACK"
|
|
crlf="true">
|
|
</recv>
|
|
|
|
<recv request="BYE">
|
|
</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>
|
|
|