mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-6006
This commit is contained in:
parent
58d0d3d4a8
commit
d2f8cf40bc
@ -467,7 +467,8 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
|
||||
switch_channel_set_running_state(session->channel, state);
|
||||
switch_channel_clear_flag(session->channel, CF_TRANSFER);
|
||||
switch_channel_clear_flag(session->channel, CF_REDIRECT);
|
||||
|
||||
switch_ivr_parse_all_messages(session);
|
||||
|
||||
if (session->endpoint_interface->io_routines->state_run) {
|
||||
rstatus = session->endpoint_interface->io_routines->state_run(session);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user