aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:24:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:24:18 +0000
commit50aee298c3cee978610077ab8d82e8d0df178042 (patch)
tree3c3d158c1524b32c139d327b9e2f1fabb49f2631 /CHANGES
parentfc6a901a5029ae86befa32cf62ef164aae1b8ce1 (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: http://svn.digium.com/svn/asterisk/trunk@81783 f38db490-d61c-443f-a65b-d21fe96a405b
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
-----------