git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9258
d0543943-73ff-0310-b7d9-
9358b9ac24b2
if (!switch_strlen_zero(perpetual_sound)) {
conference->perpetual_sound = switch_core_strdup(conference->pool, perpetual_sound);
- conference->mflags = MFLAG_CAN_HEAR;
- } else {
- conference->mflags = MFLAG_CAN_SPEAK | MFLAG_CAN_HEAR;
}
+ conference->mflags = MFLAG_CAN_SPEAK | MFLAG_CAN_HEAR;
+
if (!switch_strlen_zero(moh_sound) && switch_is_moh(moh_sound)) {
conference->moh_sound = switch_core_strdup(conference->pool, moh_sound);
}