...
Any DDI ranges must be declared and received into the system with an AGI command
/etc/asterisk/extensions_invade_inbound.conf conf in the [InvadeInbound] context
exten => _{inbound number prefix}.,1,noop()
exten => _{inbound number prefix}.,n,AGI(agi:async)
exten => _{inbound number prefix}.,n,Wait(60)
...
/etc/asterisk/extensions_invade_inbound.conf
exten => _95.,1,noop()
exten => _95.,n,AGI(agi:async)
exten => _95.,n,Wait(60)
this allows agi commands from within the AMI.
...