mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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:
@@ -100,7 +100,7 @@ AST_APP_OPTIONS(background_opts, {
|
|||||||
#define WAITEXTEN_MOH (1 << 0)
|
#define WAITEXTEN_MOH (1 << 0)
|
||||||
|
|
||||||
AST_APP_OPTIONS(waitexten_opts, {
|
AST_APP_OPTIONS(waitexten_opts, {
|
||||||
AST_APP_OPTION_ARG('m', WAITEXTEN_MOH, 1),
|
AST_APP_OPTION_ARG('m', WAITEXTEN_MOH, 0),
|
||||||
});
|
});
|
||||||
|
|
||||||
struct ast_context;
|
struct ast_context;
|
||||||
|
Reference in New Issue
Block a user