[Freeswitch-users] Understanding break="never" in condition-tag

Dmitry Bely dmitry.bely at gmail.com
Sun Mar 20 15:30:57 MSK 2011


On Sun, Mar 20, 2011 at 2:10 PM, [Redhosting] Egbert Groot
<egbert at redhosting.nl> wrote:
> 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:
>
> <condition wday="1" break="never" />
>
> ( though it could be used for clarity or debugging, since it does get
> evaluated)

It makes sense if you use the form

<condition wday="1" break="never">
  (some actions)
</condition>

- Dmitry Bely



More information about the FreeSWITCH-users mailing list