aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-05 22:17:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-05 22:17:32 +0000
commitd3d9829dc63c1ae5f05bc4b58e711c418183145a (patch)
treeedf51beed947880164ebeeb98ab1c21d256e5b1b /frame.c
parentfc85f648ac3867e9e7ef3166c09b01be56764562 (diff)
Minor fixups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1608 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'frame.c')
-rwxr-xr-xframe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frame.c b/frame.c
index 6a4c20b74..36ac0e1da 100755
--- a/frame.c
+++ b/frame.c
@@ -454,6 +454,10 @@ static int show_codecs(int fd, int argc, char *argv[])
if ((argc < 2) || (argc > 3))
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");
+
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
found = 1;
for (i=0;i<11;i++)