summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/strict-route.py
blob: 1c9908f456cfae5031b3822dcb646ae28fdedbf3 (plain)
1
2
3
4
5
6
7
8
9
# $Id$
#
import inc_const as const

PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* sip:sipp@localhost:6000"]

PJSUA_EXPECTS = [[0, "ACK sip:proxy@.* SIP/2\.0", ""],
		 [0, const.STATE_CONFIRMED, "h"]
 		 ]