Hello Team,
I have compiled both Opensips and opensips-cli from source code. However, when tried to run "opensips-cli -x database create" I got following errors;
ERROR: path '/usr/share/opensips' to OpenSIPS DB scripts does not exist!
fixed with adding following line to config file "database_schema_path: /usr/local/share/opensips"
After that I found that some tables missing after running the table and fixed the issue with adding following line to config file as well;
database_modules: All
I think both of those parameters should be in default config.
version: opensips 3.2.18 (x86_64/linux)
and using Mysql.
Hello Team,
I have compiled both Opensips and opensips-cli from source code. However, when tried to run "opensips-cli -x database create" I got following errors;
ERROR: path '/usr/share/opensips' to OpenSIPS DB scripts does not exist!
fixed with adding following line to config file "database_schema_path: /usr/local/share/opensips"
After that I found that some tables missing after running the table and fixed the issue with adding following line to config file as well;
database_modules: All
I think both of those parameters should be in default config.
version: opensips 3.2.18 (x86_64/linux)
and using Mysql.