I need to replace the app-blacklist-check function with my own code.
I thought the clean way to do that would be to create a [app-blacklist-check-custom] context in extensions_custom.conf and add my code there.
I did that, and the dialplan shows a new context “app-blacklist-check-custom”, but my code is never executed on blacklist lookups.
[app-blacklist-check-custom]
exten => s,1,Noop(Hit the custom code)
hi,
i’m new in asterisk, and i installed freepbx with the asterisk, i also need some help regarding to configure my custom contexts, like where is can permit or allow calling from extension to extension
and also configure call forwarding when busy.
“Dialplan show” shows the stuff in there, but it is in the …-custom context, not replacing the context as I expected it to.
I am not clear on how that is supposed to work.
Anyway, I took my code out of there and created a separate context which is called from the dial plan. So my stuff is working now, but I still wonder about the cleanest way to accomplish this would be.