[Asterisk-code-review] Resolve warning about duplicate 'dialplan' CLI. (asterisk[master])
Corey Farrell
asteriskteam at digium.com
Tue Oct 2 13:28:06 CDT 2018
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/10372
Change subject: Resolve warning about duplicate 'dialplan' CLI.
......................................................................
Resolve warning about duplicate 'dialplan' CLI.
Change-Id: I029db1b4a32ccfb38374d6fe944dc430866f4b30
---
M pbx/pbx_config.c
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/10372/1
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index b1d5d53..9bb2796 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1610,12 +1610,11 @@
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_save, "Save current dialplan into a file")
+ AST_CLI_DEFINE(handle_cli_dialplan_reload, "Reload extensions and *only* extensions")
};
static struct ast_cli_entry cli_dialplan_save =
- AST_CLI_DEFINE(handle_cli_dialplan_save, "Save dialplan");
+ AST_CLI_DEFINE(handle_cli_dialplan_save, "Save current dialplan into a file");
#define AMI_EXTENSION_ADD "DialplanExtensionAdd"
#define AMI_EXTENSION_REMOVE "DialplanExtensionRemove"
--
To view, visit https://gerrit.asterisk.org/10372
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I029db1b4a32ccfb38374d6fe944dc430866f4b30
Gerrit-Change-Number: 10372
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181002/1bea6269/attachment.html>
More information about the asterisk-code-review
mailing list