mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 19:38:22 +00:00
Fix typo pointed out on #asterisk
Thanks notten git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@330162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2224,7 +2224,7 @@ static struct ast_cli_entry cli_confbridge[] = {
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_list, "List conference bridges and participants."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_kick, "Kick participants out of conference bridges."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_mute, "Mute a participant."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_unmute, "Mute a participant."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_unmute, "Unmute a participant."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_lock, "Lock a conference."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_unlock, "Unlock a conference."),
|
||||
AST_CLI_DEFINE(handle_cli_confbridge_start_record, "Start recording a conference"),
|
||||
|
||||
Reference in New Issue
Block a user