Ignore:
Timestamp:
Jun 16, 2008 1:04:44 PM (16 years ago)
Author:
bennylp
Message:

More ticket #543: updated automated tests to run on Unix

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
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py

    r2025 r2028  
    1 # $Id:$ 
     1# $Id$ 
    22# 
    33from inc_cfg import * 
     
    99                        InstanceParam(  "ua1",  
    1010                                        "--null-audio"+ 
    11                                                 " --id=<sip:test1@pjsip.org>"+ 
     11                                                " --id=\"<sip:test1@pjsip.org>\""+ 
    1212                                                " --registrar=sip:sip.pjsip.org" + 
    1313                                                " --username=test1" + 
    1414                                                " --password=test1" + 
    1515                                                " --realm=*" + 
    16                                                 " --proxy=sip:sip.pjsip.org;lr" + 
     16                                                " --proxy=\"sip:sip.pjsip.org;lr\"" + 
    1717                                                " --publish", 
    1818                                        uri="<sip:test1@pjsip.org>", 
     
    2121                        InstanceParam(  "ua2",  
    2222                                        "--null-audio"+ 
    23                                                 " --id=<sip:test2@pjsip.org>"+ 
     23                                                " --id=\"<sip:test2@pjsip.org>\""+ 
    2424                                                " --registrar=sip:sip.pjsip.org" + 
    2525                                                " --username=test2" + 
    2626                                                " --password=test2" + 
    2727                                                " --realm=*" + 
    28                                                 " --proxy=sip:sip.pjsip.org;lr" + 
     28                                                " --proxy=\"sip:sip.pjsip.org;lr\"" + 
    2929                                                " --publish", 
    3030                                        uri="<sip:test2@pjsip.org>", 
Note: See TracChangeset for help on using the changeset viewer.