blob: a822bf04f3046558856c06798c34d338fdbe1723 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
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 ]