Skip to end of metadata
Go to start of metadata

DEC()

Synopsis

Decrements the value of a variable, while returning the updated value to the dialplan

Description

Decrements the value of a variable, while returning the updated value to the dialplan

Example: Decrements MyVAR

Note

Icon

DEC(${MyVAR}) is wrong, as DEC expects the variable name, not its value

Syntax

DEC(variable)
Arguments
  • variable - The variable name to be manipulated, without the braces.

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-6436d82

  • No labels