<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dmitry Bely schreef:
<blockquote
 cite="mid:AANLkTimNYfHOrZrr7Q70Zea8Nsw-xEmQr2z0g-=PK+hv@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sun, Mar 20, 2011 at 2:10 PM, [Redhosting] Egbert Groot
<a class="moz-txt-link-rfc2396E" href="mailto:egbert@redhosting.nl">&lt;egbert@redhosting.nl&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi All,

I'm struggling understanding the 'break' attribute in condition tags.
Am I correct saying the following condition tag is useless? It doesn't
influence the routing/application stack at all.
For this example the check is on 'wday', but it could be any other
field/expression, my question is about the 'break="never"' part:

&lt;condition wday="1" break="never" /&gt;

( though it could be used for clarity or debugging, since it does get
evaluated)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It makes sense if you use the form

&lt;condition wday="1" break="never"&gt;
  (some actions)
&lt;/condition&gt;

  </pre>
</blockquote>
Indeed, with adding an action, it is/can be usefull.<br>
I was reading in wiki:
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Dialplan_XML#Nesting_Conditions_-OR_.7C.7C">http://wiki.freeswitch.org/wiki/Dialplan_XML#Nesting_Conditions_-OR_.7C.7C</a><br>
I think the example is not the most clear explanation of the workings
of 'break'. It does use 'break-never' without any action. Even more, am
I correct stating the provided example doesn't do what one might want
to accomplish? It seems to me the week days are of no use at all?<br>
I'd like to improve the wiki, problem is I'm not sure I understand the
working enhough.<br>
<br>
regards,<br>
Egbert.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>