[Freeswitch-users] BYE not sent in case of RTP media inactivity with proxy_media= true in freeswitch

Steven Ayre steveayre at gmail.com
Sun Jul 22 21:29:54 UTC 2018


If you're using G729 with either proxy_media or bypass_media then you're
letting the other endpoints handle the encoding/decoding.

You can use mod_g729 to do the same without using proxy_media/bypass_media.
It'll run in passthrough mode just passing the RTP payloads back and forth
and letting the endpoints handle the encoding/decoding, so in that respect
it'll work a lot like proxy_media.

Proxy_media turns off a lot of features. It could be that RTP timers are
one such feature.

If you need to actually interact with the media mod_com_g729 is the
licensed version.

On Fri, 20 Jul 2018 at 17:53, vivek at advaitamtech.com <vivek at advaitamtech.com>
wrote:

> We are using G729 codec for the calls. Freeswitch doesnt support it as I
> know. Correct me if am wrong.
>
> G729 codec works if freeswitch  configured as proxy_media or bypass_media.
> But in both the scenario calls doesnt work since we are using G729.
>
>
>
> Is there any possibility that i can make media inactivity
> configurations(rtp-timeout-sec & rtp-hold-timeout-sec) work in proxy_media
> or bypass_media mode in freeswitch?.
>
>
>
> Else is it possible for me change the code in freeswitch to drop the call
> in case of media inactivity?
>
>
>
> Thanks a lot for the reply.
>
>
>
> -Vivek
>
>
>
>
>
> -----Original Message-----
> From: "Michael Jerris" <mike at jerris.com>
> Sent: Friday, 13 July, 2018 11:24pm
> To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
> Subject: Re: [Freeswitch-users] BYE not sent in case of RTP media
> inactivity with proxy_media= true in freeswitch
>
> The ONLY reason to EVER use proxy_media=true would be for a code that
> freeswitch has no support for.  In every case I have seen someone using it
> in the last 2 years it was not appropriate for them to be using it.  Its
> not necessary, and significantly impacts capabilities.  I would recommend
> never using it.
> Mike
>
> On Jul 11, 2018, at 9:47 AM, vivek at advaitamtech.com wrote:
>
> Hi,
>
>
> We are running freeswitch as proxy_media = true (proxy mode).
>
>
> In case of RTP media inactivity, Freeswitch is not sending BYE.
>
>
> In sofia profile "rtp-timeout-sec" is enabled. Still freeswitch is not
> sending BYE in case of media inactivity.
>
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180722/1e2eed92/attachment.html>


More information about the FreeSWITCH-users mailing list