thelma at sys-concept.com
2021-Jan-04 15:56 UTC
[asterisk-users] ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is not available.
Did execution of macro changed in Astersik-16.15 ? When I try to dial an extension that call macro I get an error: app.c:280 ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is not available. Dial(SIP/718xxxxxxxxxx at pstn-5665,20,m(default)M(atb)) -- Thelma
Joshua C. Colp
2021-Jan-04 16:04 UTC
[asterisk-users] ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is not available.
On Mon, Jan 4, 2021 at 11:57 AM <thelma at sys-concept.com> wrote:> Did execution of macro changed in Astersik-16.15 ? > > When I try to dial an extension that call macro I get an error: > > app.c:280 ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is > not available. > > Dial(SIP/718xxxxxxxxxx at pstn-5665,20,m(default)M(atb)) >The Macro application is not built by default, it has to be explicitly selected in "make menuselect" when building Asterisk. Have you done so? -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com and www.asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210104/25aa4305/attachment.html>
Doug Lytle
2021-Jan-04 17:09 UTC
[asterisk-users] ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is not available.
>>> app.c:280 ast_app_exec_macro: Cannot run 'Macro(atb)'. The application is not available.Macros are no longer built by default in Asterisk 16. This was documented in the UPGRADE.txt file app_macro: - The app_macro module is now deprecated and by default it is no longer built. Users should migrate to app_stack (Gosub). A warning is logged the first time any Macro is used. Doug