[asterisk-commits] russell: trunk r82993 - in /trunk: ./ apps/app_flash.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 18 19:21:42 CDT 2007
Author: russell
Date: Tue Sep 18 19:21:41 2007
New Revision: 82993
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82993
Log:
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)
........
Modified:
trunk/ (props changed)
trunk/apps/app_flash.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_flash.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_flash.c?view=diff&rev=82993&r1=82992&r2=82993
==============================================================================
--- trunk/apps/app_flash.c (original)
+++ trunk/apps/app_flash.c Tue Sep 18 19:21:41 2007
@@ -54,9 +54,10 @@
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)
More information about the asterisk-commits
mailing list