mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
do not pause callers when they come out of a bridge
This commit is contained in:
parent
861c3e3ccc
commit
c510a81177
@ -3108,8 +3108,9 @@ SWITCH_STANDARD_APP(fifo_function)
|
|||||||
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
|
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
|
||||||
|
|
||||||
|
|
||||||
switch_core_media_bug_pause(session);
|
if (switch_channel_ready(channel)) {
|
||||||
switch_core_media_bug_pause(other_session);
|
switch_core_media_bug_pause(session);
|
||||||
|
}
|
||||||
|
|
||||||
if (record_template) {
|
if (record_template) {
|
||||||
switch_ivr_stop_record_session(session, expanded);
|
switch_ivr_stop_record_session(session, expanded);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user