blob: 42b2b8815c3c2f83eb73a2840bee52521330a11e [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3import inc_const as const
4
5PJSUA = ["--null-audio --extra-audio --max-calls=1 $SIPP_URI"]
6
7# Send hold after remote holds (double hold)
8PJSUA_EXPECTS = [[0, const.MEDIA_HOLD, "H"]]