aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:26:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:26:50 +0000
commit09f7f1bd09a77f2740f2a45ef2c04d39c4b358eb (patch)
tree099b2a1e1f56617f6d90634cbf8485aae9d428aa /CHANGES
parentf30d3595bc889b1386a0e7b6668c451d8ee29ea2 (diff)
Provide a real description of LOCAL_PEEK().
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@234051 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f51af4084..9c43a09a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -440,9 +440,8 @@ Dialplan Functions
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