[Home]

Summary:ASTERISK-01420: #ifdef [patch] #ifdef ZAPATA_PRI missing from chan_zap.c ?
Reporter:Dorian Gray (dorian)Labels:
Date Opened:2004-04-16 19:57:29Date Closed:2004-09-25 02:51:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) if_pri.patch
Description:can't compile asterisk v1-0_stable without libpri installed...?

chan_zap.c: In function `zt_read':
chan_zap.c:3647: error: structure has no member named `proceeding'
chan_zap.c:3647: error: structure has no member named `pri'
chan_zap.c:3647: error: structure has no member named `pri'


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

not entirely sure the conditional placement in attached patch is correct, but it seems to work.
Comments:By: James Golovich (jamesgolovich) 2004-04-17 18:36:06

This doesn't appear to be a problem with current CVS.  Are you using an older copy of CVS that didn't get updated?

By: James Golovich (jamesgolovich) 2004-04-17 19:45:24

Fixed in CVS.  Thanks!