summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-22 23:15:14 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-22 23:15:14 +0000
commitc25c093c676b27f9eaf9847cfeeda8e8cdc46d46 (patch)
tree49747dba4b1fa9da9726494d73be4f7045faf911 /main/channel.c
parent7b032c1adb10d79f8610e88d2baf5cacf3ba9f58 (diff)
Minor tweaks with ast_moh_start() callers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/channel.c b/main/channel.c
index 5daf5825e..ea538c91f 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -7193,7 +7193,6 @@ void ast_uninstall_music_functions(void)
ast_moh_cleanup_ptr = NULL;
}
-/*! \brief Turn on music on hold on a given channel */
int ast_moh_start(struct ast_channel *chan, const char *mclass, const char *interpclass)
{
if (ast_moh_start_ptr)
@@ -7204,7 +7203,6 @@ int ast_moh_start(struct ast_channel *chan, const char *mclass, const char *inte
return 0;
}
-/*! \brief Turn off music on hold on a given channel */
void ast_moh_stop(struct ast_channel *chan)
{
if (ast_moh_stop_ptr)