aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-03 14:09:48 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-03 14:09:48 +0000
commiteb2a6747d16a59e47c067b87683bf3a46e9d6d91 (patch)
treecdfbda32293c651abb519d24f332394dc4660098 /res
parent612f18f550b9aa69d4c4592f03db27c3b5cbbebc (diff)
Add BKW's fix so that MOH doesn't get killed on Call Parking
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3573 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rwxr-xr-xres/res_features.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index b8639f614..f9a3025df 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -481,6 +481,7 @@ static void *do_parking_thread(void *ignore)
char exten[AST_MAX_EXTENSION];
struct ast_context *con;
int x;
+ int gc=0;
fd_set rfds, efds;
fd_set nrfds, nefds;
FD_ZERO(&rfds);
@@ -501,6 +502,10 @@ static void *do_parking_thread(void *ignore)
pu = pu->next;
continue;
}
+ if (gc < 5 && !pu->chan->generator) {
+ gc++;
+ ast_moh_start(pu->chan,NULL);
+ }
tms = (tv.tv_sec - pu->start.tv_sec) * 1000 + (tv.tv_usec - pu->start.tv_usec) / 1000;
if (tms > pu->parkingtime) {
/* They've been waiting too long, send them back to where they came. Theoretically they