Looks good to me. Where is the problem? Is voicemail still not working? Did you actually try an extension?
-Matthew ----- Original Message ----- From: "Trevor Peirce" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 9:08 PM Subject: Re: [Asterisk-Users] res_config > Thanks Matthew. I tried using your configuration as a guide but I am > still unable to get things to work. I just downloaded and compiled from > CVS to make sure. > > First is the results I am seeing... then is the configuration. I would > really appreciate knowing where I went wrong. > > Thanks, > Trevor > > ============================================================ > callcentre*CLI> realtime load voicemail uniqueid 1 > Column Name Column Value > -------------------- -------------------- > uniqueid 1 > context digitalcon > mailbox 701 > password zzz > email xxx > fullname Trevor Peirce > stamp 2004-12-02 18:31:34 > > callcentre*CLI> show voicemail users > There are no voicemail users currently defined > callcentre*CLI> > ============================================================ > extconfig.conf > > [settings] > voicemail => odbc,astcdr,voicemail > ============================================================ > res_odbc.conf > > [astcdr] > dsn => myodbc > username => asterisk > password => zzz > pre-connect => yes > ============================================================ > MySQL Table Schema > > database: astcdr > > CREATE TABLE voicemail ( > uniqueid int(10) unsigned NOT NULL auto_increment, > context varchar(80) NOT NULL default '', > mailbox varchar(80) NOT NULL default '', > password varchar(80) NOT NULL default '', > email varchar(80) NOT NULL default '', > fullname varchar(80) NOT NULL default '', > options varchar(80) NOT NULL default '', > stamp timestamp(14) NOT NULL, > PRIMARY KEY (uniqueid), > KEY context (context) > ) TYPE=MyISAM; > ============================================================ > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
