blob: 45f94672f8e24243dc1a2e862ac8daba4d63e349 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id: uac-inv-without-sdp.py 4177 2012-06-26 02:28:59Z nanang $
2#
3import inc_const as const
4
5PJSUA = ["--null-audio --max-calls=1"]
6
7PJSUA_EXPECTS = [[0, const.EVENT_INCOMING_CALL, "a"],
8 [0, "", "200"],
9 [0, const.MEDIA_ACTIVE, ""],
10 [0, const.STATE_CONFIRMED, "h"]
11 ]