[asterisk-commits] seanbright: branch 1.6.1 r217295 - in /branches/1.6.1: ./ apps/app_meetme.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 8 17:20:08 CDT 2009
Author: seanbright
Date: Tue Sep 8 17:20:06 2009
New Revision: 217295
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=217295
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.1/ (props changed)
branches/1.6.1/apps/app_meetme.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_meetme.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_meetme.c?view=diff&rev=217295&r1=217294&r2=217295
==============================================================================
--- branches/1.6.1/apps/app_meetme.c (original)
+++ branches/1.6.1/apps/app_meetme.c Tue Sep 8 17:20:06 2009
@@ -2756,7 +2756,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