Hi!

Can I use lookahead and lookbehind statements in this function (e.g. I would 
cath all errors, exclude 404, 486) ?

Best regards,
Alexander Mustafin
[email protected]




28 нояб. 2013 г., в 12:16, Alexander Mustafin <[email protected]> 
написал(а):

> Hello!
> 
> I was write the next rule in script:
>      if (t_check_status("(?!486)(?!404)[4|5][0-9][0-9]")) {
> 
> And OpenSIPS wasn’t restart succesfully. 
> 
> opensips -C /etc/opensips/opensips.cfg check was good, and no errors in debug.
> 
> With if (t_check_status("[4|5][0-9][0-9]")) works fine. 
> 
> 
> version: opensips 1.10.0-tls (x86_64/linux) daily
> 
> 
> Best regards,
> Alexander Mustafin
> [email protected]
> 
> 
> 
> 

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to