Open dashu101 opened 2 months ago
please use mod_mariadb.
and
<param name="odbc-dsn" value="mysql://server=$${mysql_host};database=$${mysql_db};port=$${mysql_port};uid=$${mysql_user};pwd=$${mysql_pwd};" />
please use mod_mariadb. and
<param name="odbc-dsn" value="mysql://server=$${mysql_host};database=$${mysql_db};port=$${mysql_port};uid=$${mysql_user};pwd=$${mysql_pwd};" />
hm, that's odd, I tried that for the mod_db for example, but got only the Invalid value
error during the loading of the module.
It seems that the only acceptable syntax for the "odbc-dsn" type of connector is odbc://database:username:password
Btw, it seems that with a correct syntax FS simply doesn't see the odbc dsn prepared for it. Even though I'm able to connect via this dsn using same FS's user on the system. Something is definitely not healthy here.
Why is there still output after configuring freeswitch ODBC NOT AVAILABLE! Can't connect to DSN freeswitch