summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_2_2.py
blob: b03978d9b1087e8a821373e855ec90247699e5fd (plain)
1
2
3
4
5
6
7
8
9
10
# $Id$
#
import inc_cfg

# Simple call
config = inc_cfg.CallConfig(
		title = "Callee=mandatory SRTP, caller=mandatory SRTP",
		callee_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=2 --srtp-secure=0"),
		caller_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=2 --srtp-secure=0")
		)