[asterisk-bugs] [DAHDI-linux 0015350]: [patch] Kernal panic from dahdi_hooksig if JAPAN or AUDIO_RINGCHECK or ZERO_BATT_RING compile in

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jun 18 03:51:10 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15350 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   15350
Category:                   wctdm
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2009-06-18 03:30 CDT
Last Modified:              2009-06-18 03:51 CDT
====================================================================== 
Summary:                    [patch] Kernal panic from dahdi_hooksig if JAPAN or
AUDIO_RINGCHECK or ZERO_BATT_RING compile in
Description: 
While working on another patch dicovered this
 dahdi_hooksig(&wc->chans[card], DAHDI_RXSIG_OFFHOOK);

Were in all the other dahdi_hooksig calls in the same function they are
with the '&'.
 dahdi_hooksig(wc->chans[card], DAHDI_RXSIG_OFFHOOK);


====================================================================== 

---------------------------------------------------------------------- 
 (0106612) alecdavis (reporter) - 2009-06-18 03:51
 https://issues.asterisk.org/view.php?id=15350#c106612 
---------------------------------------------------------------------- 
Meant to say in description.

Where as in all the other dahdi_hooksig calls in the same function they
are without the '&'.
 dahdi_hooksig(wc->chans[card], DAHDI_RXSIG_OFFHOOK); 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-18 03:51 alecdavis      Note Added: 0106612                          
======================================================================




More information about the asterisk-bugs mailing list