I get the error:
gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I…/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -DT38_SUPPORT -DWITH_SMDI -Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC -o chan_zap.o chan_zap.c
chan_zap.c:111:2: error: #error "Your zaptel is too old. please update"
chan_zap.c: In function ‘start_pri’:
chan_zap.c:9300: error: ‘ZT_SIG_HARDHDLC’ undeclared (first use in this function)
chan_zap.c:9300: error: (Each undeclared identifier is reported only once
chan_zap.c:9300: error: for each function it appears in.)
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels’
make: *** [subdirs] Error 1
too old? I got all packages via SVN yesterday… Me very confused.