]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remote console: more output discrepancies
authorKevin Harwell <kharwell@digium.com>
Tue, 17 Sep 2013 18:37:43 +0000 (18:37 +0000)
committerKevin Harwell <kharwell@digium.com>
Tue, 17 Sep 2013 18:37:43 +0000 (18:37 +0000)
commit3f668d3a19cc734665aab2f9016a48ac5e19affd
tree2ce7c4cd347eb54557a2f512badf84a9fae4a4d0
parent2e17814c288cb87d44eaa5ecde7d6e5d1073224e
Remote console: more output discrepancies

The remote console continued to have issues with its output.  In this case CLI
command output would either not show up (if verbose level = 0) or would contain
verbose prefixes (if verbose level > 0) once log messages were sent to the
remote console.  The fix now now adds verbose prefix data to all new lines
contained in a verbose log string.

(closes issue ASTERISK-22450)
Reported by: David Brillert
(closes issue AST-1193)
Reported by: Guenther Kelleter
Review: https://reviewboard.asterisk.org/r/2825/
........

Merged revisions 399267 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c
main/logger.c