mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Minor tweaks with ast_moh_start() callers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user