D-Modem/pjproject-2.11.1/tests/pjsua/scripts-run/200_register.py
2021-10-29 14:41:03 -04:00

21 lines
375 B
Python

# $Id$
#
from inc_cfg import *
# Basic registration
test_param = TestParam(
"Basic registration",
[
InstanceParam( "client",
"--null-audio"+
" --id=\"<sip:test1@pjsip.org>\""+
" --registrar=sip:sip.pjsip.org" +
" --username=test1" +
" --password=test1" +
" --realm=*",
uri="sip:test1@pjsip.org",
have_reg=True),
]
)