i tried to setup realtime voicemail recently with 1.2.1
but couldn't get it to work. no matter what i do. it still
looks for config in the voicemail.conf file. (BTW realtime
sip & extensions works fine)

here's the voicemail line in extconfig.conf:

voicemail => mysql,asterisk,voicemail

here's the mysql schema:

CREATE TABLE voicemail (
  uniqueid int(11) NOT NULL auto_increment,
  customer_id bigint NOT NULL default '0',
  context varchar(50) NOT NULL default '',
  mailbox bigint NOT NULL default '0',
  password varchar(10) NOT NULL default '0',
  fullname varchar(50) NOT NULL default '',
  email varchar(50) NOT NULL default '',
  pager varchar(50) NOT NULL default '',
  stamp timestamp NOT NULL default CURRENT_TIMESTAMP on update 
CURRENT_TIMESTAMP,
  attach varchar(3) NOT NULL default 'yes',
  saycid varchar(3) NOT NULL default 'yes',
  hidefromdir varchar(3) NOT NULL default 'no',
  PRIMARY KEY  (uniqueid),
  KEY mailbox_context (mailbox,context)
) TYPE=MyISAM;


am i missing something?


-- 
__ Edwin Lam  <[EMAIL PROTECTED]> __________________________
__ Systems Engineer, Office General, Inc. ________________________
__ Ph: +1 415 439 4988 Fax: +1 415 283 3370 ______________________
__ http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xEF11A895 __
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to