[asterisk-commits] autohints: Update CHANGES and extensions.conf.sample (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 11 16:10:54 CDT 2016


Joshua Colp has submitted this change and it was merged.

Change subject: autohints:  Update CHANGES and extensions.conf.sample
......................................................................


autohints:  Update CHANGES and extensions.conf.sample

Make it clear that we're talking about device state hints and add
an entry to the sample config.

Change-Id: Iaef58ffb960191a21b713e8e0b51ce1fcd47e433
---
M CHANGES
M configs/samples/extensions.conf.sample
2 files changed, 10 insertions(+), 6 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, approved
  Matt Jordan: Looks good to me, but someone else must approve
  Joshua Colp: Verified



diff --git a/CHANGES b/CHANGES
index ee74625..7f3b0ad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -286,12 +286,11 @@
    - '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.
-
+ * The ability for device state 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 a device state hint will be automatically created
+   with the name of the device.
 
 Functions
 ------------------
diff --git a/configs/samples/extensions.conf.sample b/configs/samples/extensions.conf.sample
index f8770c5..28319b5 100644
--- a/configs/samples/extensions.conf.sample
+++ b/configs/samples/extensions.conf.sample
@@ -197,6 +197,11 @@
 ; before "B".
 ;
 ;[context]
+;
+;autohints = yes
+; If enabled for a context, a device state hint will be automatically created in
+; the context with the name of the device and updated with device state changes.
+;
 ;exten => someexten,{priority|label{+|-}offset}[(alias)],application(arg1,arg2,...)
 ;
 ; Timing list for includes is

-- 
To view, visit https://gerrit.asterisk.org/3483
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaef58ffb960191a21b713e8e0b51ce1fcd47e433
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list