Skip to content
Snippets Groups Projects
Commit 36b2a405 authored by George Joseph's avatar George Joseph
Browse files

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
parent e845ef67
No related branches found
No related tags found
No related merge requests found
...@@ -286,12 +286,11 @@ Core ...@@ -286,12 +286,11 @@ Core
- 'media cache delete <item>' - remove an item from the cache - 'media cache delete <item>' - remove an item from the cache
- 'media cache create <uri>' - retrieve a URI and store it in 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 * The ability for device state hints to be automatically created as a result of
changes now exists in the PBX. This functionality is referred to as "autohints" device state changes now exists in the PBX. This functionality is referred to
and is configurable in extensions.conf by placing "autohints=yes" in the as "autohints" and is configurable in extensions.conf by placing "autohints=yes"
context. If enabled then a hint will be automatically created with the name of in the context. If enabled a device state hint will be automatically created
the device. with the name of the device.
Functions Functions
------------------ ------------------
......
...@@ -197,6 +197,11 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) ...@@ -197,6 +197,11 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
; before "B". ; before "B".
; ;
;[context] ;[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,...) ;exten => someexten,{priority|label{+|-}offset}[(alias)],application(arg1,arg2,...)
; ;
; Timing list for includes is ; Timing list for includes is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment