[svn-commits] oej: branch oej/rana-dtmf-duration-1.8 r414471 - /team/oej/rana-dtmf-duration...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 23 04:26:57 CDT 2014


Author: oej
Date: Fri May 23 04:26:43 2014
New Revision: 414471

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=414471
Log:
Add debugging

Modified:
    team/oej/rana-dtmf-duration-1.8/main/channel.c

Modified: team/oej/rana-dtmf-duration-1.8/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/rana-dtmf-duration-1.8/main/channel.c?view=diff&rev=414471&r1=414470&r2=414471
==============================================================================
--- team/oej/rana-dtmf-duration-1.8/main/channel.c (original)
+++ team/oej/rana-dtmf-duration-1.8/main/channel.c Fri May 23 04:26:43 2014
@@ -4234,7 +4234,7 @@
 					chan->dtmf_tv = now;
 					ast_clear_flag(chan, AST_FLAG_EMULATE_DTMF);
 					chan->emulate_dtmf_digit = 0;
-					ast_log(LOG_DTMF, "DTMF end emulation of '%c' queued on %s\n", f->subclass.integer, chan->name);
+					ast_log(LOG_DTMF, "DTMF end emulation of '%c' queued on %s with duration %d ms\n", f->subclass.integer, chan->name, f->len);
 					if (chan->audiohooks) {
 						struct ast_frame *old_frame = f;
 						f = ast_audiohook_write_list(chan, chan->audiohooks, AST_AUDIOHOOK_DIRECTION_READ, f);




More information about the svn-commits mailing list