Connect asterisk 13 with database

Hello Guys,
Im thinking to connect asterisk with a database so ill be able to manage reports and if possible to create a user management later on.
I setup mariadb and ODBC connector but once i try to run the command:

$ make menuselect

I realize that app_mysql and cdr_mysql are Deprecated whats the best way to connect the asterisk with a database?

You can connect Asterisk to MySQL/MariaDB using ODBC. Here’s the tutorial.
You can also use AGI for DB connectivity.

–Satish Barot

2 Likes

Thanks a lot! im gonna start working on that!