Changeset 5631
Remove the -T option - it did nothing
Committed by:
mjagdis
Date:
Feb 10 2010 * 19:09 (6 months ago)
Affected files:
callweaver/trunk/callweaver.8 (diff)
callweaver/trunk/callweaver.sgml (diff)
callweaver/trunk/corelib/callweaver.c (diff)
callweaver/trunk/include/callweaver/options.h (diff)
callweaver/trunk/callweaver.8 (unified diff)
| r4926 | r5631 | |
|---|---|---|
| 112 | 112 | When recording files, write them first into a temporary holding directory, |
| 113 | 113 | then move them into the final location when done. |
| 114 | 114 | .TP |
| 115 | \fB-T\fR | |
| 116 | Add timestamp to all non-command related output going to the console | |
| 117 | when running with verbose and/or logging to the console. | |
| 118 | .TP | |
| 119 | 115 | \fB-U \fIuser\fB\fR |
| 120 | 116 | Run as user \fIuser\fR instead of the |
| 121 | 117 | calling user. \fBNOTE:\fR this requires substantial work |
callweaver/trunk/callweaver.sgml (unified diff)
| r5057 | r5631 | |
|---|---|---|
| 223 | 223 | </listitem> |
| 224 | 224 | </varlistentry> |
| 225 | 225 | <varlistentry> |
| 226 | <term>-T</term> | |
| 227 | <listitem> | |
| 228 | <para> | |
| 229 | Add timestamp to all non-command related output going to the console | |
| 230 | when running with verbose and/or logging to the console. | |
| 231 | </para> | |
| 232 | </listitem> | |
| 233 | </varlistentry> | |
| 234 | <varlistentry> | |
| 235 | 226 | <term>-U <replaceable class="parameter">user</replaceable></term> |
| 236 | 227 | <listitem> |
| 237 | 228 | <para> |
callweaver/trunk/corelib/callweaver.c (unified diff)
| r5630 | r5631 | |
|---|---|---|
| 170 | 170 | int option_nocolor = 0; |
| 171 | 171 | int option_dumpcore = 0; |
| 172 | 172 | int option_cache_record_files = 0; |
| 173 | int option_timestamp = 0; | |
| 174 | 173 | int option_overrideconfig = 0; |
| 175 | 174 | int option_reconnect = 0; |
| 176 | 175 | int option_transcode_slin = 1; |
| --- | --- | |
| 1304 | 1303 | option_verbose = atoi(v->value); |
| 1305 | 1304 | /* whether or not to force timestamping. (-T at startup) */ |
| 1306 | 1305 | } else if (!strcasecmp(v->name, "timestamp")) { |
| 1307 | option_timestamp = cw_true(v->value); | |
| 1306 | cw_log(CW_LOG_WARNING, "timestamp in callweaver.conf is deprecated and should be removed\n"); | |
| 1308 | 1307 | /* whether or not to support #exec in config files */ |
| 1309 | 1308 | } else if (!strcasecmp(v->name, "execincludes")) { |
| 1310 | 1309 | option_exec_includes = cw_true(v->value); |
| --- | --- | |
| 1457 | 1456 | case 't': |
| 1458 | 1457 | option_cache_record_files++; |
| 1459 | 1458 | break; |
| 1460 | case 'T': | |
| 1461 | option_timestamp++; | |
| 1462 | break; | |
| 1463 | 1459 | case 'x': |
| 1464 | 1460 | option_exec++; |
| 1465 | 1461 | option_nofork++; |
callweaver/trunk/include/callweaver/options.h (unified diff)
| r5590 | r5631 | |
|---|---|---|
| 51 | 51 | extern CW_API_PUBLIC int fully_booted; |
| 52 | 52 | extern CW_API_PUBLIC int option_exec_includes; |
| 53 | 53 | extern CW_API_PUBLIC int option_cache_record_files; |
| 54 | extern CW_API_PUBLIC int option_timestamp; | |
| 55 | 54 | extern CW_API_PUBLIC int option_transcode_slin; |
| 56 | 55 | extern CW_API_PUBLIC int option_maxcalls; |
| 57 | 56 | extern CW_API_PUBLIC double option_maxload; |
![Home changeset 5631 [home]](/images/logo.png?1180520111)
RSS Feeds