200_register.py 368 B

12345678910111213141516171819
  1. #
  2. from inc_cfg import *
  3. # Basic registration
  4. test_param = TestParam(
  5. "Basic registration",
  6. [
  7. InstanceParam( "client",
  8. "--null-audio"+
  9. " --id=\"<sip:test1@pjsip.org>\""+
  10. " --registrar=sip:sip.pjsip.org" +
  11. " --username=test1" +
  12. " --password=test1" +
  13. " --realm=*",
  14. uri="sip:test1@pjsip.org",
  15. have_reg=True),
  16. ]
  17. )