[asterisk-dev] tilghman: branch 1.6.0 r244072 - in /branches/1.6.0: ./ channels/ main/

Russell Bryant russell at digium.com
Mon Feb 1 16:15:32 CST 2010


On 02/01/2010 02:02 PM, Tilghman Lesher wrote:
> Well, yes, it will, but the error wasn't entirely removed, either.  Atis
> remarked on this and suggested yet another exception to the rule.  This
> tends to suggest that with so many exceptions, the previous approach wasn't
> the right way to do this.  With the patch above, the error may still occur,
> but it will only occur once in a brief while, not constantly, once the limit
> has been reached.

What was the additional exception proposed to be added?  For reference, 
this is what we previously had this in chan_local:

if (other->pbx || other->_bridge || !ast_strlen_zero(other->appl)) {
         ast_queue_frame(other, f);
}

-- 
Russell Bryant
Digium, Inc. | Engineering Manager, Open Source Software
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org



More information about the asterisk-dev mailing list