[Home]

Summary:ASTERISK-03690: [patch] Builtin ($if) function
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-03-17 11:19:22.000-0600Date Closed:2008-01-15 15:27:38.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) builtinif_rev0.diff
Description:This patch adds the builtin function $(if) to the list of functions.

exten => 1,1,SetVar(X=2)
exten => 1,2,Verbose($(if $[ ${X} > 1]?woohoo:darn it))



****** ADDITIONAL INFORMATION ******

Disclaimer on file
anthmct@yahoo.com
Comments:By: twisted (twisted) 2005-03-17 11:54:02.000-0600

Do you know that you're my hero?

By: Mark Spencer (markster) 2005-03-17 14:25:22.000-0600

Added to CVS, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:27:38.000-0600

Repository: asterisk
Revision: 5189

U   trunk/pbx.c

------------------------------------------------------------------------
r5189 | markster | 2008-01-15 15:27:38 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge builtin If function (bug ASTERISK-3690)

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

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