summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/150_srtp_2_3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/150_srtp_2_3.py')
-rw-r--r--tests/pjsua/scripts-call/150_srtp_2_3.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-call/150_srtp_2_3.py b/tests/pjsua/scripts-call/150_srtp_2_3.py
new file mode 100644
index 00000000..62a8e0ca
--- /dev/null
+++ b/tests/pjsua/scripts-call/150_srtp_2_3.py
@@ -0,0 +1,11 @@
+# $Id$
+#
+from inc_cfg import *
+
+test_param = TestParam(
+ "Callee=mandatory SRTP, caller=optional (with duplicated offer) SRTP",
+ [
+ InstanceParam("callee", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1"),
+ InstanceParam("caller", "--null-audio --use-srtp=3 --srtp-secure=0 --max-calls=1")
+ ]
+ )