Difference between revisions of "Uac msg.xml"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
  <scenario name="Basic Sipstone UAC">  |   <scenario name="Basic Sipstone UAC">  | ||
| Line 33: | Line 34: | ||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
| + | * [[VoIP: Transaction Oriented Test]]  | ||
* [[Test Performance OpenSER mengunakan SIPp]]  | * [[Test Performance OpenSER mengunakan SIPp]]  | ||
| + | * [[OpenSER Softswitch]]  | ||
| + | * [[OpenSIPS Softswitch]]  | ||
| + | * [[VoIP]]  | ||
Latest revision as of 09:27, 14 February 2010
<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>