<div dir="ltr">I&#39;m not sure if this will help, but try setting the following before each bridge. It might be that they get reset to defaults after the first bridge attempt. <div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=</span><span style="font-family:arial,sans-serif;font-size:13px">true&quot;/&gt;</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</span><br></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>

</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 22, 2013 at 8:32 AM, Stephen Thwaites <span dir="ltr">&lt;<a href="mailto:stephen.thwaites@callstera.com" target="_blank">stephen.thwaites@callstera.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
Apologies for the simple question but I can&#39;t find the answer anywhere<br>
in the books, wiki, or our friend google.<br>
<br>
If somebody calls us, FS does an ORIGINATE_CANCEL after 60s but the<br>
follow-me scheme we have configured is100s. How can I increase the<br>
default call_timeout of 60s to 100s? Or maybe I am just doing<br>
something wrong!<br>
<br>
I have tried leg_timeouts, originate_timeouts both on the transfer and<br>
the bridge as well to no avail?<br>
<br>
Would be very grateful for any help or advise.<br>
<br>
Regards,<br>
Steve<br>
<br>
Some Details:<br>
- External call comes in on external profile from our voip provider.<br>
- Dialplan in the public context does a transfer to a follow-me<br>
extension 7777 in context creche-babys &lt;action application=&quot;transfer&quot;<br>
data=&quot;7777 XML creche-babys &quot;/&gt;<br>
- The 7777 extension is as follows and the call hangs up part way<br>
through the third step if nobody picks up (after 60s total).<br>
<br>
  &lt;extension name=&quot;creche-fm&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^7777$&quot;&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;ringback=${nl-ring}&quot;/&gt;<br>
<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=25&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot;<br>
data=&quot;{ignore_early_media=true}user/21@${domain_name},user/20@${domain_name}&quot;/&gt;<br>
<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=25&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot;<br>
data=&quot;{ignore_early_media=true}user/22@${domain_name}&quot;/&gt;<br>
<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=25&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot;<br>
data={ignore_early_media=true}user/23@${domain_name},user/24@${domain_name},user/26@${domain_name},user/27@${domain_name},user/28@${domain_name}&quot;/&gt;<br>
<br>
      &lt;action application=&quot;set&quot; data=&quot;ringback=${nl-ring}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=25&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot;<br>
data=&quot;{ignore_early_media=true}sofia/gateway/3120<br>
...voipprovidergateway/06 ...mobile number&quot;/&gt;<br>
<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>