Hi guys, I have a doubt. Is it possible to use radius related modules with out using db related modules at all?
Which are going to be the side effects If I don't use db modules?
For example I tried to load mediaproxy module and it is claiming for commands like "is_uri_host_local()" or "is_from_local()" in order to be load it but these commands are only available if I load the db modules.
Who can help me to clarify the relationship between radius modules, mediaproxy module and db modules?
Regards
Alberto Cruz
Alberto Cruz writes:
For example I tried to load mediaproxy module and it is claiming for commands like "is_uri_host_local()" or "is_from_local()" in order to be load it but these commands are only available if I load the db modules.
currently radius can be used instead of database to obtain user related information. domain information can only be stored in database. i didn't see using db for this a big problem since most ser installations need db anyhow for location information.
-- juha
Thanks Juha.
Does anybody have tried to integrate SER with ALEPO RBS VoIP?
Regards
Alberto Cruz
Juha Heinanen wrote:
Alberto Cruz writes:
For example I tried to load mediaproxy module and it is claiming for commands like "is_uri_host_local()" or "is_from_local()" in order to be load it but these commands are only available if I load the db modules.
currently radius can be used instead of database to obtain user related information. domain information can only be stored in database. i didn't see using db for this a big problem since most ser installations need db anyhow for location information.
-- juha