summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/200_tcp.py
blob: 52b5f3582eec82973422577032d1d02bdff9ad7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
from inc_cfg import *

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