blob: 2f5b5a93deaa6a78975117b13c52bb6480ddca8c [file] [log] [blame]
Alexandre Lision94f06ba2013-12-09 16:28:33 -05001# $Id$
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002#
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, "status is Online", ""],
10 [0, "subscription state is TERMINATED", ""]
11 ]