Lines 455-461
Link Here
|
455 |
return RESULT_SHOWUSAGE; |
455 |
return RESULT_SHOWUSAGE; |
456 |
|
456 |
|
457 |
if (getenv("I_AM_NOT_AN_IDIOT") == NULL) |
457 |
if (getenv("I_AM_NOT_AN_IDIOT") == NULL) |
458 |
ast_cli(fd, "Disclaimer: this command is for informational purposes |
458 |
ast_cli(fd, "Disclaimer: this command is for informational purposes\ |
459 |
only.\n\tIt does not indicate anything about your configuration.\n"); |
459 |
only.\n\tIt does not indicate anything about your configuration.\n"); |
460 |
|
460 |
|
461 |
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) { |
461 |
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) { |