Uac msg.xml

From OnnoWiki
Jump to navigation Jump to search
<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