blob: 19ecfae93a92e8fe8cd2f76e1216c8aaa13e1ca9 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
2#
3import inc_const as const
4
5PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost --add-buddy $SIPP_URI"]
6
7PJSUA_EXPECTS = [[0, "", "s"],
8 [0, "Subscribe presence of:", "1"],
9 [0, "Presence subscription .* is TERMINATED", ""],
10 [0, "Resubscribing .* in 5000 ms", ""]
11 ]