]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6006
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Dec 2013 18:48:09 +0000 (23:48 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Dec 2013 18:48:14 +0000 (23:48 +0500)
src/switch_core_state_machine.c

index 6de6b9798e82da2135989e470d68f858bb1011be..0005905deb5b4ea87f0a26593c8c182dc92417d9 100644 (file)
@@ -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);
                        }