mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -99,6 +99,12 @@ extern void ast_console_puts(const char *string);
|
||||
#define __LOG_VERBOSE 5
|
||||
#define LOG_VERBOSE __LOG_VERBOSE, _A_
|
||||
|
||||
#ifdef LOG_DTMF
|
||||
#undef LOG_DTMF
|
||||
#endif
|
||||
#define __LOG_DTMF 6
|
||||
#define LOG_DTMF __LOG_DTMF, _A_
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user