aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-10 20:54:19 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-10 20:54:19 +0000
commit78ceec94785d33968f42d09bfb97f81691877c8c (patch)
treef8e4e068c915f81ec6841ee326ed0002ce8a420f /apps
parent10b12ae70899caaf1730f9a39b132e46ef68e1aa (diff)
Merged revisions 251680 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r251680 | lmadsen | 2010-03-10 14:53:43 -0600 (Wed, 10 Mar 2010) | 10 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@251683 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 8d8fb0cdb..1de78d4a0 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -76,7 +76,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
</optionlist>
</parameter>