- 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-call/200_tcp.py
r2017 r2025 1 1 # $Id$ 2 2 # 3 import inc_cfg 3 from inc_cfg import * 4 4 5 5 # TCP call 6 config = inc_cfg.CallConfig( 7 title = "TCP transport", 8 callee_cfg = inc_cfg.Config(arg="--null-audio --no-udp"), 9 caller_cfg = inc_cfg.Config(arg="--null-audio --no-udp") 6 test_param = TestParam( 7 "TCP transport", 8 [ 9 InstanceParam("callee", "--null-audio --no-udp", uri_param=";transport=tcp --max-calls=1"), 10 InstanceParam("caller", "--null-audio --no-udp --max-calls=1") 11 ] 10 12 ) 11 config.uri_param = ";transport=tcp"
Note: See TracChangeset
for help on using the changeset viewer.