blob: 1ce0c26789cf0f1e4f63ab9320375928871f7f97 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id: 200_register.py 2028 2008-06-16 13:04:44Z bennylp $
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002#
3from inc_cfg import *
4
5# Basic registration
6test_param = TestParam(
7 "Basic registration",
8 [
9 InstanceParam( "client",
10 "--null-audio"+
11 " --id=\"<sip:test1@pjsip.org>\""+
12 " --registrar=sip:sip.pjsip.org" +
13 " --username=test1" +
14 " --password=test1" +
15 " --realm=*",
16 uri="sip:test1@pjsip.org",
17 have_reg=True),
18 ]
19 )
20