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

# TCP call
test_param = TestParam(
		"Callee requires PRACK",
		[
			InstanceParam("callee", "--null-audio --max-calls=1 --use-100rel"),
			InstanceParam("caller", "--null-audio --max-calls=1")
		]
		)