blob: eaa15e64c381683d265c9bcba87fd00b8c01194d [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id: uas-reinv-with-less-media.py 4373 2013-02-27 06:44:44Z ming $
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002#
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"]]