summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uac-inv-without-sdp.py
blob: a822bf04f3046558856c06798c34d338fdbe1723 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$
#
import inc_const as const

PJSUA = ["--null-audio --max-calls=1"]

PJSUA_EXPECTS = [[0, const.EVENT_INCOMING_CALL, "a"],
		 [0, "", "200"],
		 [0, const.MEDIA_ACTIVE, ""],
		 [0, const.STATE_CONFIRMED, "h"]
		 ]