From 83e5a6b81f7c51c00e801bf468699d55f176864c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 20 Jan 2013 12:02:32 -0600 Subject: [PATCH] match new api --- src/mod/applications/mod_esf/mod_esf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_esf/mod_esf.c b/src/mod/applications/mod_esf/mod_esf.c index db14550af0..bcd39502e6 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, (switch_rtp_flag_t) flags, "soft", &err, switch_core_session_get_pool(session)); + 20, 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");