<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><a href="http://wiki.freeswitch.org/wiki/Dialplan_XML">http://wiki.freeswitch.org/wiki/Dialplan_XML</a><div><br></div><div>break="on-true" ?</div><div><br><div><div>On Jun 10, 2009, at 12:18 PM, Max Bridgewater wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thanks Folks; I'm making progress.&nbsp; 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">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);">&lt;include><br>&nbsp;&nbsp;&nbsp; &lt;extension name="myextension"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;condition field="caller_id_number" expression="^2000$" break="on-true"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="socket" data="<a href="http://192.168.50.67:10000/" target="_blank">192.168.50.67:10000</a><span>&nbsp;</span>full" /><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition><br>&nbsp;&nbsp;&nbsp; &lt;/extension><br> &lt;/include><br><br><br></span></blockquote></div><br></div></body></html>