[asterisk-commits] pabelanger: branch 1.6.2 r315393 - /branches/1.6.2/pbx/pbx_config.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 25 21:17:52 CDT 2011


Author: pabelanger
Date: Mon Apr 25 21:17:43 2011
New Revision: 315393

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=315393
Log:
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.6.2/pbx/pbx_config.c

Modified: branches/1.6.2/pbx/pbx_config.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/pbx/pbx_config.c?view=diff&rev=315393&r1=315392&r2=315393
==============================================================================
--- branches/1.6.2/pbx/pbx_config.c (original)
+++ branches/1.6.2/pbx/pbx_config.c Mon Apr 25 21:17:43 2011
@@ -1312,7 +1312,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