blob: 37341322061d015dea58d8a9f9fd9f7dfa77594b [file] [log] [blame]
# $Id: uas-subscribe-late-notify.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, "subscription state is ACTIVE", ""],
[0, "subscription state is TERMINATED", ""]
]