summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py b/pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py
deleted file mode 100644
index bb8fee74..00000000
--- a/pjsip-apps/src/test-pjsua/scripts-call/350_prack_b.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id:$
-#
-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")
- ]
- )