login | register
Wed 03 of Dec, 2008 [23:27 UTC]

voip-info.org

Discuss [0] History

Asterisk func quote

Created by: murf,Last modification on Mon 17 of Apr, 2006 [03:48 UTC]

Synopsis:

 Quotes a given string, escaping embedded quotes as necessary

Description:

 QUOTE(<string>)


Notes

  • *CLI> show function QUOTE

Return value

Returns the quoted string

Example

exten => s,1,Set(foo=${QUOTE(MURPHY)})

should set foo to the value "MURPHY".


See also



Comments