27 lines
643 B
XML
27 lines
643 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||
|
<!DOCTYPE scenario SYSTEM "sipp.dtd">
|
||
|
|
||
|
<scenario name="Dummy scenario for call transfer">
|
||
|
|
||
|
<send retrans="500">
|
||
|
<![CDATA[
|
||
|
|
||
|
OPTIONS sip:[service]@[remote_ip]:[remote_port] SIP/2.0
|
||
|
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
|
||
|
From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
|
||
|
To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
|
||
|
Call-ID: [call_id]
|
||
|
Max-Forwards: 70
|
||
|
CSeq: 1 OPTIONS
|
||
|
Content-Length: 0
|
||
|
|
||
|
]]>
|
||
|
</send>
|
||
|
|
||
|
<recv response="200">
|
||
|
</recv>
|
||
|
|
||
|
<pause milliseconds="1000"/>
|
||
|
|
||
|
</scenario>
|