summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pbx/pbx_config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 0a331bbc1..fc1f1cede 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1324,7 +1324,8 @@ static struct ast_cli_entry cli_pbx_config[] = {
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 =