[Freeswitch-users] VideoCall hangup always after 32 seconds to answer

David Villasmil david.villasmil.work at gmail.com
Sat Oct 20 23:12:34 UTC 2018


32 seconds is ALWAYS an unacknowledged 200 OK, or an rtp timeout. Checkout
a trace, look at what rtp ip both sides are offering, make sure no side
offers a private ip address. Also make sure fs gets the ack to the 200ok.

On Sat, Oct 20, 2018, 23:00 Ken Rice <krice at tollfreegateway.com> wrote:

> that sounds more like a nat issue. enable sip tracing and watch to see if
> the 200 ok is getting ack’d properly
>
> Sent from my iPhone
>
> On Oct 19, 2018, at 07:56, Jose David Jurado Alonso <josedavid at zennio.com>
> wrote:
>
> Hi,
>
> I'ḿ get the next dialplan configuration in order to set the call max limit
> timeout on 120 seconds after answer:
>
>     <extension name="Local_Extension">
>       <condition field="destination_number" expression="^(.*)$">
>         <action application="export" data="dialed_extension=$1"/>
>
>         <action application="set" data="hangup_after_bridge=true"/>
>         <action application="set" data="continue_on_fail=true"/>
>         <action application="set" data="ignore_early_media=false"/>
>         <action application="set" data="execute_on_answer=sched_hangup
> +120" />
>
>         <action application="bridge" data="user/${dialed_extension}@
> ${domain_name}"/>
>       </condition>
>     </extension>
>
>
> But the call always disconnect after 32 seconds... (calling linphone to
> linphone android clients). I tried always using "call_timeout",
> "originate_timeout" but the result is the same.
>
> What I really want to do is:
>
> + Set timeout of 30 seconds to hangup if NO answer (nobody responds).
> + Set a maximum total time of 120 seconds since the call is answered.
>
> Can someone help me with this configuration?
>
> FS version: FreeSWITCH Version 1.9.0-654-ed4920e~64bit (-654-ed4920e 64bit)
>
> Thanks!
>
> José David Jurado Alonso.
>
> _________________________________________________________________________
> 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
>
> _________________________________________________________________________
> 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/20181021/fe1f1e76/attachment-0001.html>


More information about the FreeSWITCH-users mailing list