- Timestamp:
- Jun 16, 2008 1:04:44 PM (15 years ago)
- Location:
- pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pres
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pres
-
Property
svn:ignore
set to
*.pyc
-
Property
svn:ignore
set to
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py
r2025 r2028 1 # $Id :$1 # $Id$ 2 2 # 3 3 from inc_cfg import * … … 9 9 InstanceParam( "ua1", 10 10 "--null-audio"+ 11 " --id= <sip:test1@pjsip.org>"+11 " --id=\"<sip:test1@pjsip.org>\""+ 12 12 " --registrar=sip:sip.pjsip.org" + 13 13 " --username=test1" + 14 14 " --password=test1" + 15 15 " --realm=*" + 16 " --proxy= sip:sip.pjsip.org;lr" +16 " --proxy=\"sip:sip.pjsip.org;lr\"" + 17 17 " --publish", 18 18 uri="<sip:test1@pjsip.org>", … … 21 21 InstanceParam( "ua2", 22 22 "--null-audio"+ 23 " --id= <sip:test2@pjsip.org>"+23 " --id=\"<sip:test2@pjsip.org>\""+ 24 24 " --registrar=sip:sip.pjsip.org" + 25 25 " --username=test2" + 26 26 " --password=test2" + 27 27 " --realm=*" + 28 " --proxy= sip:sip.pjsip.org;lr" +28 " --proxy=\"sip:sip.pjsip.org;lr\"" + 29 29 " --publish", 30 30 uri="<sip:test2@pjsip.org>",
Note: See TracChangeset
for help on using the changeset viewer.