Ignore:
Timestamp:
Jun 29, 2012 9:01:17 AM (12 years ago)
Author:
nanang
Message:

Re #1523: use random port for PJSUA instance(s) and configurable SIPp port.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sipp/strict-route.py

    r4177 r4188  
    33import inc_const as const 
    44 
    5 PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* sip:sipp@localhost:6000"] 
     5PJSUA = ["--null-audio --max-calls=1 --id=sip:pjsua@localhost --username=pjsua --realm=* $SIPP_URI"] 
    66 
    77PJSUA_EXPECTS = [[0, "ACK sip:proxy@.* SIP/2\.0", ""], 
Note: See TracChangeset for help on using the changeset viewer.