[svn-commits] crichter: branch 1.4 r83024 - /branches/1.4/channels/chan_misdn.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Sep 19 04:32:42 CDT 2007
Author: crichter
Date: Wed Sep 19 04:32:42 2007
New Revision: 83024
URL: http://svn.digium.com/view/asterisk?view=rev&rev=83024
Log:
removed comment which violates the coding guidelines.
Modified:
branches/1.4/channels/chan_misdn.c
Modified: branches/1.4/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_misdn.c?view=diff&rev=83024&r1=83023&r2=83024
==============================================================================
--- branches/1.4/channels/chan_misdn.c (original)
+++ branches/1.4/channels/chan_misdn.c Wed Sep 19 04:32:42 2007
@@ -2660,7 +2660,6 @@
if (tmp->ast_dsp && (f->subclass != 'f')) {
chan_misdn_log(2, tmp->bc->port, " --> * SEND: DTMF (AST_DSP) :%c\n", f->subclass);
- //ast_queue_frame(tmp->ast, f);
}
return f;
More information about the svn-commits
mailing list