[Home]

Summary:ASTERISK-06098: [patch] QUOTE function
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2006-01-16 12:52:48.000-0600Date Closed:2008-01-15 16:59:44.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20060116__func_quote.diff.txt
Description:Since ast_app_parse_args() now accepts quoted strings to keep it from parsing out delimiters in the middle of a string, I submit the following QUOTE() function, for easy quoting of arguments, doing special things for embedded quotes.
Comments:By: Matt O'Gorman (mogorman) 2006-02-23 16:00:17.000-0600

Committed revision 10934.

By: Digium Subversion (svnbot) 2008-01-15 16:59:24.000-0600

Repository: asterisk
Revision: 10934

U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r10934 | mogorman | 2008-01-15 16:59:24 -0600 (Tue, 15 Jan 2008) | 4 lines

added function QUOTE into strings, which allows
for quoted strings, and escapes them properly.
slightly modified patch from bug ASTERISK-6098

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=10934

By: Digium Subversion (svnbot) 2008-01-15 16:59:44.000-0600

Repository: asterisk
Revision: 10959

U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r10959 | mogorman | 2008-01-15 16:59:44 -0600 (Tue, 15 Jan 2008) | 2 lines

minor fixes to commit 10934 from bugASTERISK-6098

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=10959