fixed eavesdrop channel management via ESL

This commit is contained in:
Sergey Safarov 2024-04-12 14:36:50 +03:00
parent 739e770c34
commit 1d153075e3
1 changed files with 3 additions and 0 deletions

View File

@ -2816,6 +2816,9 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_eavesdrop_session(switch_core_session
}
switch_buffer_unlock(ep->buffer);
}
switch_ivr_parse_all_events(session);
}
end_loop: