Dear all,<br><br>I am still not able to store voicemail into mysql and I am hoping someone can help me out.&nbsp; <br><br>Here is my voicemail.cof:<br><br>[general]<br>format = wav<br>attach = yes<br>dbuser=ast<br>dbpass=sqlpass<br>
dbhost=localhost<br>dbname=asterisk<br>odbcstorage=asterisk<br>odbctable=voicemessages<br>[default]<br>; Syntax for new entries looks like this:<br>; MailboxNumber =&gt; password,name,e-mail,pager,options<br>; (usually, the MailboxNumber is the same as the Extension)<br>
2000 =&gt; 1234,Dave Robinson,<a href="mailto:outraspace@hotmail.com">outraspace@hotmail.com</a><br>2001 =&gt; 1234,Colleen Robinson,<a href="mailto:petedao@gmail.com">petedao@gmail.com</a><br>2002 =&gt; 1234,Matthew Robinson,<a href="mailto:outraspace@hotmail.com">outraspace@hotmail.com</a><br>
2003 =&gt; 1234,Lisa Robinson,<a href="mailto:petedao@gmail.com">petedao@gmail.com</a>,,delete=yes<br><br>Here is my res_odbc.conf<br>[ENV]<br>INFORMIXSERVER =&gt; my_special_database<br>INFORMIXDIR =&gt; /opt/informix<br>
<br>; All other sections are arbitrary names for database connections.<br>[asterisk]<br>enabled =&gt; yes<br>dsn =&gt; asterisk<br>username =&gt; ast<br>password =&gt; sqlpass<br>pooling =&gt;no<br>limit =&gt; o<br>pre-connect =&gt; yes<br>
<br>There is no error coming out of asterisk.&nbsp; Can anyone please tell me what could be the problem?<br><br>Thanks alot for all your help.<br><br>Mark<br><br><br>