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/uas-subscribe-multipart-notify.py

    r4177 r4188  
    33import inc_const as const 
    44 
    5 PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost:6000 --add-buddy sip:sipp@localhost:6000"] 
     5PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost --add-buddy $SIPP_URI"] 
    66 
    77PJSUA_EXPECTS = [[0, "", "s"], 
    88                 [0, "Subscribe presence of:", "1"], 
    9                  [0, "sip:sipp@localhost:6000 .* Online", ""], 
     9                 [0, "status is Online", ""], 
    1010                 [0, "subscription state is TERMINATED", ""] 
    1111                 ] 
Note: See TracChangeset for help on using the changeset viewer.