- Timestamp:
- Jun 15, 2008 7:43:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
- Property svn:eol-style set to native
- Property svn:keywords set to id
r2017 r2025 3 3 # Just about the simple pjsua command line parameter, which should 4 4 # never fail in any circumstances 5 import inc_cfg 5 from inc_cfg import * 6 6 7 config = inc_cfg.Config(arg = "--null-audio --local-port 0 --rtp-port 0") 7 test_param = TestParam( 8 "Basic run", 9 [ 10 InstanceParam("pjsua", "--null-audio --local-port 0 --rtp-port 0") 11 ] 12 ) 8 13
Note: See TracChangeset
for help on using the changeset viewer.