]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6957 fix regression
authorBrian West <brian@freeswitch.org>
Mon, 17 Nov 2014 16:36:03 +0000 (10:36 -0600)
committerBrian West <brian@freeswitch.org>
Mon, 17 Nov 2014 16:36:03 +0000 (10:36 -0600)
src/mod/applications/mod_conference/mod_conference.c

index c3885dbe79c0c4c8224c0fe77e54628f0d4b5719..1dfbe311d3a1719f40ff7805768a8ec640cafc8d 100644 (file)
@@ -10331,6 +10331,8 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c
                conference->perpetual_sound = switch_core_strdup(conference->pool, perpetual_sound);
        }
 
+       conference->mflags = MFLAG_CAN_SPEAK | MFLAG_CAN_HEAR;
+
        if (!zstr(moh_sound) && switch_is_moh(moh_sound)) {
                conference->moh_sound = switch_core_strdup(conference->pool, moh_sound);
        }