summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-09-06 20:54:07 +0000
committerRussell Bryant <russell@russellbryant.com>2007-09-06 20:54:07 +0000
commitb068a17e6017ed885d2c35937a72e517ab37087e (patch)
treebbab61ec7fd39747442ef9e813a450c8b33fd237 /CHANGES
parent905f15d0b0045f0b20e7e6eafacf55a0962dc89a (diff)
Add EXTENSION_STATE() function that can retrieve the state of an extension that
has a hint. (closes issue #10635, adamgundy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c1d7789e..a724ac667 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,6 +42,8 @@ Dialplan functions
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.
+ * Added EXTENSION_STATE() dialplan function which allows retrieving the state
+ of any extension.
CLI Changes
-----------