<div dir="ltr">NOTE: break &quot;on-true, on-false, never&quot; don&#39;t change the *condition*, merely the *hunting*. You need ALL the conditions to match for freeswitch to do the action, and you can&#39;t change that!<div>

The break is how to handle failure - &quot;Does 1 failure to match a condition mean should move on to the next condition extension (on-false) or keep evaluating this extension? (never)&quot;<div>-Avi<br><br><div class="gmail_quote">

On Mon, Mar 21, 2011 at 10:13 AM, Avi Marcus <span dir="ltr">&lt;<a href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div dir="ltr">We have two items going on - extensions, and condition-groups within the extension.<div>For wday=1, if it was set to on-false - the default - it would end evaluating this extension and move on to the next.</div>


<div>However, since it says &quot;break=never&quot; it moves to evaluate the *next* *condition-group* rather than executing or skipping the extension entirely.</div><div>-Avi<div><div></div><div class="h5"><br><br><div class="gmail_quote">

On Mon, Mar 21, 2011 at 8:59 AM, Dmitry Bely <span dir="ltr">&lt;<a href="mailto:dmitry.bely@gmail.com" target="_blank">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>On Sun, Mar 20, 2011 at 10:45 PM, Avi Marcus &lt;<a href="mailto:avi@avimarcus.net" target="_blank">avi@avimarcus.net</a>&gt; wrote:<br>



&gt; No, I&#39;m pretty sure that example works as intended.. I created it<br>
<br>
</div>Really? Correct me if I&#39;m wrong but for wday=1 and hour=9 an action in<br>
<br>
        &lt;condition wday=&quot;6&quot; break=&quot;never&quot;/&gt;<br>
        &lt;condition hour=&quot;8-12&quot; break=&quot;on-true&quot;&gt;<br>
                &lt;action application=&quot;transfer&quot; data=&quot;1105 XML default&quot;/&gt;<br>
        &lt;/condition&gt;<br>
<br>
will be executed and further processing will be stopped. Actually the<br>
first condition is a sort of (misleading) comment here.<br>
<font color="#888888"><br>
- Dmitry Bely<br>
</font><div><div></div><div><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
</div></div></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div>