[Home]

Summary:ASTERISK-03518: Asterisk Segfaults when using attached rules with chan_capi
Reporter:award_ (award_)Labels:
Date Opened:2005-02-15 04:35:58.000-0600Date Closed:2011-06-07 14:00:35
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) astbug.tgz
Description:When I dial in to asterisk via CAPI and get routed to alexin_nonumber (doesn't matter which way, goto and dial(local) are fine) and press a number I get a segmentation fault due to chan->pvt being NULL in ast_queue_frame().

****** ADDITIONAL INFORMATION ******

This happens using an AVM Fritz ISDN controller.
I could not test this on the current CVS since I don't have too many ISDN cards flying around and need the machine working as it is.
The bug existed with versions <1.0.5 as well.
Personally, I think the real flaw is in chan_capi.
But still asterisk should never segfault.
Comments:By: award_ (award_) 2005-02-15 04:37:20.000-0600

A simple patch is included.

By: Mark Spencer (markster) 2005-02-15 14:37:06.000-0600

CAPI is not part of Asterisk.