[svn-commits] lmadsen: trunk r251680 - /trunk/apps/app_record.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 10 14:53:47 CST 2010


Author: lmadsen
Date: Wed Mar 10 14:53:43 2010
New Revision: 251680

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=251680
Log:
Be less ambiguous in Record() app docs.
For some reason the documentation for the 'k' application in trunk
and 1.6.2 is different than 1.6.0 and 1.6.1, so I'm setting them all
to match. The wording in 1.6.2 and trunk was ambiguous, so you could
interpret the wording the mean that recording would continue upon hangup
indefinitely, or you could interpret it to mean that the recorded
data would not be discarded upon hangup. This change makes it clear
we mean the latter, and not the former.

Came from a discussion in #asterisk on IRC.

Modified:
    trunk/apps/app_record.c

Modified: trunk/apps/app_record.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_record.c?view=diff&rev=251680&r1=251679&r2=251680
==============================================================================
--- trunk/apps/app_record.c (original)
+++ trunk/apps/app_record.c Wed Mar 10 14:53:43 2010
@@ -76,7 +76,7 @@
 						<para>Ignore all terminator keys (DTMF) and keep recording until hangup.</para>
 					</option>
 					<option name="k">
-					        <para>Keep recording if channel hangs up.</para>
+					        <para>Keep recorded file upon hangup.</para>
 					</option>
 					<option name="y">
 					        <para>Terminate recording if *any* DTMF digit is received.</para>




More information about the svn-commits mailing list