summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-04-04 17:32:05 +0000
committerJonathan Rose <jrose@digium.com>2011-04-04 17:32:05 +0000
commit7fa7d9c36b7eebb8848e44feb7e17c8b66390fbc (patch)
tree98044fa3be5c28ef9311401729567492abc079dd /CHANGES
parente1ceb52b5148d23ebeed76380944406c1b551d22 (diff)
Makes 'dialplan add extension' create the specified context if it does not already exist.
If the user invokes 'dialplan add extension' into a non-existing context, the context will be created and a message informing the user of the context being created will be issued in cli. (closes issue #17431) Reported by: leearcher Patches: context_auto_create.diff uploaded by kobaz (license 834) Tested by: leearcher, kobaz, jrose git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@312678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a4ca5ec6..1d0e7827d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,8 @@ CLI Changes
gtalk.conf.
* The 'logger reload' command now supports an optional argument, specifying an
alternate configuration file to use.
+ * 'dialplan add extension' command will now automatically create a context if
+ the specified context does not exist with a message indicated it did so.
CDR
--------------------------