Asterisk Development Team
2006-Dec-15 20:53 UTC
[asterisk-users] Asterisk 1.4.0-beta4 Released
The Asterisk Development Team is pleased to announce the release of Asterisk 1.4.0-beta4. This release contains a number of updates: - a bug fix for the ExternalIVR application and addition of 'silence' sound files to support it - various SIP interoperability improvements - memory and dialog leaks in the SIP channel driver - a fix to music-on-hold random mode that was not really random - an improvement to app_voicemail to ensure that the message duration is properly included in email notifications when voicemail messages are forwarded - corrected a segfault issue during reload of the PostgreSQL CDR driver - a change to no longer include a header file that does not exist on Linux kernel 2.6.18 (and caused a problem on Fedora Core 6) - logging of dynamic queue member addition and removal in queue_log - a minor redesign of many CLI commands to be more similar to previous Asterisk releases - significant improvements to IMAP storage support for voicemail - a change to the SIP channel to avoid offering formats (codecs) that cannot be transcoded due to lack of available transcoders (along with dynamic activation/deactivation of transcoders) - support for G.722 16KHz (wideband) audio passthrough, recording and playback - support for standard prompts in G.722 format - many other bug fixes Some of the changes in this release are behavior modifications from the last release; please review the UPGRADE.txt file. This will very likely be the last beta release of Asterisk 1.4 before the final release, which is targeted for next Friday. Thanks for supporting Asterisk and Zaptel!
Can anyone help with the compile error? 1.4 beta-3 compiled fine under Fedora 6 w/IMAP storage. I get this on beta-4. [CC] app_voicemail.c -> app_voicemail.o In file included from /usr/src/imap-2006c1/c-client/osdep.h:63, from /usr/src/imap-2006c1/c-client/c-client.h:42, from app_voicemail.c:65: /usr/src/imap-2006c1/c-client/env_unix.h:71: warning: function declaration isn?t a prototype app_voicemail.c: In function ?forward_message?: app_voicemail.c:3920: warning: unused variable ?duration? app_voicemail.c: In function ?play_record_review?: app_voicemail.c:7882: error: ?vms? undeclared (first use in this function) app_voicemail.c:7882: error: (Each undeclared identifier is reported only once app_voicemail.c:7882: error: for each function it appears in.) app_voicemail.c:7882: warning: passing argument 8 of ?imap_store_file? makes integer from pointer without a cast make[1]: *** [app_voicemail.o] Error 1 make: *** [apps] Error 2 [root@node-x asterisk-1.4.0-beta4]# app_voicemail.c:7882: error: ?vms? undeclared (first use in this function) Thanks! David