From: Anthony Minessale Date: Fri, 10 Jun 2016 20:01:37 +0000 (-0500) Subject: FS-9246 #resolve [No Audio after Call transfer ] X-Git-Tag: v1.6.9~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4daa8a0519a7834210b7cd1aa0fa151df148c6e;p=thirdparty%2Ffreeswitch.git FS-9246 #resolve [No Audio after Call transfer ] --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index f30d82f5b7..0649be6c2d 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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; }