From: Anthony Minessale Date: Thu, 3 Dec 2009 15:55:34 +0000 (+0000) Subject: 0, 1 whats the difference.... X-Git-Tag: v1.0.6~1170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a902b89716408ffc8a7aad75fe73d323c367ff9;p=thirdparty%2Ffreeswitch.git 0, 1 whats the difference.... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15773 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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);