[Asterisk-Users] voicemail not working with mysql!!!!
atif
atif at convergence.com.pk
Fri Feb 20 04:13:00 MST 2004
I need some tips on configuration of voicemail with mysql...
here is my voicemail.conf
**************************voicemail.conf***************************
[general]
dbhost=localhost
dbname=asteriskvmusers
dbuser=root
format=wav
serveremail=asterisk
attach=yes
maxmessage=60
maxgreet=60
maxlogins=3
[default]
1234 => 6543,Atif Rasheed,root at localhost
**************************voicemail.conf***************************
I have created the database"asteriskvmusers" in mysql and then created the table 'users' in that database.
mysql> select * from users;
+---------+---------+----------+--------------+----------------+-------+---------+----------------+
| context | mailbox | password | fullname | email | pager | options | stamp |
+---------+---------+----------+--------------+----------------+-------+---------+----------------+
| default | 1234 | 7654 | Atif Rasheed | root at localhost | | | 00000000000000 |
+---------+---------+----------+--------------+----------------+-------+---------+----------------+
but it's not working...i mean when I change the passward through the zap interface it is changed in the file 'voicemail.conf' but database is not effected at all...
one more thing which one is newer version....
voicemail or voicemail2
voicemailmain or voicemailmain2
and which one is compatible with mysql
can someone figure it out...
Thank you
More information about the asterisk-users
mailing list