Representation Of Category Templates And Template Inheritance In ARA Static Realtime
Home » Asterisk Users » Representation Of Category Templates And Template Inheritance In ARA Static Realtime
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_UpdateConfig
According to the link above, the NewCat action allows for options that specify whether the newly created category is a template, and whether it should inherit from an existing set of templates.
https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
The link above has a comment with an example of an ast_config table that can be used for ARA Static Realtime to load configuration files from my database.
Is it possible to represent templates in ARA Static Realtime? If so, how?
What will happen if I store my configuration in ARA Static Realtime and I attempt to create a category template using NewCat ?