[asterisk-commits] mmichelson: branch mmichelson/issue13538 r165759 - in /team/mmichelson/issue1...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 18 14:22:30 CST 2008
Author: mmichelson
Date: Thu Dec 18 14:22:29 2008
New Revision: 165759
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165759
Log:
Fix formatting of the description of func_audiohookinherit
Modified:
team/mmichelson/issue13538/ (props changed)
team/mmichelson/issue13538/funcs/func_audiohookinherit.c
Propchange: team/mmichelson/issue13538/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Dec 18 14:22:29 2008
@@ -1,1 +1,1 @@
-/trunk:1-165740
+/trunk:1-165727
Modified: team/mmichelson/issue13538/funcs/func_audiohookinherit.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/issue13538/funcs/func_audiohookinherit.c?view=diff&rev=165759&r1=165758&r2=165759
==============================================================================
--- team/mmichelson/issue13538/funcs/func_audiohookinherit.c (original)
+++ team/mmichelson/issue13538/funcs/func_audiohookinherit.c Thu Dec 18 14:22:29 2008
@@ -57,29 +57,33 @@
<description>
<para>By enabling audiohook inheritance on the channel, you are giving
permission for an audiohook to be inherited by a descendent channel.
- Inheritance may be be disabled at any point as well.
-
- Example scenario:
- exten => 2000,1,MixMonitor(blah.wav)
- exten => 2000,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
- exten => 2000,n,Dial(SIP/2000)
-
- exten => 4000,1,Dial(SIP/4000)
-
- exten => 5000,1,MixMonitor(blah2.wav)
- exten => 5000,n,Dial(SIP/5000)
-
- In this basic dialplan scenario, let's consider the following sample calls
- Call 1: Caller dials 2000. The person who answers then executes an attended
- transfer to 4000.
- Result: Since extension 2000 set MixMonitor to be inheritable, after the
- transfer to 4000 has completed, the call will continue to be recorded
- to blah.wav
+ Inheritance may be be disabled at any point as well.</para>
- Call 2: Caller dials 5000. The person who answers then executes an attended
- transfer to 4000.
- Result: Since extension 5000 did not set MixMonitor to be inheritable, the recording
- will stop once the call has been transferred to 4000.</para>
+ <para>Example scenario:</para>
+ <para>exten => 2000,1,MixMonitor(blah.wav)</para>
+ <para>exten => 2000,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)</para>
+ <para>exten => 2000,n,Dial(SIP/2000)</para>
+ <para>
+ </para>
+ <para>exten => 4000,1,Dial(SIP/4000)</para>
+ <para>
+ </para>
+ <para>exten => 5000,1,MixMonitor(blah2.wav)</para>
+ <para>exten => 5000,n,Dial(SIP/5000)</para>
+ <para>
+ </para>
+ <para>In this basic dialplan scenario, let's consider the following sample calls</para>
+ <para>Call 1: Caller dials 2000. The person who answers then executes an attended</para>
+ <para> transfer to 4000.</para>
+ <para>Result: Since extension 2000 set MixMonitor to be inheritable, after the</para>
+ <para> transfer to 4000 has completed, the call will continue to be recorded
+ to blah.wav</para>
+ <para>
+ </para>
+ <para>Call 2: Caller dials 5000. The person who answers then executes an attended</para>
+ <para> transfer to 4000.</para>
+ <para>Result: Since extension 5000 did not set MixMonitor to be inheritable, the recording</para>
+ <para> will stop once the call has been transferred to 4000.</para>
</description>
</function>
***/
More information about the asterisk-commits
mailing list