[Home]

Summary:ASTERISK-01480: [patch] chan_zap will not compile in current CVS without libpri
Reporter:sbingner (sbingner)Labels:
Date Opened:2004-04-28 00:04:58Date Closed:2004-09-25 02:49:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_zap_prifix.diff
Description:chan_zap.c is missing an #ifdef to compile properly without libpri

****** STEPS TO REPRODUCE ******

attempt to compile asterisk without libpri

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

chan_zap.c: In function `zt_indicate':
chan_zap.c:3887: structure has no member named `proceeding'
chan_zap.c:3887: structure has no member named `pri'
chan_zap.c:3887: structure has no member named `pri'
chan_zap.c:3888: structure has no member named `pri'
chan_zap.c:3889: warning: implicit declaration of function `pri_grab'
chan_zap.c:3889: structure has no member named `pri'
chan_zap.c:3890: warning: implicit declaration of function `pri_acknowledge'
chan_zap.c:3890: structure has no member named `pri'
chan_zap.c:3890: structure has no member named `call'
chan_zap.c:3890: structure has no member named `prioffset'
chan_zap.c:3891: warning: implicit declaration of function `pri_rel'
chan_zap.c:3891: structure has no member named `pri'
chan_zap.c:3896: structure has no member named `proceeding'
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/mnt/lv0/slink/usr/src/PBX/asterisk-devel/channels'
make: *** [subdirs] Error 1
Comments:By: Mark Spencer (markster) 2004-04-28 00:20:34

Fixed in CVS