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/uas-forked-200.xml

    r2650 r4177  
    118118  </recv> 
    119119 
    120   <!-- Receive BYE --> 
    121   <recv request="BYE" crlf="true"> 
    122   </recv> 
    123  
    124   <!-- Send 200/OK to BYE --> 
    125   <send> 
    126     <![CDATA[ 
    127       SIP/2.0 200 OK 
    128       [last_Via:] 
    129       [last_From:] 
    130       [last_To:] 
    131       [last_Call-ID:] 
    132       [last_CSeq:] 
    133     ]]> 
    134   </send> 
    135120 
    136121  <!-- definition of the response time repartition table (unit is ms)   --> 
Note: See TracChangeset for help on using the changeset viewer.