]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4067 missed a 0
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Oct 2013 23:09:11 +0000 (18:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Oct 2013 23:09:11 +0000 (18:09 -0500)
src/mod/applications/mod_esf/mod_esf.c

index 38badb3301c3cb7a77385a0daafe0e0c0f118540..3bd08d346781d217c6f4c2d2517bdcd34484926b 100644 (file)
@@ -201,7 +201,7 @@ SWITCH_STANDARD_APP(bcast_function)
                                                                         mcast_port,
                                                                         0,
                                                                         8000,
-                                                                        2000, flags, "soft", &err, switch_core_session_get_pool(session));
+                                                                        20000, flags, "soft", &err, switch_core_session_get_pool(session));
 
                if (!switch_rtp_ready(rtp_session)) {
                        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "RTP Error\n");