Skip to end of metadata
Go to start of metadata

PASSTHRU()

Synopsis

Pass the given argument back as a value.

Description

Literally returns the given string. The intent is to permit other dialplan functions which take a variable name as an argument to be able to take a literal string, instead.

Note

Icon

The functions which take a variable name need to be passed var and not ${var}. Similarly, use PASSTHRU() and not ${PASSTHRU()}.

Example: Prints 321

Syntax

PASSTHRU([string])
Arguments
  • string

See Also

Import Version

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

  • No labels