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

Jose David Jurado Alonso josedavid at zennio.com
Fri Oct 19 12:56:11 UTC 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181019/921e5200/attachment-0001.html>


More information about the FreeSWITCH-users mailing list