summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/350_prack_b.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/350_prack_b.py')
-rw-r--r--tests/pjsua/scripts-call/350_prack_b.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-call/350_prack_b.py b/tests/pjsua/scripts-call/350_prack_b.py
new file mode 100644
index 0000000..f2b5673
--- /dev/null
+++ b/tests/pjsua/scripts-call/350_prack_b.py
@@ -0,0 +1,12 @@
+# $Id: 350_prack_b.py 2392 2008-12-22 18:54:58Z bennylp $
+#
+from inc_cfg import *
+
+# TCP call
+test_param = TestParam(
+ "Caller requires PRACK",
+ [
+ InstanceParam("callee", "--null-audio --max-calls=1"),
+ InstanceParam("caller", "--null-audio --max-calls=1 --use-100rel")
+ ]
+ )