Database sql

Hi All ,
i have database in Microsoft sql can to integrate asterisk ?
When the guest call can i can identify the guest wiht number of phone ou serial number of equipment ?

Same body can help me ?

Regards,

You need to install the the ODBC connector, The ODBC connector is a database abstraction layer that makes it possible for Asterisk to communicate with a wide range of databases without requiring the developers to create a separate database connector for every database Asterisk wants to support.

Connecting to Microsoft SQL (MS SQL) is similar to connecting to either MySQL or PostgreSQL.

To connect to MS SQL, you need to install the FreeTDS drivers using the package manager (or by compiling via the source files available at freetds.org).

asteriskdocs.org/en/3rd_Edition/ … sk-DB.html

asteriskdocs.org/en/2nd_Edit … funky.html