summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/400_tel_uri.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/400_tel_uri.py')
-rw-r--r--tests/pjsua/scripts-call/400_tel_uri.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-call/400_tel_uri.py b/tests/pjsua/scripts-call/400_tel_uri.py
new file mode 100644
index 0000000..114208f
--- /dev/null
+++ b/tests/pjsua/scripts-call/400_tel_uri.py
@@ -0,0 +1,12 @@
+# $Id: 400_tel_uri.py 3323 2010-09-28 07:43:18Z bennylp $
+#
+from inc_cfg import *
+
+# Simple call
+test_param = TestParam(
+ "tel: URI in From",
+ [
+ InstanceParam("callee", "--null-audio --max-calls=1 --id tel:+111"),
+ InstanceParam("caller", "--null-audio --max-calls=1")
+ ]
+ )