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

index 3bd08d346781d217c6f4c2d2517bdcd34484926b..42a760b45bb7e26255f279df552839b364810a99 100644 (file)
@@ -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)) {