mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
small log issue from bug 0016664
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -171,7 +171,7 @@ EXTERN int ooQ931Decode
|
|||||||
if(ie->discriminator == Q931KeypadIE)
|
if(ie->discriminator == Q931KeypadIE)
|
||||||
{
|
{
|
||||||
OOTRACEDBGB1(" Keypad IE = {\n");
|
OOTRACEDBGB1(" Keypad IE = {\n");
|
||||||
OOTRACEDBGB2(" %s\n", ie->data);
|
OOTRACEDBGB2(" %c\n", ie->data[0]);
|
||||||
OOTRACEDBGB1(" }\n");
|
OOTRACEDBGB1(" }\n");
|
||||||
if(docallbacks && gH323ep.h323Callbacks.onReceivedDTMF)
|
if(docallbacks && gH323ep.h323Callbacks.onReceivedDTMF)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user