D-Modem/pjproject-2.11.1/tests/pjsua/scripts-call/400_tel_uri.py
2021-10-29 14:41:03 -04:00

13 lines
233 B
Python

# $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")
]
)