From: Anthony Minessale Date: Wed, 30 Oct 2013 23:13:04 +0000 (-0500) Subject: FS-4067 missed another val X-Git-Tag: v1.5.6~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0a7f0ecf8b021ef54d9f7b1be492d667ca6295;p=thirdparty%2Ffreeswitch.git FS-4067 missed another val --- diff --git a/src/mod/applications/mod_esf/mod_esf.c b/src/mod/applications/mod_esf/mod_esf.c index 3bd08d3467..42a760b45b 100644 --- a/src/mod/applications/mod_esf/mod_esf.c +++ b/src/mod/applications/mod_esf/mod_esf.c @@ -200,7 +200,7 @@ SWITCH_STANDARD_APP(bcast_function) mcast_ip, mcast_port, 0, - 8000, + 160, 20000, flags, "soft", &err, switch_core_session_get_pool(session)); if (!switch_rtp_ready(rtp_session)) {