[Asterisk-Users] How to use VoiceMail2 mysql table structure?

Manoj K Gupta mgupta at spgsolutions.com
Fri Sep 26 07:23:54 MST 2003


Hi list,

I would be interested in knowing in how to use voicemail2 stored in database
to use in extensions.conf  ie  what changes in which conf file will enable
the use of this database.

Rgds
Manoj K Gupta


> CREATE TABLE users (
> context char(79) DEFAULT '' NOT NULL,
> mailbox char(79) DEFAULT '' NOT NULL,
> password char(79) DEFAULT '' NOT NULL,
> fullname char(79) DEFAULT '' NOT NULL,
> email char(79) DEFAULT '' NOT NULL,
> pager char(79) DEFAULT '' NOT NULL,
> options char(159) DEFAULT '' NOT NULL,
> stamp timestamp,
> PRIMARY KEY (context,mailbox)
> );
>




More information about the asterisk-users mailing list