mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Add the class actually used in the MusicOnHold start event.
(closes issue #16499) Reported by: syspert Patches: mohclass.patch uploaded by syspert (license 938) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@238795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1436,8 +1436,10 @@ static int local_ast_moh_start(struct ast_channel *chan, const char *mclass, con
|
||||
ast_manager_event(chan, EVENT_FLAG_CALL, "MusicOnHold",
|
||||
"State: Start\r\n"
|
||||
"Channel: %s\r\n"
|
||||
"UniqueID: %s\r\n",
|
||||
chan->name, chan->uniqueid);
|
||||
"UniqueID: %s\r\n"
|
||||
"Class: %s\r\n",
|
||||
chan->name, chan->uniqueid,
|
||||
mohclass->name);
|
||||
|
||||
ast_set_flag(chan, AST_FLAG_MOH);
|
||||
|
||||
|
Reference in New Issue
Block a user