summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-forked-200.xml
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2012-06-28 09:16:03 +0000
committerNanang Izzuddin <nanang@teluu.com>2012-06-28 09:16:03 +0000
commit4b9c3d123588928f32790788779b0fee51bbe84b (patch)
tree1c17b9f0b07e5343de7f31475fd2c098b8f10b5e /tests/pjsua/scripts-sipp/uas-forked-200.xml
parent8fa7c55111900eeaf1ce86a38dbe574cc787ef28 (diff)
Re #1523:
- runall.py: fix option parser - run.py: avoid double newlines in logging - mod_sipp.py: redirect sipp output to /dev/null & add sipp error string - misc fixes on sipp scenarios, e.g: regex to get via branch, file rename. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4183 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/pjsua/scripts-sipp/uas-forked-200.xml')
-rw-r--r--tests/pjsua/scripts-sipp/uas-forked-200.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sipp/uas-forked-200.xml b/tests/pjsua/scripts-sipp/uas-forked-200.xml
index 3878ad4a..a67f8cae 100644
--- a/tests/pjsua/scripts-sipp/uas-forked-200.xml
+++ b/tests/pjsua/scripts-sipp/uas-forked-200.xml
@@ -22,9 +22,9 @@
<scenario name="Forked INVITE, one of them require PRACK">
<recv request="INVITE" crlf="true">
<action>
- <ereg regexp="branch=([0-9a-zA-Z]*)"
+ <ereg regexp="branch=([^;]*)"
search_in="hdr"
- header="Via"
+ header="Via"
assign_to="1,2"/>
<assign assign_to="1" variable="2"/>
</action>