freeswitch.Dbh causes freeswitch to shut down automatically
P粉6474494442024-04-02 08:47:55
0
1
487
When I test freeswitch lua odbc mysql in docker, freeswitch automatically closes when executing freeswitch.Dbh("db","user","password").
Has anyone encountered this problem and can give me some advice? Thanks.
This problem has been fixed, because my docker freeswitch ./confiure does not have enable-core-odbc-dsn and does not support odbc mysql. I use postgres and this problem has been fixed.
This problem has been fixed, because my docker freeswitch ./confiure does not have enable-core-odbc-dsn and does not support odbc mysql. I use postgres and this problem has been fixed.