uas-cancel-no-final.py 195 B

12345678
  1. #
  2. import inc_const as const
  3. PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"]
  4. PJSUA_EXPECTS = [[0, const.STATE_EARLY, "h"]]
  5. PJSUA_CLI_EXPECTS = [[0, const.STATE_EARLY, "call hangup"]]