mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Allow built in variables to be used with dynamic weights.
You can now use the built in variables , , and within a dynamic weight. For example, this could be useful when you want to pass requested lookup number to the SHELL() function which could be used to execute a script to dynamically set the weight of the result. (Closes issue ASTERISK-13657) Reported by: Joel Vandal Tested by: Leif Madsen, Russell Bryant Patches: asterisk-1.6-dundi-varhead.patch uploaded by Joel Vandal (License #5374) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -50,6 +50,11 @@ FAX changes
|
||||
* FAXOPT(faxdetect) will enable a generic fax detect framehook for dialplan
|
||||
control of faxdetect.
|
||||
|
||||
DUNDi changes
|
||||
-------------
|
||||
* Allow the built in variables ${NUMBER}, ${IPADDR} and ${SECRET} to be
|
||||
used within the dynamic weight attribute when specifying a mapping.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user