summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uac-inv-without-sdp.py
blob: 45f94672f8e24243dc1a2e862ac8daba4d63e349 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: uac-inv-without-sdp.py 4177 2012-06-26 02:28:59Z nanang $
#
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"]
		 ]