I&#39;ve tried to get asterisk working on FreeBSD 6.[02] on any version past 1.2.14 (on the 1.2 branch).<br><br>Building WITHOUT_ZAPTEL works fine. Taking this out, I get:<br><br>gcc&nbsp; -pipe&nbsp; -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3&nbsp; -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE&nbsp; -O6 -I/usr/local/include -L/usr/local/lib -march=i386&nbsp; -DZAPTEL_OPTIMIZATIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -fomit-frame-pointer&nbsp; -fPIC -I/usr/local/include -L/usr/local/lib&nbsp;&nbsp; -c -o codec_zap.o codec_zap.c
<br>codec_zap.c: In function `zap_framein&#39;:<br>codec_zap.c:147: error: dereferencing pointer to incomplete type<br>[...]<br>codec_zap.c:207: error: dereferencing pointer to incomplete type<br>codec_zap.c:208: error: `ZT_TCOP_TRANSCODE&#39; undeclared (first use in this function)
<br><br>(This is besides an error where &quot;linux/zaptel.h&quot; isn&#39;t found; changed to simply &quot;zaptel.h&quot; in the include).<br><br>This worked fine for 1.2.14, and I can&#39;t find anything in the archives about this. Mismatched Zaptel_bsd build? Some silly thing on my end? (I checked the Ports, and they have 
1.2.13 -- I&#39;m already running 1.2.14, so that doesn&#39;t help).<br><br>Thanks,<br>Gerald.<br>