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
This commit is contained in:
Richard Mudgett
2014-07-18 16:46:35 +00:00
parent 9ef593f706
commit 6da297cfc3

View File

@@ -89,11 +89,11 @@
<para>Result: Since extension 5000 did not set MixMonitor to be inheritable, the</para> <para>Result: Since extension 5000 did not set MixMonitor to be inheritable, the</para>
<para> recording will stop once the call has been transferred to 4000.</para> <para> recording will stop once the call has been transferred to 4000.</para>
<para>Prior to Asterisk 12, masquerades would occur under all sorts of <para>Prior to Asterisk 12, masquerades would occur under all sorts of
situations which were hard to predict. In Asterisk, masquerades only occur situations which were hard to predict. In Asterisk 12, masquerades only
as a result of small set of similar operations for which inheriting all 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+, audiohooks from the original channel is now safe. So in Asterisk 12.5+,
all audiohooks are inherited without needing other controls expressing all audiohooks are inherited without needing other controls expressing
which audiohooks should be inherited under which which conditions.</para> which audiohooks should be inherited under which conditions.</para>
</description> </description>
</function> </function>
***/ ***/