[Kamailio-Users] [Kamailio-Devel] New module "Regex"

Victor Pascual Ávila victor.pascual.avila at gmail.com
Wed Jan 14 14:45:07 CET 2009


On Wed, Jan 14, 2009 at 2:41 PM, Iñaki Baz Castillo <ibc at aliax.net> wrote:
> 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.

Great work! Congrats on your first module :-)
-- 
Victor Pascual Ávila


More information about the Users mailing list