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 00000000..2b64c30c
--- /dev/null
+++ b/tests/pjsua/scripts-call/400_tel_uri.py
@@ -0,0 +1,12 @@
+# $Id$
+#
+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")
+ ]
+ )