Please explain how to use macro-vm-custom. It appears that macro-vm-custom gets included after macro-vm and all of the extensions in macro-vm hangup so how would any code in macro-vm-custom ever get called?
Previously (piaf on asterisk 1.4) I simply added this to extensions_custom.conf and it was called after a voicemail was left.
[macro-vm-custom]
exten => h,1,Noop(macro-vm-custom)
I also tried this with the same problem – and it shows in the dialplan, but because h,1 hangs up, this code never gets executed:
[ext-local-custom]
exten => h,2,Noop(exten–custom)
How can I add to the dialplan after a voicemail hangup?
Thank you!