mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 19:20:35 +00:00
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
This commit is contained in:
2
CHANGES
2
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
|
||||
--------------------------
|
||||
|
Reference in New Issue
Block a user