<div>I think this will do what you want. It will try extension 100 for 5 seconds, then 101 for 15 seconds, then 102 for 99 seconds. You could also use groups in addition to users. </div><div><br></div><div><div>&lt;action application=&quot;bridge&quot; data=&quot;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);line-height:1.1em">[call_timeout=5]</span>user/100@domain|<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);line-height:14.296875px">[call_timeout=15]</span>user/101@domain|<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);line-height:14.296875px">[call_timeout=99]</span>user/102@domain&quot;/&gt;</div>

</div><div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge#From_the_Dialplan">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge#From_the_Dialplan</a><div style="width:16px;height:16px;display:inline-block">

 </div></div><div><br></div><div>Nick</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 5:22 AM, Alessio <span dir="ltr">&lt;<a href="mailto:alessio@asistar.it" target="_blank">alessio@asistar.it</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>
Can I create a dialplan for incoming calls that do the following?<br>
<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot; ^0123456789$&quot;&gt;<br>
     &lt;action application=&quot;export&quot; data=&quot;originate_timeout=5&quot;/&gt;<br>
     &lt;action application=&quot;transfer&quot; data=&quot;100 XML default&quot;/&gt;<br>
<br>
     If 100 did not respond:<br>
<br>
     &lt;action application=&quot;export&quot; data=&quot;originate_timeout=15&quot;/&gt;<br>
     &lt;action application=&quot;transfer&quot; data=&quot;101 XML default&quot;/&gt;<br>
<br>
     If 103 did not respond:<br>
<br>
     &lt;action application=&quot;export&quot; data=&quot;originate_timeout=99&quot;/&gt;<br>
     &lt;action application=&quot;transfer&quot; data=&quot;102 XML default&quot;/&gt;<br>
<br>
&lt;/condition&gt;<br>
<br>
Can anyone help me to understand how I have to set dialplan for do this?<br>
<br>
Alessio.<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>