mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
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
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/*! 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 */
|
||||
extern void ast_moh_stop(struct ast_channel *chan);
|
||||
|
Reference in New Issue
Block a user