From: Anthony Minessale Date: Tue, 10 Dec 2013 18:48:09 +0000 (+0500) Subject: FS-6006 X-Git-Tag: v1.4.2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f8cf40bc33edc00a5f77f13283fc9233e032e5;p=thirdparty%2Ffreeswitch.git FS-6006 --- diff --git a/src/switch_core_state_machine.c b/src/switch_core_state_machine.c index 6de6b9798e..0005905deb 100644 --- a/src/switch_core_state_machine.c +++ b/src/switch_core_state_machine.c @@ -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); }