You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just discovered that contexts that use a template, e.g. [blah](sometemplatecontext) should be loaded after the template context itself, otherwise the whole configuration is invalid. asterisk was able to start with this type of configuration error but all of the sip peers were just not present anymore!
so to make configuration more robust, we should displace all contexts defined as a template (e.g. template_name == '!') into a separate directory and have all files in that directory be loaded before all of the non-template contexts.
The text was updated successfully, but these errors were encountered:
I've just discovered that contexts that use a template, e.g.
[blah](sometemplatecontext)
should be loaded after the template context itself, otherwise the whole configuration is invalid. asterisk was able to start with this type of configuration error but all of the sip peers were just not present anymore!so to make configuration more robust, we should displace all contexts defined as a template (e.g.
template_name == '!'
) into a separate directory and have all files in that directory be loaded before all of the non-template contexts.The text was updated successfully, but these errors were encountered: