Asterisk Development Team
2006-May-30 15:46 UTC
[Asterisk-Users] Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3 released!
The Asterisk development team is pleased to announce new releases of our primary projects: Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3. All of these releases incorporate a number of bug fixes, with the Asterisk release containing an especially large number since the last release, including some important fixes in the IAX2 channel driver. All users are encouraged to update as soon as they can to avoid experiencing these known problems. The release files are available in the usual place (ftp.digium.com), as both tarballs and patch files relative to the last release. In addition, both the tarballs and the patch files have been signed using GPG keys of the release maintainers, so that you can ensure their authenticity. Thanks for supporting Asterisk, Zaptel and libpri!
Ummm, not sure if I am missing anything, but I have never experienced this before, where the asterisk release didn't compile. Downloaded all the newest releases from Digium, I compile everything first before installing to minimise downtime of the phone system. ( cd zaptel ; make clean ; make ) This compiled ok. ( cd libpri ; make clean ; make ) This compiled ok. ( cd asterisk ; make clean ; make ) This didn't compile ok, and outputs the following 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 -Wno-missing-prototypes -Wno-missing-declarations - DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC -o chan_zap.o chan_zap.c chan_zap.c: In function ?pri_dchannel?: chan_zap.c:9038: error: ?pri_event_setup_ack? has no member named ?call? make[1]: *** [chan_zap.o] Error 1 make[1]: Leaving directory `/raid5/source/asterisk-pbx/source/v1.2.8/ asterisk-1.2.8/channels' make: *** [subdirs] Error 1 ..." We are using, Dell 2850 FC4 Linux 2.6.15-1.1830_FC4smp Any suggestions, as 1.2.7.1 compiled without issue.