summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
blob: 34f837c81cd39becac0b8446a02681e5ddb741b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id:$
#
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),
		]
		)