[asterisk-commits] rmudgett: branch 12 r418937 - /branches/12/funcs/func_audiohookinherit.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 18 11:46:39 CDT 2014
Author: rmudgett
Date: Fri Jul 18 11:46:35 2014
New Revision: 418937
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418937
Log:
func_audiohookinherit.c: Fixup some XML documentation wording.
Modified:
branches/12/funcs/func_audiohookinherit.c
Modified: branches/12/funcs/func_audiohookinherit.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/funcs/func_audiohookinherit.c?view=diff&rev=418937&r1=418936&r2=418937
==============================================================================
--- branches/12/funcs/func_audiohookinherit.c (original)
+++ branches/12/funcs/func_audiohookinherit.c Fri Jul 18 11:46:35 2014
@@ -89,11 +89,11 @@
<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>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.</para>
+ which audiohooks should be inherited under which conditions.</para>
</description>
</function>
***/
More information about the asterisk-commits
mailing list