mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-3634 try this, flag was set on wrong channel
This commit is contained in:
parent
85e5abc1f9
commit
6cd6a719f5
@ -1640,7 +1640,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
|
||||
switch_channel_set_state(bchannel, CS_PARK);
|
||||
}
|
||||
|
||||
switch_channel_set_flag(channel, CF_INTERCEPTED);
|
||||
switch_channel_set_flag(rchannel, CF_INTERCEPTED);
|
||||
switch_ivr_uuid_bridge(switch_core_session_get_uuid(session), uuid);
|
||||
switch_core_session_rwunlock(rsession);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user