Difference between revisions of "Uac msg.xml"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  <scenario name="Basic Sipstone UAC">
 
  <scenario name="Basic Sipstone UAC">
 
+
 
         <send retrans="500" start_rtd="true">
 
         <send retrans="500" start_rtd="true">
 
               MESSAGE sip:[call_number]@[remote_ip]:[remote_port] SIP/2.0
 
               MESSAGE sip:[call_number]@[remote_ip]:[remote_port] SIP/2.0
Line 13: Line 13:
 
               Content-Type: application/sdp
 
               Content-Type: application/sdp
 
               Content-Length: [len]
 
               Content-Length: [len]
 
+
 
               hello!
 
               hello!
 
         </send>
 
         </send>
 
+
 
         <recv response="404" optional="true" rtd="true">
 
         <recv response="404" optional="true" rtd="true">
 
                 <action>
 
                 <action>
Line 22: Line 22:
 
                 </action>
 
                 </action>
 
         </recv>
 
         </recv>
 
+
 
         <recv response="200" crlf="true" rtd="true">
 
         <recv response="200" crlf="true" rtd="true">
 
         </recv>
 
         </recv>
 
+
 
         <ResponseTimeRepartition value="10, 50, 100, 150, 200, 500, 1000"/>
 
         <ResponseTimeRepartition value="10, 50, 100, 150, 200, 500, 1000"/>
 
  </scenario>
 
  </scenario>
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Test Performance OpenSER mengunakan SIPp]]

Revision as of 11:54, 10 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>


Pranala Menarik