]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Documents CHANNEL(musicclass) taking priority over m([x]) in waitExten
authorJonathan Rose <jrose@digium.com>
Tue, 6 Dec 2011 21:44:26 +0000 (21:44 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 6 Dec 2011 21:44:26 +0000 (21:44 +0000)
commit36e73e9b7ca5dfc75c7ac3bdd12c88e4997dc5e9
tree81f16f2b5f2fb67fa99c82b094b0b1cce78c4326
parent954398172bc401c661e8f3454b9fcd66dc0ee9d5
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)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@347239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c