pjsip-pjproject/tests/pjsua/scripts-call/100_simplecall.py

12 lines
206 B
Python

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