[asterisk-commits] mmichelson: branch file/bridging r109056 - /team/file/bridging/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 17 10:06:06 CDT 2008
Author: mmichelson
Date: Mon Mar 17 10:06:05 2008
New Revision: 109056
URL: http://svn.digium.com/view/asterisk?view=rev&rev=109056
Log:
Forgot to add this when adding moh class argument to app_confbridge
Modified:
team/file/bridging/apps/app_confbridge.c
Modified: team/file/bridging/apps/app_confbridge.c
URL: http://svn.digium.com/view/asterisk/team/file/bridging/apps/app_confbridge.c?view=diff&rev=109056&r1=109055&r2=109056
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Mon Mar 17 10:06:05 2008
@@ -84,7 +84,7 @@
AST_APP_OPTION('c', OPTION_ANNOUNCEUSERCOUNT),
AST_APP_OPTION('d', OPTION_DYNAMIC),
AST_APP_OPTION('m', OPTION_MENU),
- AST_APP_OPTION('M', OPTION_MUSICONHOLD),
+ AST_APP_OPTION_ARG('M', OPTION_MUSICONHOLD, OPTION_MUSICONHOLD_CLASS),
AST_APP_OPTION('1', OPTION_NOONLYPERSON),
AST_APP_OPTION('s', OPTION_STARTMUTED),
});
More information about the asterisk-commits
mailing list