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

13 lines
234 B
Python

# $Id$
#
from inc_cfg import *
# TCP call
test_param = TestParam(
"Caller requires PRACK",
[
InstanceParam("callee", "--null-audio --max-calls=1"),
InstanceParam("caller", "--null-audio --max-calls=1 --use-100rel")
]
)