12345678910111213141516171819 |
- #
- from inc_cfg import *
- # Basic registration
- test_param = TestParam(
- "Basic registration",
- [
- InstanceParam( "client",
- "--null-audio"+
- " --id=\"<sip:test1@pjsip.org>\""+
- " --registrar=sip:sip.pjsip.org" +
- " --username=test1" +
- " --password=test1" +
- " --realm=*",
- uri="sip:test1@pjsip.org",
- have_reg=True),
- ]
- )
|