mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Add the SuSE AMD64 support and fixes from Bug #706
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
frame.c
3
frame.c
@@ -455,7 +455,8 @@ static int show_codecs(int fd, int argc, char *argv[])
|
||||
return RESULT_SHOWUSAGE;
|
||||
|
||||
if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
|
||||
ast_cli(fd, "Disclaimer: this command is for informational purposes only.\n\tIt does not indicate anything about your configuration.\n");
|
||||
ast_cli(fd, "Disclaimer: this command is for informational purposes only.\n"
|
||||
"\tIt does not indicate anything about your configuration.\n");
|
||||
|
||||
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
|
||||
found = 1;
|
||||
|
Reference in New Issue
Block a user