<div dir="ltr">Hey!,&nbsp; I remember gotoif one of the many things in asterisk that I added before I started FS. ;)<br><br><br><br><div class="gmail_quote">On Fri, Oct 3, 2008 at 4:57 AM, henkoegema <span dir="ltr">&lt;<a href="mailto:pabx_freeswitch@telenet.be">pabx_freeswitch@telenet.be</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<br>
Brian West-3 wrote:<br>
&gt;<br>
&gt; Actually try this:<br>
&gt;<br>
&gt; &lt;extension name=&quot;ext1&quot;&gt;<br>
&gt; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^32484120169$&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;transfer&quot; data=&quot;1000 XML default&quot;/&gt;<br>
&gt; &nbsp; &nbsp;&lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;ext2&quot;&gt;<br>
&gt; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^4732803429$&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;transfer&quot; data=&quot;terje XML default&quot;/&gt;<br>
&gt; &nbsp; &nbsp;&lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; &lt;extension name=&quot;ext3&quot;&gt;<br>
&gt; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; expression=&quot;^32476378561$&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;transfer&quot; data=&quot;henk_gsm_disa XML default&quot;/&gt;<br>
&gt; &nbsp; &nbsp;&lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
</div>&gt; .....<br>
&gt; .....<br>
&gt;<br>
<br>
The above works. &nbsp; :jumping:<br>
<br>
<br>
===========================================================<br>
<br>
But I&#39;m still puzzling with this:<br>
<div class="Ih2E3d"><br>
&lt;extension name=&quot;2020&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^2020$&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; &nbsp;expression=&quot;2000&quot;&gt;<br>
</div><div class="Ih2E3d"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/9999@$${domain}&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; &nbsp;expression=&quot;2002&quot;&gt;<br>
</div> &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/2004@$${domain}&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
 &nbsp; &nbsp;&lt;/extension&gt;<br>
<br>
When I call 2020 from 2000 it&#39;s ok.<br>
When I call 2020 from 2002 i&#39;t NOT ok. &nbsp; (Call failed: 404 Not found)<br>
<br>
Is my syntax wrong?<br>
<br>
<br>
<br>
However this works:<br>
<div class="Ih2E3d"><br>
&lt;extension name=&quot;2020&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^2020$&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; &nbsp;expression=&quot;2000&quot;&gt;<br>
</div><div class="Ih2E3d"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/9999@$${domain}&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
</div><div class="Ih2E3d"> &nbsp; &nbsp;&lt;extension name=&quot;2020&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^2020$&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;${caller_id_number}&quot; &nbsp;expression=&quot;2002&quot;&gt;<br>
</div> &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/2004@$${domain}&quot;/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
Isn&#39;t it possible to combine the two extension name=&quot;2020&quot; &nbsp;into one<br>
extension 2020<br>
<br>
Henk<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://www.nabble.com/GotoIf-tp19793170p19794894.html" target="_blank">http://www.nabble.com/GotoIf-tp19793170p19794894.html</a><br>
</font><div><div></div><div class="Wj3C7c">Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div>