summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/350_prack_a.py
blob: 01edee0fc82741a1b971cc57673b1a3d1f6a7286 (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")
		]
		)