<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <small>Hi,<br>
      <br>
      In same extension a have multiple conditions. Problem is if the
      first condition is false, dialplan will go further as I have set
      on-true.<br>
      How can I prevent that dialplan will go after break="on-true" on
      second condition and will not go looking condition inside
      condition.<br>
      <br>
      So if the variable mobilne is not set, in this dialplan FS will go
      looking to </small><small> &lt;condition
      field="destination_number"
      expression="^(051|041|031|030|040|070|071)(\d{6})|^(0038651|0038641|0038631|0038630|0038640|0038670|0038671)(\d{6})"

      break="on-true"&gt; and reject call instead of goint to second
      condtion which is </small><small>&lt;condition
      field="${toll_allow}" expression="tuje"/&gt;.<br>
      <br>
      I hope I make it clear:D<br>
    </small><small><br>
      &nbsp;&lt;condition field="${toll_allow}" expression="mobilne"&nbsp;
      break="on-true" /&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"
      expression="^(051|041|031|030|040|070|071)(\d{6})|^(0038651|0038641|0038631|0038630|0038640|0038670|0038671)(\d{6})"
      break="on-true"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="respond" data="403"/&gt;<br>
      &lt;/condition&gt;<br>
      <br>
      <br>
      <br>
      &lt;condition field="${toll_allow}" expression="tuje"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"
      expression="^00\d+"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="respond" data="403"/&gt;<br>
      &lt;/condition&gt;<br>
      <br>
      <br>
      &lt;condition field="${toll_allow}" expression="vroce"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"
      expression="^(090)(\d{4})|^(090)(\d{6})"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="respond" data="403"/&gt;<br>
      &lt;/condition&gt;<br>
    </small><br>
    <br>
    Regards and thank you for your help!<br>
    <br>
    Miha<br>
  </body>
</html>