FS-9246 #resolve [No Audio after Call transfer ]
This commit is contained in:
parent
047731584b
commit
d4daa8a051
|
@ -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);
|
||||
}
|
||||
|
||||
if (rtp_session->session) {
|
||||
switch_ivr_parse_all_messages(rtp_session->session);
|
||||
}
|
||||
|
||||
block = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue