As you can probably tell I’m just getting into FreePBX and Asterisk,
After the caller enters the IVR and selects an option I want them to be connected to extension 200 and then a DTMF sent to the extension. I put a macro into extensions_custom.conf:
[macro-senddtmf]
exten => s,1,Dial(SIP/200)
exten => s,2,SendDTMF(*74)
Would I then create a custom destination in FreePBX with the target set as:
macro-senddtmf,s,1
Or is this somehow different then the context FreePBX is expecting as the target?