Displaying 1 result from an estimated 1 matches for "voiceml".
Did you mean:
voicexml
2010 Jan 07
1
voicemail /odbc problem
.... I *think* I've got everything configured correctly but
messages are stored on the asterisk server instread of in the database.
System info
64 bit redhat RHEL 5.1
Asterisk 1.4.26
unixODBC installed
used makemenuselect to instal res_odbc and cdr_odbc
Back end database DB2
Database name voiceml
Tables created on server
AST_CDR
AST_CONFIG
VOICEMESSAGES
I've checked the unix ODBC side of things and I can connect to the DB2
database o.k.
I've set up
cdr_odbc.conf
[global]
dsn=voiceml
username=<usernme>
password=<password>
loguniqueid=yes
dispositionstring=yes
tabl...