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/inc_const.py

    r3710 r4177  
    2222# Call state is CALLING 
    2323STATE_CALLING = "state.*CALLING" 
     24# Call state is EARLY 
     25STATE_EARLY = "state.*EARLY" 
    2426# Call state is CONFIRMED 
    2527STATE_CONFIRMED = "state.*CONFIRMED" 
Note: See TracChangeset for help on using the changeset viewer.