blob: 0a5fa252f12ce649f0a82d292e428d93b5b79a46 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3import inc_const as const
4
5PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost --add-buddy $SIPP_URI"]
6
7PJSUA_EXPECTS = [[0, "", "s"],
8 [0, "Subscribe presence of:", "1"],
9 [0, "subscription state is ACTIVE", ""],
10 [0, "subscription state is TERMINATED", ""]
11 ]