aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-19 16:17:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-19 16:17:18 +0000
commit701d17cfbf6ab8d1c31a4b8e392c255e571b9b67 (patch)
tree775a8130a447a0fe37d0b656bcb9e5995b183c86 /apps
parent091afae7615c15425e2f35b73378bb127d067db6 (diff)
Merge UK + DTMF Caller*ID stuff and fix app_test description
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3808 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_test.c b/apps/app_test.c
index 98f9373e1..90af93c77 100755
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -27,7 +27,7 @@
#include "../astconf.h"
-static char *tdesc = "Make sure asterisk doesn't save CDR for a certain call";
+static char *tdesc = "Interface Test Application";
static char *tests_descrip = "TestServer(): Perform test server function and write call report"
"Results stored in /var/log/asterisk/testreports/<testid>.txt";