Hi list, I hope someone could help me. I've started using Asterisk 1.6.0.14 to get queue logs in real time with odbc (our databases are all PostgreSQL) but it's not working. However, cdr odbc is working well. When asterisk starts next message appears: WARNING[4217] config.c: Realtime mapping for 'queue_log' found to engine 'odbc', but the engine is not available
My configuration follows: /etc/asterisk/ extconfig.conf [settings] queue_log => odbc,postgres,asterisk.queue_log /etc/asterisk/res_odbc.conf [qlogrt] enabled => yes dsn => qlogrt ... /etc/odbc.ini [qlogrt] Driver = PostgreSQL Database = postgres Servername = 192.168.X.X UserName = user Password = password Port = 5432 ... /etc/asterisk/cdr_odbc.conf [global] dsn=qlogrt table=asterisk.ast_cdr ... Regards,
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
