Changeset 968 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Feb 18, 2007 8:56:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r966 r968 127 127 puts (" --password=string Set authentication password"); 128 128 puts (" --publish Send presence PUBLISH for this account"); 129 puts (" --next-cred 129 puts (" --next-cred Add another credentials"); 130 130 puts (""); 131 131 puts ("SIP Account Control:"); … … 144 144 puts (" --outbound=url Set the URL of global outbound proxy server"); 145 145 puts (" May be specified multiple times"); 146 puts (" --use-stun1= host[:port]");147 puts (" --use-stun2= host[:port]Resolve local IP with the specified STUN servers");146 puts (" --use-stun1=FORMAT where FORMAT=host[:port]"); 147 puts (" --use-stun2=FORMAT Resolve local IP with the specified STUN servers"); 148 148 puts (""); 149 149 puts ("TLS Options:"); 150 puts (" --use-tls Enable TLS transport ");150 puts (" --use-tls Enable TLS transport (default=no)"); 151 151 puts (" --tls-ca-file Specify TLS CA file (default=none)"); 152 152 puts (" --tls-cert-file Specify TLS certificate file (default=none)"); … … 164 164 puts (" --play-file=file Register WAV file in conference bridge."); 165 165 puts (" This can be specified multiple times."); 166 puts (" --play-tone=F1,F2,ON,OFF Register tone to the conference bridge."); 167 puts (" f1,f2=frequency, on,off=on/off duration in msec."); 166 puts (" --play-tone=FORMAT Register tone to the conference bridge."); 167 puts (" FORMAT is 'F1,F2,ON,OFF', where F1,F2 are"); 168 puts (" frequencies, and ON,OFF=on/off duration in msec."); 168 169 puts (" This can be specified multiple times."); 169 170 puts (" --auto-play Automatically play the file (to incoming calls only)");
Note: See TracChangeset
for help on using the changeset viewer.