D-Modem/pjproject-2.11.1/tests/pjsua/scripts-sipp/uas-reinv-after-failed-nego.py

10 lines
334 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $Id$
#
import inc_const as const
PJSUA = ["--null-audio --max-calls=1 --use-timer=3 --timer-se=90 --no-tcp $SIPP_URI"]
PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "v"],
[0, "SDP rejected for test", ""],
[0, "Audio updated", "", 50] # wait for session timer refresh about 45 secs
]