projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7625719
)
Check if the musiconholdclass was changed with setmusiconhold and if yes then play...
author
Martin Pycko
<martinp@digium.com>
Mon, 16 Jun 2003 16:58:47 +0000
(16:58 +0000)
committer
Martin Pycko
<martinp@digium.com>
Mon, 16 Jun 2003 16:58:47 +0000
(16:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1096
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_agent.c
patch
|
blob
|
history
diff --git
a/channels/chan_agent.c
b/channels/chan_agent.c
index
0b3d74e
..
a798147
100755
(executable)
--- a/
channels/chan_agent.c
+++ b/
channels/chan_agent.c
@@
-592,6
+592,9
@@
static int login_exec(struct ast_channel *chan, void *data)
if (p->chan)
res = -1;
if (!res) {
+ /* check if the moh class was changed with setmusiconhold */
+ if (*(chan->musicclass))
+ strncpy(p->moh, chan->musicclass, sizeof(p->moh) - 1);
ast_moh_start(chan, p->moh);
manager_event(EVENT_FLAG_AGENT, "Agentlogin",
"Agent: %s\r\n"