mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-3634 see if this works
This commit is contained in:
@@ -1636,6 +1636,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
|
||||
|
||||
if (bchannel) {
|
||||
switch_channel_set_state_flag(bchannel, CF_TRANSFER);
|
||||
switch_channel_set_flag(bchannel, CF_INTERCEPT);
|
||||
switch_channel_set_state(bchannel, CS_PARK);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user