Skip to content
Snippets Groups Projects
Commit 08fa8a6e authored by Leif Madsen's avatar Leif Madsen
Browse files

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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9620ccf0
Branches
Tags
No related merge requests found
...@@ -76,7 +76,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -76,7 +76,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Ignore all terminator keys (DTMF) and keep recording until hangup.</para> <para>Ignore all terminator keys (DTMF) and keep recording until hangup.</para>
</option> </option>
<option name="k"> <option name="k">
<para>Keep recording if channel hangs up.</para> <para>Keep recorded file upon hangup.</para>
</option> </option>
<option name="y"> <option name="y">
<para>Terminate recording if *any* DTMF digit is received.</para> <para>Terminate recording if *any* DTMF digit is received.</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment