> 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 => 7654,Atif Rasheed,[EMAIL PROTECTED] 
> **************************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 | [EMAIL PROTECTED] |       |         
> | 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, and has mysql support... 
> voicemail or voicemail2 
> 
> can someone figure out this... 
> Thank you 

--------------------------------------------------------------------

>have you enabled 
>USE_MYSQL_VM_INTERFACE=1 
>in the asterisk/apps/Makefile ? 
>
>matteo 

now I have enabled it and recompiled the asterisk...but still not working

can someone figure it out


--
Atif Rasheed
Convergence (Buisness solutions)
http://www.convergence.com.pk
--
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to