Hi
Im just getting started with kamailio with a view of evaluating it for production use.
Is it possible to do the following:
1) I would like to use ODBC/FreeTDS to connect to an existing ms sql server cluster
and use it for all DB related activity relating to kamailio, is this possible as we would
be running kamailio in a HA configuration in production and I really don't want to
have to support another DB cluster?
2) Looking at the kamdbctl scripts it seems that currently every popular db but sql
server is supported which is a bit of a shame, however am I right in saying that if I was
to port the sql files to SQL server, and implemented a script similar to kamdbctl.pgsql to
wrap around the freetds TSQL executable that would be all that I would need to do add
support for SQL server?
3) Is there any particular reason why there isn't an ODBC option for the kamdbctl
script?
Cheers.