Skip to end of metadata
Go to start of metadata

Return()

Synopsis

Return from gosub routine.

Description

Jumps to the last label on the stack, removing it. The return value, if any, is saved in the channel variable GOSUB_RETVAL.

Syntax

Return([value])
Arguments
  • value - Return value.

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels