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

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