summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2012-06-26 02:28:59 +0000
committerNanang Izzuddin <nanang@teluu.com>2012-06-26 02:28:59 +0000
commitfe6325e5fb8839a3a8624941a3c898e2d13edd4a (patch)
treee5e2b5d8727841ebf0cc10f6cd2ae4393fe684aa /tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
parent54b19e744f300b122ecaa80ec4a07f2cb9ef1b7f (diff)
Close #1523:
- updated scenarios to work with mod_sipp.py (adding config .py file, etc) - integrated mod_sipp.py to runall.py - removed uas.xml, as it is similar to recvfrom\100_simple.py (REGISTER+resp 200) - renamed scenarios (to allow running these SIPp scenarios without .py file): - prack_fork.xml -> uas-prack_fork.xml - inv_401_retry_after_100.xml -> uas-inv_401_retry_after_100.xml git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4177 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml')
-rw-r--r--tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml26
1 files changed, 1 insertions, 25 deletions
diff --git a/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml b/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
index b0790f6e..384be82f 100644
--- a/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
+++ b/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
@@ -36,10 +36,7 @@
optional="true">
</recv>
- <recv response="180" optional="true">
- </recv>
-
- <recv response="200" rtd="true">
+ <recv response="420" rtd="true">
</recv>
<send>
@@ -59,27 +56,6 @@
]]>
</send>
- <pause/>
-
- <send retrans="500">
- <![CDATA[
-
- BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
- Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bK-1
- From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
- To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
- Call-ID: [call_id]
- CSeq: 2 BYE
- Contact: sip:sipp@[local_ip]:[local_port]
- Max-Forwards: 70
- Subject: Performance Test
- Content-Length: 0
-
- ]]>
- </send>
-
- <recv response="200" crlf="true">
- </recv>
<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>