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