<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Michal Matyska pisze:
<blockquote cite="mid:1182177302.5846.7.camel@opus" type="cite">
  <pre wrap="">Hi Tomasz,

its strange, I'll check when I get some time for it.
Do you use 2.0.rcX or HEAD?

  </pre>
</blockquote>
I use head, I get similar errors when I try to use selects like
@ruri.name.<br>
<blockquote cite="mid:1182177302.5846.7.camel@opus" type="cite">
  <pre wrap="">Anyway, you can temporarilly use @hf_value from textops for the same
purpose...

  </pre>
</blockquote>
Ill try this:)<br>
<blockquote cite="mid:1182177302.5846.7.camel@opus" type="cite">
  <pre wrap="">
Expressions are evalueated form left to right, so 
if (A &amp;&amp; B) - if A is false, B is not evaluated at all...
  </pre>
</blockquote>
Thank you<br>
Cheers <br>
Tomasz<br>
<blockquote cite="mid:1182177302.5846.7.camel@opus" type="cite">
  <pre wrap="">
Michal

On Po, 2007-06-18 at 09:20 +0200, tzieleniewski wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Michal when I check the condition for Allow header I get the following:
Jun 18 09:15:08 rd ser[20567]: Unable to resolve select 'Allow' at level 2
Jun 18 09:15:08 rd ser[20567]: BUG: route.c:358: Unable to resolve select

Cheers
Tomasz

    </pre>
    <blockquote type="cite">
      <pre wrap="">On Pá, 2007-06-15 at 10:45 +0200, Vaclav Kubart wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Hi Tomasz,

        </pre>
        <blockquote type="cite">
          <pre wrap="">if (@ruri == <a class="moz-txt-link-rfc2396E" href="sip:name@domain">"sip:name@domain"</a>)  ?
          </pre>
        </blockquote>
        <pre wrap="">something like this could work. Try it and you will see. :-)
        </pre>
      </blockquote>
      <pre wrap="">Yes, or use (@ruri.name == "name")

      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">There would be nice to have such functionality that when UA registers
and there is no MESSAGE message indicated in the Allow header field
the offline messages are not dumped to the UA. 
          </pre>
        </blockquote>
        <pre wrap="">You can do such test in your config script before calling m_dump (if
triggered by REGISTER). It is possible to search using regular
expression (look for 'search' function usage in example config files).
        </pre>
      </blockquote>
      <pre wrap="">if (@msg.header["Allow"] =~ "mwi") might be faster and more elegant way

Michal

      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
</body>
</html>