[asterisk-dev] asterisk 10 & softhangup
Paul Albrecht
palbrecht at glccom.com
Fri Feb 15 11:51:45 CST 2013
On Feb 15, 2013, at 11:41 AM, Richard Mudgett <rmudgett at digium.com> wrote:
>> I noticed a change in ast_softhangup after moving to asterisk 10. Now
>> asterisk doesn't continue to the next priority after a soft hangup
>> which doesn't make much sense. Is this an feature or bug?
>
> Either svn revisions
> -r190423 Changes channels to ref counted objects
> -r225244 Add support for OBJ_MULTIPLE
>
> Causes the issue. The app does not continue in the dialplan if no
> channels are found to hangup or there was a memory allocation error.
>
> Its a bug.
That's what I thought. What about ast_channel_clear_softhangup? Why does it need to go through the readq?
The only thing ast_softhangup queues is a null frame and I thought they're supposed to be ignored.
>
> Richard
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list