mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
list all of the codecs associated with a particular format id for CLI command "core show codec"
AST-699 ........ Merged revisions 343533 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -860,7 +860,6 @@ static char *show_codec_n(struct ast_cli_entry *e, int cmd, struct ast_cli_args
|
|||||||
if (f_list[x].format.id == format_id) {
|
if (f_list[x].format.id == format_id) {
|
||||||
found = 1;
|
found = 1;
|
||||||
ast_cli(a->fd, "%11u %s\n", (unsigned int) format_id, f_list[x].desc);
|
ast_cli(a->fd, "%11u %s\n", (unsigned int) format_id, f_list[x].desc);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user