[Asterisk-Users] realtime voicemail

elam at officegeneral.com elam at officegeneral.com
Mon Jan 16 00:02:19 MST 2006


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  <edwin at officegeneral.com> __________________________
__ 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 __



More information about the asterisk-users mailing list