uas-reinv-after-failed-nego.py 327 B

123456789
  1. #
  2. import inc_const as const
  3. PJSUA = ["--null-audio --max-calls=1 --use-timer=3 --timer-se=90 --no-tcp $SIPP_URI"]
  4. PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "v"],
  5. [0, "SDP rejected for test", ""],
  6. [0, "Audio updated", "", 50] # wait for session timer refresh about 45 secs
  7. ]