summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/400_tel_uri.py
blob: 2b64c30c9fda3504ed8ba215dec843c6a67fa805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
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")
		]
		)