From 922b74169f9ac1cf83178fe24db656c5e516ef0a Mon Sep 17 00:00:00 2001 From: Joshua Colp <jcolp@digium.com> Date: Mon, 15 Aug 2016 12:17:51 +0000 Subject: [PATCH] manager: Clarify that dialplan manipulation actions are under system class. ASTERISK-26246 #close Change-Id: Id673b9786389f9d2a87f638ce1a25161f5f31657 --- configs/samples/manager.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/samples/manager.conf.sample b/configs/samples/manager.conf.sample index aec2d07f1b..0eb64c8ae7 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.) -- GitLab