Revision: 6102
          http://opensips.svn.sourceforge.net/opensips/?rev=6102&view=rev
Author:   anca_vamanu
Date:     2009-09-09 14:03:55 +0000 (Wed, 09 Sep 2009)

Log Message:
-----------
- added 2 new routes:
        - startup_route : called only once when the server is started (usage 
example: load some data in cache)
        - timer_route : a route that will be called at a configured interval of 
time; there can be more timer_routes defined; 
                ex: timer_route[minute_route, 60] {
                .. actions..
                } - will be called every 60 seconds

Modified Paths:
--------------
    trunk/cfg.lex
    trunk/cfg.y
    trunk/config.h
    trunk/main.c
    trunk/route.c
    trunk/route.h
    trunk/timer.c
    trunk/timer.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to