View previous topic :: View next topic |
Author |
Message |
rmudgett at digium.com Guest
|
Posted: Wed May 07, 2014 4:05 pm Post subject: [asterisk-users] "CBAnn" channel not going away in |
|
|
On Tue, May 6, 2014 at 1:01 PM, Richard Kenner <kenner@gnat.com (kenner@gnat.com)> wrote:
Quote: | > That is definitely a leak and the fix looks good.
Thanks.
Quote: | That leak is most likely the one biting you.
|
It definitely is.
|
Committed the fix for this leak on Asterisk v12 branch in -r413454.
Quote: |
Quote: | There is another leak in handle_cli_confbridge_kick() if the
participant to kick is not in the conference.
|
Confirmed. I missed that one in my code reading. I just fixed it the
same way.
|
Committed the fix for this leak on Asterisk v12 branch in -r413452. This leak
also applied to Asterisk v11.
Richard |
|
Back to top |
|
|
kenner at gnat.com Guest
|
Posted: Wed May 07, 2014 4:44 pm Post subject: [asterisk-users] "CBAnn" channel not going away in |
|
|
Quote: | Committed the fix for this leak on Asterisk v12 branch in -r413452.
This leak also applied to Asterisk v11.
|
Thanks.
Is this for both the one in the talking callback or the one in
handle_cli_confbridge_kick or both (the fix is similar in both)?
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
rmudgett at digium.com Guest
|
Posted: Wed May 07, 2014 7:00 pm Post subject: [asterisk-users] "CBAnn" channel not going away in |
|
|
On Wed, May 7, 2014 at 4:43 PM, Richard Kenner <kenner@gnat.com (kenner@gnat.com)> wrote:
Quote: | > Committed the fix for this leak on Asterisk v12 branch in -r413452.
Quote: | This leak also applied to Asterisk v11.
|
Thanks.
Is this for both the one in the talking callback or the one in
handle_cli_confbridge_kick or both (the fix is similar in both)?
|
The one in handle_cli_confbridge_kick() applies to v11+.
The other one applies to v12+.
Richard |
|
Back to top |
|
|
|