Well, i assume break="on-true" means, that if this extension is matched then execute its actions and stop there. That would correspond to what i'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 "public". It did'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"><<a href="mailto:mike@jerris.com">mike@jerris.com</a>></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="on-true" ?</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'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't it caught by the following extension?<br><br><br><span style="color: rgb(0, 0, 0);"><include><br>
<extension name="myextension"><br> <condition field="caller_id_number" expression="^2000$" break="on-true"><br> <action application="socket" data="<a href="http://192.168.50.67:10000/" target="_blank">192.168.50.67:10000</a><span> </span>full" /><br>
</condition><br> </extension><br> </include><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>