Conflicts:
src/mod/applications/mod_conference/mod_conference.c
switch_core_session_get_read_impl(session, &member->read_impl);
switch_channel_audio_sync(channel);
- flush_len = switch_samples_per_packet(member->read_impl.actual_samples_per_second, (member->read_impl.microseconds_per_packet / 1000)) * 6;
+ flush_len = switch_samples_per_packet(member->conference->rate, member->conference->interval) * 6;
/* As long as we have a valid read, feed that data into an input buffer where the conference thread will take it
and mux it with any audio from other channels. */