When calling an AGI from inside your dialplan, you can pass variables to your AGI
via the AGI() application call. The AGI() application takes parameters in the
following format (note the ';' is only necessary in AEL:
AGI(command|ARG1|ARG2|ARGn);
The additional arguments are useful when passing in non-channel …