<div dir="ltr">Don&#39;t use call_timeout, use leg_timeout instead... like [leg_timeout=5]user/1000,  You can also pair this with leg_delay_start to have a single string that will just add additional calls to the current bridge action as time goes on.<div>
<br></div><div>{leg_timeout=60}user/1015,[leg_delay_start=10]user/1016,[leg_delay_start=15]user/1017,[leg_delay_start=20]user/1018</div><div><br></div><div>This will start ringing 1015 immediately, then start 1016 10 seconds in, 1017 15 seconds in, 1018 20 seconds in.  While not dropping any of the calls that are already ringing allowing you to escalate the call to additional people the longer it sits.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 4, 2014 at 3:45 PM, Phillip Jones <span dir="ltr">&lt;<a href="mailto:pjintheusa@gmail.com" target="_blank">pjintheusa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi there,<div><br></div><div>I am testing carrier failover via the dialplan. </div><div><br></div><div>Can anyone tell why me the following two dial plans act differently? In my mind they are the same so I am flummoxed.</div>

<div><br></div><div> </div><div><div>&lt;extension name=&quot;treatment_followme_route&quot;&gt;</div><div>     &lt;condition field=&quot;${Treatment}&quot; expression=&quot;^SEQUENTIAL$&quot;/&gt;</div><div><span style="white-space:pre-wrap">        </span> &lt;condition field=&quot;${ForwardingNumber}&quot; expression=&quot;^100&quot;&gt;</div>

<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div>

<div><br></div><div><span style="white-space:pre-wrap">                </span><b>&lt;action application=&quot;set&quot; data=&quot;call_timeout=5&quot;/&gt;</b> </div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;bridge&quot; data=&quot;user/1001|user/1001&quot;/&gt;</div>

<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span><b>&lt;action application=&quot;set&quot; data=&quot;call_timeout=20&quot;/&gt;</b> </div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;bridge&quot; data=&quot;user/1002|user/1002&quot;/&gt; </div>

<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">...</span></div><div>      &lt;/condition&gt;</div><div>&lt;/extension&gt;</div><div><span style="white-space:pre-wrap">        </span></div>

</div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">VERUS:</span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span><div>
<div>&lt;extension name=&quot;treatment_followme_route&quot;&gt;</div><div>     &lt;condition field=&quot;${Treatment}&quot; expression=&quot;^SEQUENTIAL$&quot;/&gt;</div><div><span style="white-space:pre-wrap">        </span> &lt;condition field=&quot;${ForwardingNumber}&quot; expression=&quot;^100&quot;&gt;</div>

<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div>

<div><br></div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;bridge&quot; data=&quot;<b>{call_timeout=5}</b>user/1001|user/1001&quot;/&gt;<br></div><div><span style="white-space:pre-wrap">                </span></div>

<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;bridge&quot; data=&quot;<b>{call_timeout=20</b>}user/1002|user/1002&quot;/&gt; <br></div><div><span style="white-space:pre-wrap">..</span></div>

<div><span style="white-space:pre-wrap">                </span></div><div>      &lt;/condition&gt;<br></div><div>    &lt;/extension&gt;</div><div><br></div><div><br></div><div>First dial plan will dial user 1001 <b>once</b> followed by 1002 <b>once </b>- which is correct for my purposes</div>

<div><br></div><div>Second will dial user 1001 <b>twice </b>followed by 1002 <b>twice</b></div><div><br></div><div>Why would {call_timeout=15} change the nature of that bridge and &lt;action application=&quot;set&quot; data=&quot;call_timeout=5&quot;/&gt; not?</div>

<div><br></div><div><br></div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div>Phil</div><div><br></div><div><br></div><div>
<br></div></div></span></div></div>
<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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.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>
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><br clear="all"><div><br></div>-- <br><div dir="ltr">







<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font size="1" face="courier new, monospace"><img src="http://bkw.org/whmcslogo.png"><br></font></p><p><font face="courier new, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
<a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p>
<p><font face="courier new, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div>
</div>