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:34callcentre*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
