diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 0cf4c17984..b9d953c5fc 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -2670,7 +2670,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(const char *uuid, const cha char *cause = NULL; char *mypath; char *p; - int app_flags = 0, nomedia = 1; + int app_flags = 0, nomedia = 0; switch_assert(path);