Ignore:
Timestamp:
Jun 27, 2008 9:12:12 PM (16 years ago)
Author:
nanang
Message:

Ticket #543:

  • added options to run.py
  • passing options in runall.py to run.py
  • removing userdata in module callback functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/mod_call.py

    r2071 r2078  
    77 
    88# Load configuration 
    9 cfg_file = imp.load_source("cfg_file", sys.argv[2]) 
     9cfg_file = imp.load_source("cfg_file", ARGS[1]) 
    1010 
    1111# Check media flow between ua1 and ua2 
     
    2121 
    2222# Test body function 
    23 def test_func(t, user_data): 
     23def test_func(t): 
    2424        callee = t.process[0] 
    2525        caller = t.process[1] 
Note: See TracChangeset for help on using the changeset viewer.