[asterisk-bugs] [JIRA] (ASTERISK-22246) Asterisk's "T" flag is ignored when used with "r" or "R" flags. (documentation bug)
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Mon Dec 18 11:48:08 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-22246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-22246:
-----------------------------------
Affects Version/s: 13.18.4
> Asterisk's "T" flag is ignored when used with "r" or "R" flags. (documentation bug)
> -----------------------------------------------------------------------------------
>
> Key: ASTERISK-22246
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22246
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Logging, General
> Affects Versions: 11.5.0, 13.18.4
> Environment: Ubuntu 12.04, ubuntu 3.2.0-45-generic #70-Ubuntu SMP Wed May 29 20:12:06 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)
> Reporter: Rusty Newton
> Severity: Trivial
>
> In asterisk.conf, "timestamp=" is not defined.
> An example with "asterisk -cTvvvddd"
> {noformat}
> [Aug 2 16:54:50] > 0x7f852c02cab0 -- Probation passed - setting RTP source address to 127.0.0.1:5026
> [Aug 2 16:54:50] DEBUG[5209][C-00000000]: pbx.c:4633 pbx_extension_helper: Launching 'Queue'
> [Aug 2 16:54:50] -- Executing [7000 at internal:2] Queue("SIP/6004-00000000", "sales") in new stack
> [Aug 2 16:54:50] DEBUG[5209][C-00000000]: app_queue.c:6957 queue_exec: queue: sales, options: , url: , announce: , timeout: , agi: , macro: , gosub: , rule: , position:
> {noformat}
> An example with:
> 1. asterisk
> 2. asterisk -rTvvvddd
> {noformat}
> > 0x7f961c01a290 -- Probation passed - setting RTP source address to 127.0.0.1:5030
> [Aug 2 16:58:03] DEBUG[5450][C-00000000]: pbx.c:4633 pbx_extension_helper: Launching 'Queue'
> -- Executing [7000 at internal:2] Queue("SIP/6004-00000000", "sales") in new stack
> [Aug 2 16:58:03] DEBUG[5450][C-00000000]: app_queue.c:6957 queue_exec: queue: sales, options: , url: , announce: , timeout: , agi: , macro: , gosub: , rule: , position:
> {noformat}
> We should probably change the flag description in man page and "asterisk -h" output to mention you have to enable it when starting Asterisk... this probably applies to other commands as well..
> man page:
> {noformat}
> -T Add timestamp to all non-command related output going to the console when running with verbose and/or logging to the con‐
> sole.
> {noformat}
> "asterisk -h":
> {noformat}
> -T Display the time in [Mmm dd hh:mm:ss] format for each line
> of output to the CLI
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list