uas-reinv-with-less-media.py 219 B

123456789
  1. #
  2. import inc_const as const
  3. PJSUA = ["--null-audio --extra-audio --max-calls=1 --no-tcp $SIPP_URI"]
  4. # Send hold after remote holds (double hold)
  5. PJSUA_EXPECTS = [[0, const.MEDIA_HOLD, ""],
  6. [0, "ACK sip:", "H"]
  7. ]