summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-12-06 22:01:00 +0000
committerJonathan Rose <jrose@digium.com>2011-12-06 22:01:00 +0000
commit9b33408ba137aa4f9d988d02073d71e1d8b4ff94 (patch)
treebea6ace052584618cb96f59b1d8051ff4208b40f /main/pbx.c
parentfd64bb66f94f1a7bb47e17319512b14e522353ec (diff)
Documents CHANNEL(musicclass) taking priority over m([x]) in waitExten
If waitExten specifies a music class to use with its music on hold option, it will use CHANNEL(musicclass) instead if that channel variable has been set on the initiating channel. This documents that behavior in the waitExten app so that this can be known without checking the documentation of the code in function local_ast_moh_start. (closes issue ASTERISK-18804) ........ Merged revisions 347239 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 347240 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index c80185d20..ff0190968 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -671,7 +671,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<option name="m">
<para>Provide music on hold to the caller while waiting for an extension.</para>
<argument name="x">
- <para>Specify the class for music on hold.</para>
+ <para>Specify the class for music on hold. <emphasis>CHANNEL(musicclass) will
+ be used instead if set</emphasis></para>
</argument>
</option>
</optionlist>