QUOTE()

QUOTE(string)

Quotes a string exactly, escaping embedded quotation marks if necessary.

; If ${var} is >>The "Asterisk"-PBX<<
exten => 123,1,Set(foo=${QUOTE(${var})})
; returns >>The \"Asterisk\"-PBX<<
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about function 'QUOTE' =- 

[Syntax]
QUOTE(<string>)

[Synopsis]
Quotes a given string, escaping embedded quotes as necessary

[Description]
Not available

diff output to internal help in Asterisk 1.2: 

-- not available in Version 1.2 --