aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-19 00:19:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-19 00:19:49 +0000
commit3e1ff91e220bad33c3f606e3df509dca37212ba1 (patch)
treea6baae529c9b61cdf0e1efb58995609e4c65dbfe /apps
parent8e10f344cdccea4b09b60947f6f3a857ac3ef36c (diff)
Change the description of app_flash to note how it can be a useful tool instead
of just saying that it is generally a worthless feature. (Thanks to Jim Van Meggelen for pointing it out and providing the proposed text) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82992 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_flash.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/app_flash.c b/apps/app_flash.c
index 446b2a1f8..1aa099d71 100644
--- a/apps/app_flash.c
+++ b/apps/app_flash.c
@@ -55,9 +55,10 @@ static char *app = "Flash";
static char *synopsis = "Flashes a Zap Trunk";
static char *descrip =
-" Flash(): Sends a flash on a zap trunk. This is only a hack for\n"
-"people who want to perform transfers and such via AGI and is generally\n"
-"quite useless oths application will only work on Zap trunks.\n";
+"Performs a flash on a zap trunk. This can be used\n"
+"to access features provided on an incoming analogue circuit\n"
+"such as conference and call waiting. Use with SendDTMF() to\n"
+"perform external transfers\n";
static inline int zt_wait_event(int fd)