mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix CLI help output
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -235,8 +235,8 @@ static struct ast_rtp_protocol gtalk_rtp = {
|
||||
};
|
||||
|
||||
static struct ast_cli_entry gtalk_cli[] = {
|
||||
NEW_CLI(gtalk_do_reload, "Enable Jabber debugging"),
|
||||
NEW_CLI(gtalk_show_channels, "Show GoogleTalk Channels"),
|
||||
NEW_CLI(gtalk_do_reload, "Reload GoogleTalk configuration"),
|
||||
NEW_CLI(gtalk_show_channels, "Show GoogleTalk channels"),
|
||||
};
|
||||
|
||||
static char externip[16];
|
||||
|
@@ -236,8 +236,8 @@ static struct ast_rtp_protocol jingle_rtp = {
|
||||
};
|
||||
|
||||
static struct ast_cli_entry jingle_cli[] = {
|
||||
NEW_CLI(jingle_do_reload, "Reload Jingle Module"),
|
||||
NEW_CLI(jingle_show_channels, "Show Jingle Channels"),
|
||||
NEW_CLI(jingle_do_reload, "Reload Jingle configuration"),
|
||||
NEW_CLI(jingle_show_channels, "Show Jingle channels"),
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user