[Asterisk-Users] VoiceMail2 mysql table structure

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sat Sep 13 16:38:53 MST 2003


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




More information about the asterisk-users mailing list