Well, i assume break=&quot;on-true&quot; means,  that if this extension is matched then execute its actions and stop there. That would correspond to what i&#39;m trying to do. Anyway i removed this attribute and still nothing is being sent to the socket.<br>
<br>Let me give you more context. This extension is put in a separate file AS IS under /usr/local/freeswitch/conf/dialplan/public/myextension.xml. Is this the right place? I have the impression that it is not seen or processed by Freeswitch. The latest thing i tried is to wrap the extension in a context element with name attribute &quot;public&quot;. It did&#39;nt help.<br>
<br>Any clue?<br><br><br><br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 12:52 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</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 style=""><div class="im"><a href="http://wiki.freeswitch.org/wiki/Dialplan_XML" target="_blank">http://wiki.freeswitch.org/wiki/Dialplan_XML</a><div><br></div></div><div>break=&quot;on-true&quot; ?</div><div class="im">
<div><br><div><div>On Jun 10, 2009, at 12:18 PM, Max Bridgewater wrote:</div><br><blockquote type="cite">Thanks Folks; I&#39;m making progress.  The following origination string does make my non-registered SJPhone ring:<br>
<br>{origination_caller_id_number=2000}sofia/external/<a href="mailto:some@192.168.50.67" target="_blank">some@192.168.50.67</a><br> <br><br>But why isn&#39;t it caught by the following extension?<br><br><br><span style="color: rgb(0, 0, 0);">&lt;include&gt;<br>
    &lt;extension name=&quot;myextension&quot;&gt;<br>        &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^2000$&quot; break=&quot;on-true&quot;&gt;<br>             &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.50.67:10000/" target="_blank">192.168.50.67:10000</a><span> </span>full&quot; /&gt;<br>
        &lt;/condition&gt;<br>    &lt;/extension&gt;<br> &lt;/include&gt;<br><br><br></span></blockquote></div><br></div></div></div><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>
<br></blockquote></div><br>