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.

-- 
Iñaki Baz Castillo
<i...@aliax.net>
_______________________________________________
Kamailio (OpenSER) - Users mailing list
Users@lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users

Reply via email to