<div dir="ltr">Using &quot;on true&quot; or &quot;on false&quot; would stop evaluating the entire extension.<div>This is really best for *nested* extensions as you&#39;ll see the two examples on the wiki are for when you want to keep evaluating the extension in it&#39;s entirety.</div>

<div><br></div><div>-Avi<br><br><div class="gmail_quote">On Sun, Mar 20, 2011 at 2:30 PM, Dmitry Bely <span dir="ltr">&lt;<a href="mailto:dmitry.bely@gmail.com">dmitry.bely@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On Sun, Mar 20, 2011 at 2:10 PM, [Redhosting] Egbert Groot<br>
&lt;<a href="mailto:egbert@redhosting.nl">egbert@redhosting.nl</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I&#39;m struggling understanding the &#39;break&#39; attribute in condition tags.<br>
&gt; Am I correct saying the following condition tag is useless? It doesn&#39;t<br>
&gt; influence the routing/application stack at all.<br>
&gt; For this example the check is on &#39;wday&#39;, but it could be any other<br>
&gt; field/expression, my question is about the &#39;break=&quot;never&quot;&#39; part:<br>
&gt;<br>
&gt; &lt;condition wday=&quot;1&quot; break=&quot;never&quot; /&gt;<br>
&gt;<br>
&gt; ( though it could be used for clarity or debugging, since it does get<br>
&gt; evaluated)<br>
<br>
</div></div>It makes sense if you use the form<br>
<div class="im"><br>
&lt;condition wday=&quot;1&quot; break=&quot;never&quot;&gt;<br>
</div>  (some actions)<br>
&lt;/condition&gt;<br>
<br>
- Dmitry Bely<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>
</blockquote></div><br></div></div>