[Asterisk-Users] Re: Voicemail not working properly

Kamran Ahmad p_kami at yahoo.com
Tue Feb 8 07:27:15 MST 2005


at first it was not answering (there was complete
silence after 200 Ok and ACK). i dont know what was
the reason. but now it is answering me(asking for
mailbox then password). but the problem that is is not
authenticating me to check mailbox i have defined 9999
mailbox and 1234 password (it is saying that invalid
mailbox or password). i want to know what should be
the datatype for mailbox and password. when i try to
check my mailbox it is giving me error (invalid
username or password).
can i use varchar insted of int for mailbox and
password.

CREATE TABLE voicemail_table (
 uniqueid int(11) NOT NULL auto_increment,
 customer_id int(11) NOT NULL default '0',
 context varchar(50) NOT NULL default '',
 mailbox varchar(5) NOT NULL default '0',
 password varchar(4) NOT NULL default '0',
 fullname varchar(50) NOT NULL default '',
 email varchar(50) NOT NULL default '',
 pager varchar(50) NOT NULL default '',
 options varchar(100) NOT NULL default '',
 stamp timestamp(14) NOT NULL,
 PRIMARY KEY  (uniqueid),
 KEY mailbox_context (mailbox,context)
) TYPE=MyISAM;



		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 



More information about the asterisk-users mailing list