[Home]

Summary:ASTERISK-00056: chan_zap won't compile without libpri.
Reporter:oliver (oliver)Labels:
Date Opened:2003-08-07 06:36:28Date Closed:2004-09-25 02:40:14
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Since yesterday's changes in CVS, the Asterisk build-process bombs with:

chan_zap.c: In function `zt_call':
chan_zap.c:1169: warning: unused variable `s'
chan_zap.c: In function `zt_new':
chan_zap.c:3558: structure has no member named `alreadyhungup'
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/root/Asterisk-CVS/asterisk/channels'
make: *** [subdirs] Error 1

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

RedHat 9 with custom 2.4.21-kernel.
Asterisk CVS-08/07/03-13:06:10

When libpri is installed, even while there's no real use for it on that machine, Asterisk builds without any problems.
Comments:By: oliver (oliver) 2003-08-08 16:51:46

I believe the problem was resolved in CVS, so this ticket can probably be closed.