From: Leif Madsen Date: Wed, 10 Mar 2010 20:54:19 +0000 (+0000) Subject: Merged revisions 251680 via svnmerge from X-Git-Tag: 1.6.2.7-rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f4b4b267db2d5d9ee5eba97f9e43d53421833e;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@251683 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index 8d8fb0cdb5..1de78d4a03 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -76,7 +76,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Ignore all terminator keys (DTMF) and keep recording until hangup.