Hi,
I have asterisk 13 with pjsip and I have “res_sorcery_astdb.so, res_sorcery_config.so, res_sorcery_memory.so, res_sorcery_realtime.so, res_sorcery_memory_cache.so” modules. Why I need it?
Hi,
I have asterisk 13 with pjsip and I have “res_sorcery_astdb.so, res_sorcery_config.so, res_sorcery_memory.so, res_sorcery_realtime.so, res_sorcery_memory_cache.so” modules. Why I need it?
They are the backend modules for data access. This means they are used for reading the configuration files, for using realtime as a backend, for storing and retrieving data from the astdb, and other.
I don’t use realtime. In this case if I don’t load this modules, do I have any problems?
No, if you aren’t using realtime then not loading the module won’t cause a problem.
thanks for your reply.