From: Anthony Minessale Date: Wed, 30 Oct 2013 22:52:49 +0000 (-0500) Subject: FS-5923 X-Git-Tag: v1.5.6~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca893da3fb3f0899c098d91655f6f5c2f5f5ccfe;p=thirdparty%2Ffreeswitch.git FS-5923 --- diff --git a/src/mod/applications/mod_esf/mod_esf.c b/src/mod/applications/mod_esf/mod_esf.c index bc04991bee..38badb3301 100644 --- a/src/mod/applications/mod_esf/mod_esf.c +++ b/src/mod/applications/mod_esf/mod_esf.c @@ -201,7 +201,7 @@ SWITCH_STANDARD_APP(bcast_function) mcast_port, 0, 8000, - 20, flags, "soft", &err, switch_core_session_get_pool(session)); + 2000, 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");