summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-07-03 17:20:00 +0000
committerJonathan Rose <jrose@digium.com>2014-07-03 17:20:00 +0000
commit04a912330985d1197e58209b1ec98774e6cce68e (patch)
tree48c44ef9d1e6581102ccab67ae15fac370a35ec4 /CHANGES
parentdbec5e0d8d2d8c51e14f912354d12e1f713b6077 (diff)
pbx_config: Add manager actions to add/remove extensions
Adds two new manager commands to pbx_config - DialplanExtensionAdd and DialplanExtensionRemove which allow manager users to create and delete extensions respectively. Review: https://reviewboard.asterisk.org/r/3650/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2cdac47f2..12272c308 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,10 @@ AMI
res_manager_presence_state.so. If the high frequency of these events is
problematic for you, do not load these modules.
+ * Added DialplanExtensionAdd and DialplanExtensionRemove AMI commands. They
+ work in basically the same way as the 'dialplan add extension' and
+ 'dialplan remove extension' CLI commands respectively.
+
* New AMI action LoggerRotate reloads and rotates logger in the same manner
as CLI command 'logger rotate'