IƱaki Baz Castillo wrote:
2010/4/13 alexis heron
<alexis.heron(a)crihan.fr>fr>:
> As a suggestion, if you are interested in
matching just the RURI
> username part then I strongly recommend you doing so as follows:
>
> if ( $rU =~ "^9[0-9][0-9]$" ) {
> log(1, "Matched Cisco Call Manager");
> route(4);
> }
>
>
> I have always the same error
>
Also using my suggestion?
Try removing the "log" line.
yes also usingg your suggestion and same in try removing the "log" line
In fact, the error is just before the "if" but before "if" it's
empty