summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-subscribe-notify-terminate.py
blob: feac1133ddc2319978345de9d8e1a626364d057f (plain)
1
2
3
4
5
6
7
8
9
10
# $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, "subscription state is TERMINATED", ""]
		 ]