do not pause callers when they come out of a bridge

This commit is contained in:
Anthony Minessale 2013-03-27 15:18:54 -05:00
parent 861c3e3ccc
commit c510a81177
1 changed files with 3 additions and 2 deletions

View File

@ -3108,8 +3108,9 @@ SWITCH_STANDARD_APP(fifo_function)
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
switch_core_media_bug_pause(session);
switch_core_media_bug_pause(other_session);
if (switch_channel_ready(channel)) {
switch_core_media_bug_pause(session);
}
if (record_template) {
switch_ivr_stop_record_session(session, expanded);