Hi list,<br><br>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:<br>
WARNING[4217] config.c: Realtime mapping for 'queue_log' found to engine 'odbc', but the engine is not available<br><br>My configuration follows:<br>/etc/asterisk/
extconfig.conf<br>[settings]<br>
queue_log => odbc,postgres,asterisk.queue_log<br><br>/etc/asterisk/res_odbc.conf<br>[qlogrt]<br>enabled => yes<br>dsn => qlogrt<br>...<br><br>/etc/odbc.ini<br>[qlogrt]<br>Driver = PostgreSQL<br>Database = postgres<br>
Servername = 192.168.X.X<br>UserName = user<br>
Password = password<br>Port = 5432<br>...<br><br>/etc/asterisk/cdr_odbc.conf<br>
[global]<br>
dsn=qlogrt<br>
table=asterisk.ast_cdr<br>
...<br><br>Regards,
<br>