From 3a902b89716408ffc8a7aad75fe73d323c367ff9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 3 Dec 2009 15:55:34 +0000 Subject: [PATCH] 0, 1 whats the difference.... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15773 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);