mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
FS-10019
This commit is contained in:
parent
334ae30484
commit
893f3ace64
@ -389,6 +389,7 @@ void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, void *ob
|
||||
}
|
||||
}
|
||||
|
||||
switch_mutex_lock(conference->file_mutex);
|
||||
/* If a file or speech event is being played */
|
||||
if (conference->fnode && !switch_test_flag(conference->fnode, NFLAG_PAUSE)) {
|
||||
/* Lead in time */
|
||||
@ -495,6 +496,7 @@ void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, void *ob
|
||||
}
|
||||
}
|
||||
}
|
||||
switch_mutex_lock(conference->file_mutex);
|
||||
|
||||
if (ready || has_file_data) {
|
||||
/* Use more bits in the main_frame to preserve the exact sum of the audio samples. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user