From: Jonathan Rose Date: Tue, 6 Dec 2011 21:53:00 +0000 (+0000) Subject: Documents CHANNEL(musicclass) taking priority over m([x]) in waitExten X-Git-Tag: 10.1.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2b51ac20e5aab2642d09cff4f28d07649516d9;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@347240 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index 3c8547a242..5d65d3fb9a 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -671,7 +671,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")