Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in asterisk-dev.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
BJ Weschke
2006-09-03 20:44:14 +00:00
parent 7057035ae0
commit bbc9c049ab

View File

@@ -100,7 +100,7 @@ AST_APP_OPTIONS(background_opts, {
#define WAITEXTEN_MOH (1 << 0)
AST_APP_OPTIONS(waitexten_opts, {
AST_APP_OPTION_ARG('m', WAITEXTEN_MOH, 1),
AST_APP_OPTION_ARG('m', WAITEXTEN_MOH, 0),
});
struct ast_context;