chan_misdn: Fix misdn debug output printed with arbitrary verbose levels.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 4 Sep 2013 16:03:14 +0000 (16:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 4 Sep 2013 16:03:14 +0000 (16:03 +0000)
commit2ce0c9f4a00c69305b3158af8a1f2f67f9e3d49c
tree51bf5e7ce83db7dbb959bc4f0c6e7e84b7c132c1
parent1be7514a59b78f6510b8651685068a3a7111ac17
chan_misdn: Fix misdn debug output printed with arbitrary verbose levels.

Fix the misdn debug output to remote consoles.  chan_misdn uses
ast_console_puts() which doesn't know about verbose levels.  Better to use
ast_verbose() instead.  Without this patch the misdn debug messages are
appended to the verbose level which ever was set by the message sent to
the console before, i.e.  any undefined level.

(closes issue AST-1218)
Reported by: Guenther Kelleter
Patches:
      misdnlog.patch (license #6372) patch uploaded by Guenther Kelleter
........

Merged revisions 398235 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

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

Merged revisions 398237 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_misdn.c