Hi,<br>I am having a strange problem with attempting to get voicemail-to-mysql to work. <br>The biggest problem is that I am not able to store voicemail into database. So, I followed the<br>instructor found on the web: <br>
<br>Updated the /usr/src/asterisk/apps/Makefile to have<br>
USE_MYSQL_VM_INTERFACE=1 and recompiled asterisk, with<br>
make clean; make; make install<br><br>(By the way, is it necessary to update the Makefile for Asterisk 1.4.18?)<br><br>After "make install", I got some warning messages:<br><br> Your Asterisk modules directory, located at<br>
/usr/lib/asterisk/modules<br> contains modules that were not installed by this<br> version of Asterisk. Please ensure that these<br> modules are compatible with this version before<br> attempting to run Asterisk.<br><br>
app_addon_sql_mysql.so<br> app_saycountpl.so<br> cdr_addon_mysql.so<br> chan_ooh323.so<br> format_mp3.so<br> res_config_mysql.so<br><br>Is this the problem that causing Asterisk not able to store voicemessages to mysql? If so, how do I fix it? <br>
<br><br>From the console, I can get realtime status ok:<br>CLI>realtime mysql status<br>Connected to <a href="mailto:asterisk@127.0.0.1">asterisk@127.0.0.1</a>, port 3306 with username askuser for 1 minutes, 34 seconds.<br>
<br><br>Thank you very much for your kind attentino. You help is greatly appreciated.<br><br>Thanks,<br>Mark<br><br>