Daniel - Asterisk
2009-Sep-07 22:16 UTC
[asterisk-users] Is not yet available ODBC support for queue_log in asterisk 1.6?
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, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090907/71dc695d/attachment.htm
Tilghman Lesher
2009-Sep-08 03:26 UTC
[asterisk-users] Is not yet available ODBC support for queue_log in asterisk 1.6?
On Monday 07 September 2009 17:16:12 Daniel - Asterisk wrote:> 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_logI don't see [postgres] anywhere in your res_odbc.conf.> /etc/asterisk/res_odbc.conf > [qlogrt] > enabled => yes > dsn => qlogrt > ...-- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org