Search:
Asterisk func quote
Synopsis:
Quotes a given string, escaping embedded quotes as necessaryDescription:
QUOTE(<string>)Notes
- *CLI> show function QUOTE
Return value
Returns the quoted stringExample
exten => s,1,Set(foo=${QUOTE(MURPHY)})should set foo to the value "MURPHY".

Page Changes
