summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/400_tel_uri.py
blob: 114208f66a21ae285755df006700cd655d05febf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 400_tel_uri.py 3323 2010-09-28 07:43:18Z bennylp $
#
from inc_cfg import *

# Simple call
test_param = TestParam(
		"tel: URI in From",
		[
			InstanceParam("callee", "--null-audio --max-calls=1 --id tel:+111"),
			InstanceParam("caller", "--null-audio --max-calls=1")
		]
		)