Asterisk Realtime Databases

I would like to know some place where have the specifications of the tables used by Asterisk 16.6.1.
ex: queue_log, cdr, queue_table …
I use mysql, I used alembic, but no tables like cdr and queue_log were installed.

Are there any places I can get these settings? tables and column types?

Thank you in advance.

2 Likes

sometimes, I found it from source. like this!

[ippbx@asteriskcti mysql]$ pwd
/tmp/asterisk-16.6.1/contrib/realtime/mysql

[ippbx@asteriskcti mysql]$ ls -la
total 60
drwxrwxr-x 2 ippbx ippbx 4096 Nov 1 09:28 .
drwxrwxr-x 4 ippbx ippbx 4096 Oct 17 00:50 …
-rw-rw-r-- 1 ippbx ippbx 1059 Oct 17 00:50 mysql_cdr.sql
-rw-rw-r-- 1 ippbx ippbx 41361 Oct 17 00:50 mysql_config.sql
-rw-rw-r-- 1 ippbx ippbx 1021 Oct 17 00:50 mysql_voicemail.sql

1 Like

perfect, thank you all!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.