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