[Freeswitch-users] Source device doesn't hangup videocall when the target device hangs

Faisal Hanif imfanee at gmail.com
Tue Dec 4 14:39:43 UTC 2018


You need to check SIP traces to make sure if BYE received from mobile and
sent to door phone

On Tue, Dec 4, 2018, 6:40 PM Jose David Jurado Alonso <josedavid at zennio.com
wrote:

> Hi!
>
> I call from a intercom (video door) to a mobile but when the mobile hangup
> the call, the intercom continues with the open call (it does not hang) and
> you have to press the button to hangup.
>
> That is, the video door phone does not hang when the call is hung from the
> mobile.
>
> I am using the external profile, intercom and mobile devices are in the
> same network but the server is in the cloud.
>
> The dialplan extension:
> ----------------------------------------------------------------------
>    <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=true"/>
>         <action application="set" data="execute_on_answer=sched_hangup
> +120" />
>
>         <action application="bridge" data="user/${dialed_extension}@
> ${domain_name}"/>
>       </condition>
>     </extension>
> ----------------------------------------------------------------------
>
> Thanks!
>
> Regards,
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181204/b3fe474f/attachment.html>


More information about the FreeSWITCH-users mailing list