FS-9246 #resolve [No Audio after Call transfer ]

This commit is contained in:
Anthony Minessale 2016-06-10 15:01:37 -05:00
parent 047731584b
commit d4daa8a051
1 changed files with 5 additions and 1 deletions

View File

@ -5176,6 +5176,10 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
switch_core_timer_sync(&rtp_session->timer); switch_core_timer_sync(&rtp_session->timer);
} }
if (rtp_session->session) {
switch_ivr_parse_all_messages(rtp_session->session);
}
block = 0; block = 0;
} }