[asterisk-commits] seanbright: branch 1.6.2 r217299 - in /branches/1.6.2: ./ apps/app_meetme.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 8 17:20:54 CDT 2009
Author: seanbright
Date: Tue Sep 8 17:20:52 2009
New Revision: 217299
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=217299
Log:
Merged revisions 217286 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217286 | seanbright | 2009-09-08 18:17:08 -0400 (Tue, 08 Sep 2009) | 4 lines
Fix compilation of app_meetme.
Reported by ebroad in #asterisk-bugs
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_meetme.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_meetme.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_meetme.c?view=diff&rev=217299&r1=217298&r2=217299
==============================================================================
--- branches/1.6.2/apps/app_meetme.c (original)
+++ branches/1.6.2/apps/app_meetme.c Tue Sep 8 17:20:52 2009
@@ -3198,7 +3198,7 @@
if ((conf->transframe[idx]->frametype != AST_FRAME_NULL) &&
can_write(chan, confflags)) {
struct ast_frame *cur;
- if (musiconhold && !ast_dsp_silence(dsp, conf->transframe[index], &confsilence) && confsilence < MEETME_DELAYDETECTTALK) {
+ if (musiconhold && !ast_dsp_silence(dsp, conf->transframe[idx], &confsilence) && confsilence < MEETME_DELAYDETECTTALK) {
ast_moh_stop(chan);
mohtempstopped = 1;
}
More information about the asterisk-commits
mailing list