Ignore:
Timestamp:
Jun 28, 2012 9:16:03 AM (12 years ago)
Author:
nanang
Message:

Re #1523:

  • runall.py: fix option parser
  • run.py: avoid double newlines in logging
  • mod_sipp.py: redirect sipp output to /dev/null & add sipp error string
  • misc fixes on sipp scenarios, e.g: regex to get via branch, file rename.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sipp/transfer-unattended.py

    r4178 r4183  
    1212                 [0, "", "m"], 
    1313                 [0, "", "sip:localhost:5062"], 
     14                 [0, const.STATE_CALLING, ""], 
    1415                 [1, const.EVENT_INCOMING_CALL, "a"], 
    1516                 [1, "", "200"], 
     
    2627                 [2, const.MEDIA_ACTIVE, ""], 
    2728                 [1, "call transfered successfully", ""], 
    28                  [1, "", " "], 
    29                  [1, "have 0 active call", ""], 
     29                 [1, const.STATE_DISCONNECTED, ""] 
    3030                ] 
Note: See TracChangeset for help on using the changeset viewer.