From: Richard Mudgett Date: Fri, 18 Jul 2014 16:46:35 +0000 (+0000) Subject: func_audiohookinherit.c: Fixup some XML documentation wording. X-Git-Tag: 12.5.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da297cfc38689c4a4cb27f5873ebf6dfc46f108;p=thirdparty%2Fasterisk.git func_audiohookinherit.c: Fixup some XML documentation wording. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@418937 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_audiohookinherit.c b/funcs/func_audiohookinherit.c index 6f381507cb..6688eb3ae4 100644 --- a/funcs/func_audiohookinherit.c +++ b/funcs/func_audiohookinherit.c @@ -89,11 +89,11 @@ Result: Since extension 5000 did not set MixMonitor to be inheritable, the recording will stop once the call has been transferred to 4000. Prior to Asterisk 12, masquerades would occur under all sorts of - situations which were hard to predict. In Asterisk, masquerades only occur - as a result of small set of similar operations for which inheriting all - audiohooks from the original channel is now safe, so in Asterisk 12.5+, + situations which were hard to predict. In Asterisk 12, masquerades only + occur as a result of a small set of operations for which inheriting all + audiohooks from the original channel is now safe. So in Asterisk 12.5+, all audiohooks are inherited without needing other controls expressing - which audiohooks should be inherited under which which conditions. + which audiohooks should be inherited under which conditions. ***/