[Home]

Summary:ASTERISK-03464: [patch] Optimize search of builtin variables
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-02-09 12:54:56.000-0600Date Closed:2008-01-15 15:24:49.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050209__pbx_optimize_builtin_vars.diff.txt
Description:Reduces redundant string matches while looking up builtin variables.

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

Disclaimer on file.
Comments:By: Olle Johansson (oej) 2005-02-09 13:07:54.000-0600

Good stuff. I can't judge if this is improving speed, it's over my head, but it looks like an improvement. Anyway, for the README.variables update, I need explanations of these CALLING* variables - please, anyone?

By: Tilghman Lesher (tilghman) 2005-02-09 13:21:47.000-0600

oej:  they're mostly just fields from the PRI.  If you need them, they're there, but if you don't know what they are, you probably can't make sense of the corresponding values anyway.

By: Mark Spencer (markster) 2005-02-09 15:10:47.000-0600

Added to CVS with minor mods.  Thanks!

By: Russell Bryant (russell) 2005-02-13 20:18:11.000-0600

not included in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:24:49.000-0600

Repository: asterisk
Revision: 4991

U   trunk/pbx.c

------------------------------------------------------------------------
r4991 | markster | 2008-01-15 15:24:48 -0600 (Tue, 15 Jan 2008) | 2 lines

Optimize variable lookups (bug ASTERISK-3464)

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

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