Files
asterisk/main
Joshua C. Colp 3e5b9e3952 channel: Fix memory leak in suppress API.
A frame suppression API exists as part of channels
which allows audio frames to or from a channel to
be dropped. The MuteAudio AMI action uses this
API to perform its job.

This API uses a framehook to intercept flowing
audio and drop it when appropriate. It is the
responsibility of the framehook to free the
frame it is given if it changes the frame. The
suppression API failed to do this resulting in
a leak of audio frames.

This change adds the freeing of these frames.

ASTERISK-29071

Change-Id: Ie50acd454d672d36af914050c327d2e120d8ba7b
2021-03-03 10:14:54 -06:00
..
2019-08-01 15:31:48 -06:00
2020-05-05 10:06:43 -05:00
2020-05-05 10:06:43 -05:00
2020-04-06 10:23:20 -05:00
2019-08-01 15:31:48 -06:00
2020-10-02 12:58:18 -05:00
2021-01-04 05:00:58 -06:00
2020-06-10 09:33:28 -05:00
2020-08-18 05:16:43 -05:00
2021-01-04 05:00:58 -06:00
2020-06-10 09:33:28 -05:00
2017-12-20 12:40:01 -05:00
2020-10-02 12:58:18 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:20 -05:00