Skip to content
Snippets Groups Projects
Commit ccdd8677 authored by Mark Spencer's avatar Mark Spencer
Browse files

Don't use "class" keyword in music on hold (bug #2316)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 91d2e58d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ extern "C" { ...@@ -19,7 +19,7 @@ extern "C" {
#endif #endif
/*! Turn on music on hold on a given channel */ /*! Turn on music on hold on a given channel */
extern int ast_moh_start(struct ast_channel *chan, char *class); extern int ast_moh_start(struct ast_channel *chan, char *mclass);
/*! Turn off music on hold on a given channel */ /*! Turn off music on hold on a given channel */
extern void ast_moh_stop(struct ast_channel *chan); extern void ast_moh_stop(struct ast_channel *chan);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment