]> git.ipfire.org Git - thirdparty/asterisk.git/commit
DTMF wasn't being logged on connected consoles when enabled in logger.conf
authorJonathan Rose <jrose@digium.com>
Fri, 24 Jun 2011 16:48:06 +0000 (16:48 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 24 Jun 2011 16:48:06 +0000 (16:48 +0000)
commit83fad31713f5f556e312479fcd004cd840549baf
tree073372b93256d30a48bdcd1dbff01b718e2300a8
parent5a8af0d61371c41ced58f13485cc2483efb7b699
DTMF wasn't being logged on connected consoles when enabled in logger.conf

Previously in order for DTMF to be logged in a connected console session, the user would
have to do logger set channel DTMF on.  This corrects that so that it is on by default.
This issue was caused by an off by one error incurred by a logger level count of 6 in
logger.h where it should have been 7.

(closes issue: ASTERISK-17974)
Reported by: Luke H

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/logger.h