summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-13 15:32:08 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-13 15:32:08 +0000
commitb7242dd477e952452a5c01b8ab49ae7e41463683 (patch)
tree3b5e81e9441cac83526df93e0c361a97ed0afa32 /pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
parente29e2ddc2570f879e79b39659111bda7bb641a86 (diff)
More ticket #543: added ICE test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2017 74dad513-b988-da41-8d7b-12977e46ad98
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")
+ )