You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res/pjproject/tests/pjsua/scripts-pres/100_peertopeer.py

13 lines
222 B

# $Id$
#
from inc_cfg import *
# Direct peer to peer presence
test_param = TestParam(
"Direct peer to peer presence",
[
InstanceParam("client1", "--null-audio"),
InstanceParam("client2", "--null-audio")
]
)