[asterisk-commits] pabelanger: branch 1.8 r315394 - in /branches/1.8: ./ pbx/pbx_config.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 25 21:18:54 CDT 2011
Author: pabelanger
Date: Mon Apr 25 21:18:50 2011
New Revision: 315394
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=315394
Log:
Merged revisions 315393 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r315393 | pabelanger | 2011-04-25 22:17:43 -0400 (Mon, 25 Apr 2011) | 7 lines
Add back CLI command 'dialplan save'
(closes issue #19140)
Reported by: lmadsen
Patches:
__20110419_dialplan_save.patch.txt uploaded by lmadsen (license 10)
........
Modified:
branches/1.8/ (props changed)
branches/1.8/pbx/pbx_config.c
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/pbx/pbx_config.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/pbx/pbx_config.c?view=diff&rev=315394&r1=315393&r2=315394
==============================================================================
--- branches/1.8/pbx/pbx_config.c (original)
+++ branches/1.8/pbx/pbx_config.c Mon Apr 25 21:18:50 2011
@@ -1311,7 +1311,8 @@
AST_CLI_DEFINE(handle_cli_dialplan_remove_ignorepat, "Remove ignore pattern from context"),
AST_CLI_DEFINE(handle_cli_dialplan_add_include, "Include context in other context"),
AST_CLI_DEFINE(handle_cli_dialplan_remove_include, "Remove a specified include from context"),
- AST_CLI_DEFINE(handle_cli_dialplan_reload, "Reload extensions and *only* extensions")
+ AST_CLI_DEFINE(handle_cli_dialplan_reload, "Reload extensions and *only* extensions"),
+ AST_CLI_DEFINE(handle_cli_dialplan_save, "Save current dialplan into a file")
};
static struct ast_cli_entry cli_dialplan_save =
More information about the asterisk-commits
mailing list