summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/200_tcp.py
blob: fafb665e63383026c127c861293cfcae5fd70909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 200_tcp.py 2028 2008-06-16 13:04:44Z bennylp $
#
from inc_cfg import *

# TCP call
test_param = TestParam(
		"TCP transport",
		[
			InstanceParam("callee", "--null-audio --no-udp --max-calls=1", uri_param=";transport=tcp"),
			InstanceParam("caller", "--null-audio --no-udp --max-calls=1")
		]
		)