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