Compare commits

...

2 Commits

Author SHA1 Message Date
sergey-safarov 1ef038b828
Merge 1d153075e3 into 5cb74797fe 2025-01-17 16:41:26 +00:00
Sergey Safarov 1d153075e3 fixed eavesdrop channel management via ESL 2024-04-12 14:42:36 +03:00
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: