[Home]

Summary:ASTERISK-05899: [patch] Deprecate builtin variables that have been replaced with functions
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-12-23 17:34:47.000-0600Date Closed:2005-12-26 09:49:01.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20051223__deprecate_builtin_vars.diff.txt
Description:Various CALLERID* and other builtin variables have been replaced with a function name that provides access to both read and write that special variable.  Therefore, I am proposing that we deprecate those certain builtin variables.

This has the side effect of making other variables faster, as we shorten the list of builtins that is needed to be searched.

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

If agreed upon, I'll commit this to trunk.
Comments:By: Tilghman Lesher (tilghman) 2005-12-26 09:48:49.000-0600

Agreed to by drumkilla.  Committed to trunk.