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