good work Iņaki

my best regards

rickygm


From: Iņaki Baz Castillo <ibc@aliax.net>
To: users <users@lists.kamailio.org>; devel <devel@lists.kamailio.org>
Sent: Wednesday, January 14, 2009 7:41:56 AM
Subject: [Kamailio-Devel] New module "Regex"

Hi all,

I announce the first commit of "Regex" module to Kamailio trunk.

This module offers matching operations against regular expressions
using the powerful PCRE library.
A text file containing regular expressions categorized in groups is
compiled when the module is loaded, storing the compiled PCRE objects
in an array. A function to match a string or pseudo-variable against
any of these groups is provided. The text file can be modified and
reloaded at any time via a MI command.
The module also offers a function to perform a PCRE matching operation
against a regular expression provided as function parameter.

The module documentation is already online:
  http://kamailio.org/docs/modules/devel/regex.html

The commit has been done in rev 5458:
  http://openser.svn.sourceforge.net/viewvc/openser?view=rev&revision=5458

Any suggestion is really welcome.

--