summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-subscribe-terminated-retry.py
blob: 4a79d4432777dc64a0728455267dc206f6612d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: uas-subscribe-terminated-retry.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, "Presence subscription .* is TERMINATED", ""],
		 [0, "Resubscribing .* in 5000 ms", ""]
		 ]