mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Make HASHes inheritable across channel creation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@241012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -183,6 +183,9 @@ Dialplan Functions
|
||||
* Added PASSTHRU, which literally passes the same argument back as its return
|
||||
value. The intent is to be able to use a literal string argument to
|
||||
functions that currently require a variable name as an argument.
|
||||
* HASH-associated variables now can be inherited across channel creation, by
|
||||
prefixing the name of the hash at assignment with the appropriate number of
|
||||
underscores, just like variables.
|
||||
|
||||
Dialplan Variables
|
||||
------------------
|
||||
|
Reference in New Issue
Block a user