uas-auth-two-algo.py 185 B

123456
  1. #
  2. import inc_const as const
  3. PJSUA = ["--null-audio --max-calls=1 --id=sip:a@localhost --username=a --realm=* --registrar=$SIPP_URI"]
  4. PJSUA_EXPECTS = [[0, "registration success", ""]]