[asterisk-commits] oej: branch oej/rana-dtmf-duration-1.8 r389844 - /team/oej/rana-dtmf-duration...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 28 04:48:55 CDT 2013
Author: oej
Date: Tue May 28 04:48:49 2013
New Revision: 389844
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389844
Log:
Backport of future code or something.
Modified:
team/oej/rana-dtmf-duration-1.8/channels/chan_sip.c
Modified: team/oej/rana-dtmf-duration-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/rana-dtmf-duration-1.8/channels/chan_sip.c?view=diff&rev=389844&r1=389843&r2=389844
==============================================================================
--- team/oej/rana-dtmf-duration-1.8/channels/chan_sip.c (original)
+++ team/oej/rana-dtmf-duration-1.8/channels/chan_sip.c Tue May 28 04:48:49 2013
@@ -7086,7 +7086,7 @@
int res = 0;
if (!p) {
- ast_debug(1, "Asked to continue DTMF on channel %s with no pvt, ignoring\n", ast_channel_name(ast));
+ ast_debug(1, "Asked to continue DTMF on channel %s with no pvt, ignoring\n", ast->name);
return res;
}
More information about the asterisk-commits
mailing list