summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_agi.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 213805ed3..d5393fc68 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -599,7 +599,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Enables/Disables the music on hold generator. If <replaceable>class</replaceable>
is not specified, then the <literal>default</literal> music on hold class will be
- used.</para>
+ used. This generator will be stopped automatically when playing a file.</para>
<para>Always returns <literal>0</literal>.</para>
</description>
</agi>
@@ -649,7 +649,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Send the given file, allowing playback to be interrupted by the given
digits, if any. Returns <literal>0</literal> if playback completes without a digit
being pressed, or the ASCII numerical value of the digit if one was pressed,
- or <literal>-1</literal> on error or if the channel was disconnected.</para>
+ or <literal>-1</literal> on error or if the channel was disconnected. If
+ musiconhold is playing before calling stream file it will be automatically
+ stopped and will not be restarted after completion.</para>
</description>
<see-also>
<ref type="agi">control stream file</ref>