D-Modem/pjproject-2.11.1/tests/pjsua/scripts-call/100_simplecall.py

13 lines
213 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $Id$
#
from inc_cfg import *
# Simple call
test_param = TestParam(
"Basic call",
[
InstanceParam("callee", "--null-audio --max-calls=1"),
InstanceParam("caller", "--null-audio --max-calls=1")
]
)