From 58c5afe390e6c1b1f3956730d3fa08fcb483fa55 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 19 Sep 2007 00:21:41 +0000 Subject: [PATCH] Merged revisions 82992 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82992 | russell | 2007-09-18 19:19:49 -0500 (Tue, 18 Sep 2007) | 4 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@82993 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_flash.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/app_flash.c b/apps/app_flash.c index 32c2b7dced..45b0fc3d3e 100644 --- a/apps/app_flash.c +++ b/apps/app_flash.c @@ -54,9 +54,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)