Asterisk Project : Asterisk 10 Function_LOCAL_PEEK
This page last changed on Oct 14, 2011 by wikibot.
LOCAL_PEEK()SynopsisRetrieve variables hidden by the local gosub stack frame. DescriptionRead a variable varname hidden by n levels of gosub stack frames. Note that ${LOCAL_PEEK(0,foo)} is the same as Read a variable None - foo, since the value of n peeks under 0 levels of stack frames; in other words, 0 is the current level. If n exceeds the available number of stack frames, then an empty string is returned. SyntaxLOCAL_PEEK(n,varname) Arguments
See AlsoAsterisk 10 Application_Gosub Import VersionThis documentation was imported from Asterisk version SVN-branch-10-r340810. |
![]() |
Document generated by Confluence on Oct 14, 2011 13:25 |