On Saturday 13 September 2003 18:06, CW_ASN wrote:
> Somebody knows the mysql table structure for VoiceMail2 application?

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

-Tilghman

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

Reply via email to