summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index f080d016c..c98b57173 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -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;