summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-09-06 20:24:18 +0000
committerRussell Bryant <russell@russellbryant.com>2007-09-06 20:24:18 +0000
commit65b4a88c600c6d99588728b21ba8271d0d2b0709 (patch)
tree3c3d158c1524b32c139d327b9e2f1fabb49f2631 /CHANGES
parentf614bc700473430baa7c04ce336cd9fe4d2cda9f (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b10d77380..4b3af721c 100644
--- a/CHANGES
+++ b/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
-----------