- Timestamp:
- Jun 20, 2008 5:43:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py
r2034 r2036 1 # $Id :$1 # $Id$ 2 2 import inc_sip as sip 3 3 import inc_sdp as sdp … … 17 17 """ 18 18 19 sendto_cfg = sip.SendtoCfg( "simple call", "--null-audio ", sdp, 200)19 sendto_cfg = sip.SendtoCfg( "simple call", "--null-audio --auto-answer 200", sdp, 200) 20 20
Note: See TracChangeset
for help on using the changeset viewer.