summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_musiconhold.c')
-rwxr-xr-xres/res_musiconhold.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 0d540aebd..5c59e2e19 100755
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -386,8 +386,10 @@ static void *moh_alloc(struct ast_channel *chan, void *params)
moh_release(NULL, res);
res = NULL;
}
+#if 0
/* Allow writes to interrupt */
chan->writeinterrupt = 1;
+#endif
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "Started music on hold, class '%s', on %s\n", (char *)params, chan->name);
}
@@ -531,7 +533,7 @@ static void load_moh_classes(void)
}
}
-void ast_moh_destroy(void)
+static void ast_moh_destroy(void)
{
struct mohclass *moh;
ast_pthread_mutex_lock(&moh_lock);