<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    On 1/12/12 12:40 AM, Andreas Granig wrote:
    <blockquote cite="mid:4F0E1E05.7090300@sipwise.com" type="cite">
      <pre wrap="">Hi Daniel,

We're currently porting the Perl Time::Period module
(<a class="moz-txt-link-freetext" href="http://search.cpan.org/~pryan/Period-1.20/Period.pm">http://search.cpan.org/~pryan/Period-1.20/Period.pm</a>) into a kamailio
function. This allows for powerful period definitions, which we'd export
as in_time_period("$TS", "&lt;period definition&gt;") into the config file.

Would you mind renaming tmrec into something more generic like
time_utils and the existing function tmrec_match into ical_match or
something similar? We'd then integrate in_time_period() into this module
as well and push it to the repo, if there are no objections from you guys.</pre>
    </blockquote>
    the purpose of the new function still matches the name of the module
    -- 'time recurrence' operations. The module can be renamed, to
    timeops or so to keep a pattern with other module names -- not sure
    when will be time for it, before next release, so feel free to add
    new functions there meanwhile. But for the function makes no sense,
    it uses tmrec library, which has a special format based on ical
    specs.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <blockquote cite="mid:4F0E1E05.7090300@sipwise.com" type="cite">
      <pre wrap="">

Andreas

On 01/11/2012 03:51 PM, Daniel-Constantin Mierla wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Module: sip-router
Branch: master
Commit: bf692bcf4708e0c1d084bea8def9fc0d96d3f832
URL:    <a class="moz-txt-link-freetext" href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf692bcf4708e0c1d084bea8def9fc0d96d3f832">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf692bcf4708e0c1d084bea8def9fc0d96d3f832</a>

Author: Daniel-Constantin Mierla <a class="moz-txt-link-rfc2396E" href="mailto:miconda@gmail.com">&lt;miconda@gmail.com&gt;</a>
Committer: Daniel-Constantin Mierla <a class="moz-txt-link-rfc2396E" href="mailto:miconda@gmail.com">&lt;miconda@gmail.com&gt;</a>
Date:   Wed Jan 11 15:50:24 2012 +0100

tmrec: new module for time recurrence matching

- recurrence definitions based on RFC2445

---

 modules/tmrec/Makefile            |   17 ++
 modules/tmrec/README              |  231 +++++++++++++++++++++++++++
 modules/tmrec/doc/Makefile        |    4 +
 modules/tmrec/doc/tmrec.xml       |   37 +++++
 modules/tmrec/doc/tmrec_admin.xml |  311 +++++++++++++++++++++++++++++++++++++
 modules/tmrec/tmrec_mod.c         |  222 ++++++++++++++++++++++++++
 6 files changed, 822 insertions(+), 0 deletions(-)

Diff:   <a class="moz-txt-link-freetext" href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=bf692bcf4708e0c1d084bea8def9fc0d96d3f832">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=bf692bcf4708e0c1d084bea8def9fc0d96d3f832</a>

_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a>
</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a></pre>
      </blockquote>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://linkedin.com/in/miconda">http://linkedin.com/in/miconda</a> -- <a class="moz-txt-link-freetext" href="http://twitter.com/miconda">http://twitter.com/miconda</a></pre>
  </body>
</html>