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.
kamailio-config-tests/scenarios_pbx/invite_shared_line/sipp_scenario00.xml

28 lines
809 B

<?xml version="1.0" encoding="ISO-8859-1" ?>
<scenario name="Sipwise NGCP Benchmark UAC Caller">
<send>
<![CDATA[
OPTIONS sip:[field0 file="caller.csv" line=0]@[field2 file="caller.csv" line=0] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: <sip:[field0 file="caller.csv" line=0]@[field2 file="caller.csv" line=0]>;tag=[pid]SIPpTag00[call_number]
To: <sip:[field0 file="caller.csv" line=0]@[field2 file="caller.csv" line=0]>
Call-ID: NGCP%[field4 file="callee.csv" line=0]_opt%///[call_id]
CSeq: 1 OPTIONS
Contact: <sip:[field0 file="caller.csv" line=0]@[local_ip]:[local_port]>
Content-Length: [len]
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="200">
</recv>
</scenario>