[Home]

Summary:ASTERISK-08035: [patch] Allow func_curl to substitute channel variables on the passed URL
Reporter:jerjer (jerjer)Labels:
Date Opened:2006-10-31 01:10:16.000-0600Date Closed:2006-10-31 09:06:24.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) func_curl.c.patch
Description:It seems one might want to pass in a channel variable in the URL to func_curl. Here is a very trivial tweak that allows this to happen.


Patch created on SVN-branch-1.4-r46528M

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

Motivated by Damin
Comments:By: Tilghman Lesher (tilghman) 2006-10-31 09:02:24.000-0600

Why is this necessary?  Shouldn't you just enclose the argument with ${EVAL(<args>)} if you want an extra level of substitution?