summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-06 04:18:15 +0000
committerMark Spencer <markster@digium.com>2005-01-06 04:18:15 +0000
commit45b4dbf298ac95beace1386738c8c6013ae43abb (patch)
tree594bff34c87501c8079a60fffe8f92b24d0ddbee /res
parent6463533f80282e0db87504e84f4c9018c64b13d3 (diff)
Fix music on hold to quitat hangup rather than during channel destruction (bug #3035)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/res_musiconhold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index aecfeb0d0..6040be1c6 100755
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -513,6 +513,7 @@ static int moh0_exec(struct ast_channel *chan, void *data)
return -1;
}
while(!ast_safe_sleep(chan, 10000));
+ ast_moh_stop(chan);
return -1;
}