<div dir="ltr">Using "on true" or "on false" would stop evaluating the entire extension.<div>This is really best for *nested* extensions as you'll see the two examples on the wiki are for when you want to keep evaluating the extension in it'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"><<a href="mailto:dmitry.bely@gmail.com">dmitry.bely@gmail.com</a>></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>
<<a href="mailto:egbert@redhosting.nl">egbert@redhosting.nl</a>> wrote:<br>
> Hi All,<br>
><br>
> I'm struggling understanding the 'break' attribute in condition tags.<br>
> Am I correct saying the following condition tag is useless? It doesn't<br>
> influence the routing/application stack at all.<br>
> For this example the check is on 'wday', but it could be any other<br>
> field/expression, my question is about the 'break="never"' part:<br>
><br>
> <condition wday="1" break="never" /><br>
><br>
> ( though it could be used for clarity or debugging, since it does get<br>
> evaluated)<br>
<br>
</div></div>It makes sense if you use the form<br>
<div class="im"><br>
<condition wday="1" break="never"><br>
</div> (some actions)<br>
</condition><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>