blob: 549e98fe61938ca6d202ad9fb11e7d07c6ba96d9 [file] [log] [blame]
# $Id: uas-subscribe-refresh-481.py 4188 2012-06-29 09:01:17Z nanang $
#
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", ""]
]