summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-subscribe-refresh-481.py
blob: 549e98fe61938ca6d202ad9fb11e7d07c6ba96d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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", ""]
		 ]