[Kamailio-Users] Textops / Search / Regex

Brandon Armstead brandon at cryy.com
Thu Sep 10 19:00:30 CEST 2009


Hello,

   Long week :) -- I have completely forgotten about the regex module.
Thank you all.

On Thu, Sep 10, 2009 at 9:57 AM, Brandon Armstead <brandon at cryy.com> wrote:

> Hello,
>
>     I currently have the following search method use:
>
> search("(restricted|anonymous|Anonymous|Private|private|Unknown|unknown)")
>
> unfortunately this is catching cases where there is a Diversion header i.e.
> Diversion: < sip:1234 at someHost > ; reason = unknown
>
>
> So I attempted to do an assertion:
>
>
> search("(restricted|anonymous|Anonymous|Private|private|Unknown|(?<!reason=)unknown)")
>
> However it does not seem that Kamailio is completely PCRE compatible? thus
> server fail.... / parse error
>
> Does anyone have a solution so I can keep the same matching, except exclude
> matching "unknown|Unknown" when reason=unknown, however match it in all
> other conditions?
>
> Thank you for any and all help ahead of time.
>
>
>
> Sincerely,
> Brandon
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/users/attachments/20090910/95395a14/attachment.htm>


More information about the Users mailing list