blob: 2f5b5a93deaa6a78975117b13c52bb6480ddca8c [file] [log] [blame]
# $Id$
#
import inc_const as const
PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost --add-buddy $SIPP_URI"]
PJSUA_EXPECTS = [[0, "", "s"],
[0, "Subscribe presence of:", "1"],
[0, "status is Online", ""],
[0, "subscription state is TERMINATED", ""]
]