summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 526427f4a..7d5e7fbc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -478,6 +478,13 @@ AMI (Asterisk Manager Interface)
CLI
-------------------
+ * The "dialplan add include" command has been modified to create context a context
+ if one does not already exist. For instance, "dialplan add include foo into bar"
+ will create context "bar" if it does not already exist.
+
+ * A "dialplan remove context" command has been added to remove a context from
+ the dialplan
+
* The "mixmonitor list <channel>" command will now show MixMonitor ID, and the
filenames of all running mixmonitors on a channel.