January 2016
Intermediate to advanced
384 pages
8h 6m
English
Now the configuration is ready to authenticate the REGISTER transactions. We can save the AOR in the location table to achieve persistence. This allows us to restart the server without losing the AOR records and affecting UACs. The configuration file will show the modules that have been loaded, their respective parameters, and the main sections of the code related to this chapter.
To make the authentication work, it is necessary to load the following modules:
loadmodule "db_mysql.so" loadmodule "auth.so" loadmodule "auth_db.so"
The MySQL support is added easily by including db_mysql.so in the list of loaded modules. MySQL should be loaded before the other modules. The authentication capability is provided by the ...
Read now
Unlock full access