aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:54:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:54:07 +0000
commit0cd72aba9ef725190952bbfb3e59475435e2ed26 (patch)
treebbab61ec7fd39747442ef9e813a450c8b33fd237 /CHANGES
parent47d74a5c953c39ba541b163b30c0e74818756cb2 (diff)
Add EXTENSION_STATE() function that can retrieve the state of an extension that
has a hint. (closes issue #10635, adamgundy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81813 f38db490-d61c-443f-a65b-d21fe96a405b
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
-----------