]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9246 #resolve [No Audio after Call transfer ]
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Jun 2016 20:01:37 +0000 (15:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Jun 2016 20:01:37 +0000 (15:01 -0500)
src/switch_rtp.c

index f30d82f5b75177116db6230c8e0bddbe94fb2c5b..0649be6c2daeae28f569c3cfb0696d238132b558 100644 (file)
@@ -5175,7 +5175,11 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
                if (rtp_session->flags[SWITCH_RTP_FLAG_USE_TIMER] && rtp_session->timer.interval) {
                        switch_core_timer_sync(&rtp_session->timer);
                }
-               
+
+               if (rtp_session->session) {
+                       switch_ivr_parse_all_messages(rtp_session->session);
+               }
+
                block = 0;
        }