<?xml version= "1.0" encoding= "ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd" >
<scenario name= "branch_client" >
<label id = "1" />
<send retrans= "6000" >
<![CDATA[
REGISTER sip:[remote_ip] SIP /2 .0
Via: SIP /2 .0/[transport] [local_ip]:5062;branch=[branch]
From: <sip:[field0]@[field1]>;tag=[call_number]
To: <sip:[field0]@[field1]>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: sip:[field0]@[local_ip]:5062
Max-Forwards: 5
Expires: 3600
User-Agent: SIPp
Content-Length: 0
]]>
< /send >
<recv response= "401" auth= "true" >
< /recv >
<send retrans= "6000" >
<![CDATA[
REGISTER sip:[remote_ip] SIP /2 .0
Via: SIP /2 .0/[transport] [local_ip]:5062;branch=[branch]
From: <sip:[field0]@[field1]>;tag=[call_number]
To: <sip:[field0]@[field1]>
Call-ID: [call_id]
CSeq: 2 REGISTER
Contact: sip:[field0]@[local_ip]:5062
[field2]
Max-Forwards: 5
Expires: 3600
User-Agent: SIPp
Content-Length: 0
]]>
< /send >
<recv response= "200" >< /recv >
<pause milliseconds= "600000" next= "1" />
<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value= "10, 20, 30, 40, 50, 100, 150, 200" />
< /scenario >