Asterisk realtime configuration with mysql and odbc

CLI> odbc show all

ODBC DSN Settings

Name: mysql-asterisk
DSN: asterisk-connector
Last connection attempt: 2018-12-10 16:10:45

if someone can help me ?

What exactly do you need help with? What are you trying to set up? What have you tried? Have you followed any of the guides online? What hasn’t worked?

I would like to directly put the variables queues in a table as for the table cdr. For this I created the table queue_table in the database. Then I have in the file extconfig.conf I add the following statement: queues.conf => odbc, asterisk, queue_table

This is the first time that I venture into asterisk because I develop a solution that must integrate it

That is what i have rigth now:

CLI> odbc show all

ODBC DSN Settings

Name: mysql-asterisk
DSN: asterisk-connector
Last connection attempt: 1970-01-01 00:00:00
Pooled: No
Connected: Yes

Now I want to write queues informations in database.