[asterisk-users] Is not yet available ODBC support for queue_log in asterisk 1.6?

Daniel - Asterisk earohuanca at gmail.com
Mon Sep 7 17:16:12 CDT 2009


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 


More information about the asterisk-users mailing list