MacroExit()

Interrupts execution of a macro.

        
          MacroExit()
        
      

May be used within a macro to end execution of the macro as though there were no further priorities remaining.

[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'MacroExit' =- 

[Synopsis]
Exit From Macro

[Description]
  MacroExit():
Causes the currently running macro to exit as if it had
ended normally by running out of priorities to execute.
If used outside a macro, will likely cause unexpected
behavior.

diff output to internal help in Asterisk 1.2: 

- none - 

See also.  the section called “Macro()