Have you read page 312 of Asterisk: The Future of Telephony (http://cdn.oreilly.com/books/9780596510480.pdf)?
"there are a few things that need to be added in order to get it to function. First off, Asterisk needs to have an IMAP client installed so that it can communicate with the IMAP server. Pretty much any IMAP server works (even Exchange Server), and the authors have personally tested IMAP voicemail support with both the Courier-IMAP and Dovecot IMAP servers. The IMAP server may be on the same physical machine as the Asterisk installation, or it may be on the other side of the globe. To be able to access the IMAP server, Asterisk requires an IMAP client library. This library is the University of Washington's free IMAP client, named c-client. To install the c-client you simply need to navigate to your /usr/src directory and run the following commands: # wget ftp://ftp.cac.washington.edu/mail/imap.tar.Z This downloads the source code. Extract it with: # tar zxvf imap.tar.Z" -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Joakimsen Sent: Wednesday, March 23, 2011 11:54 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Issues with Digum Repos / AsteriskNOW & Bad Packages I wish to use AsteriskNOW (the Digium repository + CentOS) with imap voicemail storage and Asterisk 1.4. After having installed AsteriskNOW with Asterisk 1.4 and Asterisk GUI I run the yum package manager and replace voicemail with imap voicemail and attempt to start Asterisk, however the voicemail module is not loaded: [Mar 23 23:30:03] WARNING[12592]: loader.c:382 load_dynamic_module: Error loading module 'app_voicemail_imapstorage.so': /usr/lib/libc-client.so.1: undefined symbol: mm_dlog [Mar 23 23:30:03] WARNING[12592]: loader.c:777 load_resource: Module 'app_voicemail_imapstorage.so' could not be loaded. Is there some way to have this working? -- Med Vennlig Hilsen, A. Helge Joakimsen -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
