summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-run')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/100_simple.py4
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/200_register.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
index f1e13cfc..7ab96efc 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
# Just about the simple pjsua command line parameter, which should
# never fail in any circumstances
@@ -7,7 +7,7 @@ from inc_cfg import *
test_param = TestParam(
"Basic run",
[
- InstanceParam("pjsua", "--null-audio --local-port 0 --rtp-port 0")
+ InstanceParam("pjsua", "--null-audio --rtp-port 0")
]
)
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py b/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
index 34f837c8..3f4338d1 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
from inc_cfg import *
@@ -8,7 +8,7 @@ test_param = TestParam(
[
InstanceParam( "client",
"--null-audio"+
- " --id=<sip:test1@pjsip.org>"+
+ " --id=\"<sip:test1@pjsip.org>\""+
" --registrar=sip:sip.pjsip.org" +
" --username=test1" +
" --password=test1" +