[asterisk-commits] russell: trunk r234051 - /trunk/CHANGES
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Dec  9 17:26:53 CST 2009
    
    
  
Author: russell
Date: Wed Dec  9 17:26:50 2009
New Revision: 234051
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234051
Log:
Provide a real description of LOCAL_PEEK().
Modified:
    trunk/CHANGES
Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=234051&r1=234050&r2=234051
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Dec  9 17:26:50 2009
@@ -440,9 +440,8 @@
    and FIELDQTY dialplan functions, which also manage lists.
  * Added REALTIME_FIELD and REALTIME_HASH, which should aid users in better
    obtaining realtime data from the dialplan.
- * Added LOCAL_PEEK, which I have no idea how to use, but Leif Madsen wanted it.
-   Russell says it's, like, a scope resolution function for LOCAL variables.
-   Totally.  Hopefully, that means more to you than it does to me.
+ * Added LOCAL_PEEK, which allows access to variables in any stack frame within
+   a subroutine when using the GoSub() and Return() applications.
  * Added AUDIOHOOK_INHERIT. For information on its use, please see the output
    of "core show function AUDIOHOOK_INHERIT" from the CLI
  * Added AES_ENCRYPT. For information on its use, please see the output
    
    
More information about the asterisk-commits
mailing list