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_sendto.py

    r2066 r2078  
    88 
    99# Read configuration 
    10 cfg_file = imp.load_source("cfg_file", sys.argv[2]) 
     10cfg_file = imp.load_source("cfg_file", ARGS[1]) 
    1111 
    1212# Test body function 
    13 def test_func(t, userdata): 
     13def test_func(t): 
    1414        pjsua = t.process[0] 
    1515        # Create dialog 
Note: See TracChangeset for help on using the changeset viewer.