[Home]

Summary:ASTERISK-04786: [patch] Allow calling Set with a function that uses | delimeters
Reporter:Russell Bryant (russell)Labels:
Date Opened:2005-08-06 12:16:35Date Closed:2008-01-15 15:43:53.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) funcargs.patch
Description:The Set application allows | delimeters to set more than one variable at once.  This made it fail on dialplan functions that used | as a delimeter of its own.  This patch improves ast_separate_app_args so that it is aware of parenthesis, and ignores delimeters if inside a set of parenthesis.
Comments:By: Mark Spencer (markster) 2005-08-06 12:49:36

Added to CVS head (yay!)

By: Digium Subversion (svnbot) 2008-01-15 15:43:53.000-0600

Repository: asterisk
Revision: 6294

U   trunk/app.c

------------------------------------------------------------------------
r6294 | markster | 2008-01-15 15:43:53 -0600 (Tue, 15 Jan 2008) | 2 lines

Properly handle | within ()'s when doing app arg parsing... (bug ASTERISK-4786)

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

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