Skip to content

PUSH()

Synopsis

Appends one or more values to the end of a variable containing delimited text

Description

Example: PUSH example
exten => s,1,Set(PUSH(array)=one,two,three)
This would append one, two, and three to the end of the values stored in the variable "array".

Syntax

PUSH(varname[,delimiter])
Arguments
  • varname

  • delimiter

Generated Version

This documentation was generated from Asterisk branch 21 using version GIT