Ticket #543: initial framework for pjsua testing, still needs lots of test scenarios

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2009 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_0_1.py b/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_0_1.py
new file mode 100644
index 0000000..319c470
--- /dev/null
+++ b/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_0_1.py
@@ -0,0 +1,10 @@
+# $Id$

+#

+import inc_cfg

+

+# Simple call

+config = inc_cfg.CallConfig(

+		title = "Callee=no SRTP, caller=optional SRTP",

+		callee_cfg = inc_cfg.Config(arg="--null-audio"),

+		caller_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=1 --srtp-secure=0")

+		)