Ignore:
Timestamp:
Jun 26, 2012 2:28:59 AM (12 years ago)
Author:
nanang
Message:

Close #1523:

  • updated scenarios to work with mod_sipp.py (adding config .py file, etc)
  • integrated mod_sipp.py to runall.py
  • removed uas.xml, as it is similar to recvfrom\100_simple.py (REGISTER+resp 200)
  • renamed scenarios (to allow running these SIPp scenarios without .py file):
    • prack_fork.xml -> uas-prack_fork.xml
    • inv_401_retry_after_100.xml -> uas-inv_401_retry_after_100.xml
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml

    r2985 r4177  
    3737  </recv> 
    3838 
    39   <recv response="180" optional="true"> 
    40   </recv> 
    41  
    42   <recv response="200" rtd="true"> 
     39  <recv response="420" rtd="true"> 
    4340  </recv> 
    4441 
     
    6057  </send> 
    6158 
    62   <pause/> 
    63  
    64   <send retrans="500"> 
    65     <![CDATA[ 
    66  
    67       BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0 
    68       Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bK-1 
    69       From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number] 
    70       To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 
    71       Call-ID: [call_id] 
    72       CSeq: 2 BYE 
    73       Contact: sip:sipp@[local_ip]:[local_port] 
    74       Max-Forwards: 70 
    75       Subject: Performance Test 
    76       Content-Length: 0 
    77  
    78     ]]> 
    79   </send> 
    80  
    81   <recv response="200" crlf="true"> 
    82   </recv> 
    8359 
    8460  <!-- definition of the response time repartition table (unit is ms)   --> 
Note: See TracChangeset for help on using the changeset viewer.