[Freeswitch-svn] [commit] r5773 - freeswitch/trunk/src/mod/applications/mod_conference

Freeswitch SVN anthm at freeswitch.org
Mon Oct 1 16:39:04 EDT 2007


Author: anthm
Date: Mon Oct  1 16:39:04 2007
New Revision: 5773

Modified:
   freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
fix typo

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Mon Oct  1 16:39:04 2007
@@ -713,7 +713,7 @@
 
 		if (conference->perpetual_sound && !conference->fnode) {
 			conference_play_file(conference, conference->perpetual_sound, CONF_DEFAULT_LEADIN, NULL, 1);
-		} else if (conference->moh_sound && conference->count == 1 && !conference->fnode) {
+		} else if (conference->moh_sound && conference->count == 1 && !conference->async_fnode) {
 			conference_play_file(conference, conference->moh_sound, CONF_DEFAULT_LEADIN, NULL, 1);
 		}
 



More information about the Freeswitch-svn mailing list