Search:
Asterisk func csv_quote
Synopsis:
Quotes a given string for use in a CSV file, escaping embedded quotes as necessaryDescription:
CSV_QUOTE(<string>)Notes
- *CLI> show function CSV_QUOTE
Return value
Returns the quoted stringExample
exten => s,1,Set(foo=${CSV_QUOTE("Firstname, Lastname" <callerid>)})should set foo to the value """Firstname, Lastname"", <callerid>".

Page Changes
