aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:27:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:27:24 +0000
commit2ac9c18aa6ff97f12c72ed17d787a80b6fb19dc0 (patch)
treeab3f552086d8e061f9305800882f758dc6b762d7 /CHANGES
parent7fb15258b4cb088d6746469c96fc4c0961bd9534 (diff)
Merged revisions 234051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r234051 | russell | 2009-12-09 17:26:50 -0600 (Wed, 09 Dec 2009) | 2 lines Provide a real description of LOCAL_PEEK(). ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@234052 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 fc5baaeef..6cc7d652f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -97,9 +97,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