[Home]

Summary:ASTERISK-08867: Compile-time failure in codec_zap.c
Reporter:Strom Carlson (stromcarlson)Labels:
Date Opened:2007-02-23 21:06:51.000-0600Date Closed:2011-06-07 14:00:38
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When compiling Asterisk 1.4 SVN rev 56594, the following occurs:

codec_zap.c: In function `zap_translate':
codec_zap.c:184: error: `ZT_TCOP_ALLOCATE' undeclared (first use in this function)
codec_zap.c:184: error: (Each undeclared identifier is reported only once
codec_zap.c:184: error: for each function it appears in.)
make[1]: *** [codec_zap.o] Error 1
make: *** [codecs] Error 2

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

This is being compiled on the most up-to-date version of Debian Sarge stable; previous revisions of 1.4 have compiled fine on this system.
Comments:By: Tilghman Lesher (tilghman) 2007-02-25 08:06:19.000-0600

Please update zaptel first.

By: Joshua C. Colp (jcolp) 2007-02-25 21:51:38.000-0600

Due to Zaptel API changes it _must_ be updated and installed prior to building the latest version of Asterisk 1.4 from SVN. This will solve the issue.