blob: 42b2b8815c3c2f83eb73a2840bee52521330a11e [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $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"]]