MacroExclusive(name,[arg1,[arg2[,...]]])
Full arguments reference
-
name- The name of the macro -
arg1 -
arg2
Executes macro defined in the contextA named section of the dialplan that groups extensions. Calls enter a specific context and can only reach extensions visible from it, making contexts the basic unit of call routing and security. macro- name. Only one call at a time may run the macro. (we'll wait if another call is busy executing in the Macro)
Arguments and return values as in application Macro()
Warning
Use of the application 'WaitExten' within a macro will not function as expected. Please use the 'Read' application in order to read DTMFDual-Tone Multi-Frequency, the touch-tone signals phones send for digit input during a call, used by IVRs and feature codes. from a channelA single call leg passing through Asterisk. Channels represent connections to endpoints and are what dialplan applications act on. currently executing a macro.
-
name- The name of the macro -
arg1 -
arg2
User Notes
Know a tip or gotcha for this topic? Share it below and help others.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.