blob: dcebf6d514e97d25b52a6458b719f4fec7f958bf [file] [log] [blame]
Alexandre Lision94f06ba2013-12-09 16:28:33 -05001# $Id$
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002#
3import inc_const as const
4
5PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* $SIPP_URI"]
6
7PJSUA_EXPECTS = [[0, "ACK sip:proxy@.* SIP/2\.0", ""],
8 [0, const.STATE_CONFIRMED, "h"]
9 ]