Changeset 2078 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_call.py
- Timestamp:
- Jun 27, 2008 9:12:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/mod_call.py
r2071 r2078 7 7 8 8 # Load configuration 9 cfg_file = imp.load_source("cfg_file", sys.argv[2])9 cfg_file = imp.load_source("cfg_file", ARGS[1]) 10 10 11 11 # Check media flow between ua1 and ua2 … … 21 21 22 22 # Test body function 23 def test_func(t , user_data):23 def test_func(t): 24 24 callee = t.process[0] 25 25 caller = t.process[1]
Note: See TracChangeset
for help on using the changeset viewer.