Skip to content

UNSHIFT()

Synopsis

Inserts one or more values to the beginning of a variable containing delimited text

Description

Example: UNSHIFT example
exten => s,1,Set(UNSHIFT(array)=one,two,three)
This would insert one, two, and three before the values stored in the variable "array".

Syntax

UNSHIFT(varname[,delimiter])
Arguments
  • varname

  • delimiter

Generated Version

This documentation was generated from Asterisk branch 21 using version GIT