summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/150_srtp_1_0.py
blob: fa128b6c70aaec3e8e635e8fa1fb706d4234fa80 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$
#
from inc_cfg import *

test_param = TestParam(
		"Callee=optional SRTP, caller=no SRTP",
		[
			InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
			InstanceParam("caller", "--null-audio --max-calls=1")
		]
		)