]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
0, 1 whats the difference....
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 3 Dec 2009 15:55:34 +0000 (15:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 3 Dec 2009 15:55:34 +0000 (15:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15773 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_async.c

index 0cf4c1798484adec8b84a105457e8eeac925bf75..b9d953c5fc5b56a8c6dc21dea30f5806daf8c950 100644 (file)
@@ -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);