Uac msg.xml
Revision as of 09:36, 16 March 2008 by Onnowpurbo (talk | contribs) (New page: − 	<!--  This program is free software; you can redistribute it and/or       --> − 	<!--  modify it under the terms of the GNU General Public License as      --> − 	<!--  published b...)
− − − − − − − − − − − − − − − − − − <scenario name="Basic Sipstone UAC"> − − − <send retrans="500" start_rtd="true">
     MESSAGE sip:[call_number]@[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:[call_number]@[remote_ip]:[remote_port]>
     Call-ID: [call_id]
     CSeq: 1 MESSAGE
     Contact: sip:sipp@[local_ip]:[local_port]
     Max-Forwards: 70
     Subject: Performance Test
     Content-Type: application/sdp
     Content-Length: [len]
hello!
    
</send>
−
	<recv response="404" optional="true" rtd="true">
−
	<action>
<exec int_cmd="stop_call"/>
</action>
</recv>
<recv response="200" crlf="true" rtd="true">
</recv>
− <ResponseTimeRepartition value="10, 50, 100, 150, 200, 500, 1000"/> </scenario>