Asterisk & SQL Server

Hi,

Can I use SQL Server for Asterisk?

Thanks

Yes - if it is MySQL - there are direct drivers :smiley: :smiley: :smiley:
Else - you could use ODBC drivers.

Thanks, I setup ODBC drivers for SQL Server 2005.
But in Asterisk where do I change connection string or something like that.

Asterisk uses a MYSQL database as default, right?
There must be a setting in .ini file.

Thanks

No - Asterisk dont know nothing about MySQL by default. There are addons for MySQL.
You have to check
/etc/asterisk/res_odbc.conf
/etc/asterisk/cdr_odbc.conf
/etc/asterisk/func_odbc.conf
And may be some other conf files which could be used with odbc.
PS
Never used ODBC.