mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 03:31:06 +00:00
Merge HINT() dialplan function from my sandbox branch into trunk. This function
will let you retrieve the list of devices or name associated with a hint. (inspired by issue #10635) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -38,6 +38,10 @@ Dialplan functions
|
||||
mutex. No deadlocks are possible, as LOCK() only allows a single lock to be
|
||||
held for any given channel. Also, locks are automatically freed when a
|
||||
channel is hung up.
|
||||
* Added HINT() dialplan function that allows retrieving hint information.
|
||||
Hints are mappings between extensions and devices for the sake of
|
||||
determining the state of an extension. This function can retrieve the list
|
||||
of devices or the name associated with a hint.
|
||||
|
||||
CLI Changes
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user