summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-03-28 13:31:29 -0300
committerJoshua Colp <jcolp@digium.com>2016-04-05 18:29:30 -0300
commit1dc5e28624299b245da798418bec1fbc22872ac9 (patch)
treeeea30819e6da11e5073c49ea542f74e791e70e65 /CHANGES
parent051da5c3af90c8557577ae98cf0e32feefb3c927 (diff)
pbx: Add support for autohints.
This change introduces the concept of autohints. These are hints which are created as a result of device state changes occurring within the core. When this happens a hint will be created (if it does not exist already) using the device name as the extension. For example if a device state change is received for "PJSIP/bob" and autohints are enabled on a context then a hint will exist in that context for "bob" with a device of "PJSIP/bob". For virtual or custom device states the name after the type will be used. For example if the device state of "Custom:bob" changes then a hint will exist in that context for "bob" with a device of "Custom:bob". This functionality can be enabled in extensions.conf by placing "autohints=yes" in a context. ASTERISK-25881 #close Change-Id: I7e444c7da41b7b7d33374420fec658beeb18584e
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f44df3284..594995057 100644
--- a/CHANGES
+++ b/CHANGES
@@ -157,6 +157,11 @@ Core
- 'media cache delete <item>' - remove an item from the cache
- 'media cache create <uri>' - retrieve a URI and store it in the cache
+ * The ability for hints to be automatically created as a result of device state
+ changes now exists in the PBX. This functionality is referred to as "autohints"
+ and is configurable in extensions.conf by placing "autohints=yes" in the
+ context. If enabled then a hint will be automatically created with the name of
+ the device.
Functions
------------------