summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-08-15 12:17:51 +0000
committerJoshua Colp <jcolp@digium.com>2016-08-15 12:17:51 +0000
commit2735ec899aea9e5e54af8199208b8c91f5ca40b0 (patch)
tree5e36fdd8f20156063c3e136b08bc3d6ed0056a6e /configs
parent2dc23297a9cf1bb04b7793565cf50dd670ca2637 (diff)
manager: Clarify that dialplan manipulation actions are under system class.
ASTERISK-26246 #close Change-Id: Id673b9786389f9d2a87f638ce1a25161f5f31657
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/manager.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/samples/manager.conf.sample b/configs/samples/manager.conf.sample
index aec2d07f1..0eb64c8ae 100644
--- a/configs/samples/manager.conf.sample
+++ b/configs/samples/manager.conf.sample
@@ -125,7 +125,9 @@ bindaddr = 0.0.0.0
;
; all - All event classes below (including any we may have missed).
; system - General information about the system and ability to run system
-; management commands, such as Shutdown, Restart, and Reload.
+; management commands, such as Shutdown, Restart, and Reload. This
+; class also includes dialplan manipulation actions such as
+; DialplanExtensionAdd and DialplanExtensionRemove.
; call - Information about channels and ability to set information in a
; running channel.
; log - Logging information. Read-only. (Defined but not yet used.)