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)
> );
>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to