From: Anthony Minessale Date: Wed, 27 Mar 2013 16:46:12 +0000 (-0500) Subject: FS-5233 --resolve X-Git-Tag: v1.2.8~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f529381f9c8b0748848ce948fa0aa80116692a;p=thirdparty%2Ffreeswitch.git FS-5233 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/rtp.c b/src/mod/endpoints/mod_sofia/rtp.c index b807cf962b..796908232a 100644 --- a/src/mod/endpoints/mod_sofia/rtp.c +++ b/src/mod/endpoints/mod_sofia/rtp.c @@ -261,7 +261,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi if (!(tech_pvt->rtp_session = switch_rtp_new(local_addr, local_port, remote_addr, remote_port, tech_pvt->agreed_pt, tech_pvt->read_codec.implementation->samples_per_packet, ptime * 1000, - flags, "soft", &err, switch_core_session_get_pool(*new_session)))) { + 0, "soft", &err, switch_core_session_get_pool(*new_session)))) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't setup RTP session: [%s]\n", err); goto fail; }