summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-subscribe-terminated-retry.py
blob: 404603c02e522752cd741168c5bcbbf1e56d3f51 (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:6000 --add-buddy sip:sipp@localhost:6000"]

PJSUA_EXPECTS = [[0, "", "s"],
		 [0, "Subscribe presence of:", "1"],
		 [0, "Presence subscription .* is TERMINATED", ""],
		 [0, "Resubscribing .* in 5000 ms", ""]
		 ]