Changeset 2078 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_sendto.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_sendto.py
r2066 r2078 8 8 9 9 # Read configuration 10 cfg_file = imp.load_source("cfg_file", sys.argv[2])10 cfg_file = imp.load_source("cfg_file", ARGS[1]) 11 11 12 12 # Test body function 13 def test_func(t , userdata):13 def test_func(t): 14 14 pjsua = t.process[0] 15 15 # Create dialog
Note: See TracChangeset
for help on using the changeset viewer.