0, 1 whats the difference....

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15773 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-12-03 15:55:34 +00:00
parent 5f7d0b65b0
commit 3a902b8971
1 changed files with 1 additions and 1 deletions

View File

@ -2670,7 +2670,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(const char *uuid, const cha
char *cause = NULL; char *cause = NULL;
char *mypath; char *mypath;
char *p; char *p;
int app_flags = 0, nomedia = 1; int app_flags = 0, nomedia = 0;
switch_assert(path); switch_assert(path);