I see tons of messages from ast_context_verify_includes where it’s complain about missing contexts. Here are a few examples, but there are many, many more contexts referernced.
[2024-06-17 15:29:34] WARNING[29377]: pbx.c:8797 ast_context_verify_includes: Context ‘ext-local-confirm’ tries to include nonexistent context ‘ext-local-confirm-custom’
[2024-06-17 15:29:34] WARNING[29377]: pbx.c:8797 ast_context_verify_includes: Context ‘macro-dial’ tries to include nonexistent context ‘macro-dial-custom’
[2024-06-17 15:29:34] WARNING[29377]: pbx.c:8797 ast_context_verify_includes: Context ‘app-contactmanager-sd’ tries to include nonexistent context ‘app-contactmanager-sd-custom’
[2024-06-17 15:29:34] WARNING[29377]: pbx.c:8797 ast_context_verify_includes: Context ‘app-blacklist-last’ tries to include nonexistent context ‘app-blacklist-last-custom’
How can I create these contexts and/or remove the need for them?
Thank you