summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py b/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
new file mode 100644
index 00000000..19a32322
--- /dev/null
+++ b/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
@@ -0,0 +1,10 @@
+# $Id:$
+#
+import inc_cfg
+
+# ICE mismatch
+config = inc_cfg.CallConfig(
+ title = "Callee=use ICE, caller=use ICE",
+ callee_cfg = inc_cfg.Config(arg="--null-audio --use-ice"),
+ caller_cfg = inc_cfg.Config(arg="--null-audio --use-ice")
+ )