FS-3634 see if this works

This commit is contained in:
Anthony Minessale
2011-10-25 08:47:01 -05:00
parent 5f8224da8d
commit babe955160
3 changed files with 7 additions and 4 deletions

View File

@@ -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);
}