So I’m reading this page: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Internal+Database
One of the functionalities is:
Asterisk uses it to store information that needs to persist between reloads/restarts. >Various modules use it for this purpose automatically.
What are some examples of these modules? If I just make two extensions that need to talk to each other internally, is the database used in any way at all?