[OpenSIPS-Devel] [opensips] New features for OpenSIPS 2.2 (#569)

Răzvan Crainea notifications at github.com
Tue Jul 7 17:55:01 CEST 2015


A couple of new features have been added to the master branch:

* a new event_flatstore module, that writes events directly in flat files
* in dispatcher module, each destination has a counter which specifies how many times it has been hit (Feature request #487)
* in dialplan module, the url's password is no longer shown by mi_show_partition function (Feature request  #512)
* a global parameter has been added to change default script logging level
* tune max_db_queries and max_db_retries parameters for db_mysql and db_postgres
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/569

-- Commit Summary --

  * event_flatstore: infrastructure
  * event_flatstore: defined used structures and mod_init
  * event_flatstore: added flat_free and verify_delete functions
  * Added print, match, rotate and partial raise functions
  * Added print, match, rotate and partial raise functions
  * event_flatstore: fixed errors
  * event_flatstore: added parse function
  * event_flatstore: solved conflicts
  * event_flatstore: merged all functions
  * event_flatstore: added destroy and param function
  * event_flatstore: fixed mod_init
  * event_flatstore:modified raise and parse functions
  * event_flatstore: check if path is valid (parse)
  * event_flatstore: added debug prints for flat_raise
  * event_flatstore: added debuging prints
  * Merge branch 'master' of https://github.com/vladpaiu/opensips
  * event_flatstore: added debug info for rotating and delete functions
  * Merge branch 'master' of https://github.com/vladpaiu/opensips
  * event_flatstore: added debugging messages
  * event_flatstore: added file permission parameter, fixed delimiter parameter
  * event_flatstore: fixed rotation funcion
  * Merge branch 'master' of https://github.com/vladpaiu/opensips
  * event_flatstore:fixed raise event
  * event_flatstore: fixed delete and parse for expire
  * event_flatstore: small fix iov buffer incrementing
  * event_flatstore: fixed coding style
  * event_flatstore: added documentation
  * dialplan.c: Fixed mi_show_partition to not show the password
  * dialplan.c: Fixed memory leak
  * digiplan.c: Fixed memory leak
  * added global parameter for config file: default logging level for xlog
  * dispatcher: first_hit_counter
  * db_mysql: Added module parameters max_db_queries and max_db_retries
  * db_postgres: Added module parameter max_db_queries

-- File Changes --

    M cfg.lex (3)
    M cfg.y (3)
    M modules/db_mysql/README (28)
    M modules/db_mysql/db_mysql.c (15)
    M modules/db_mysql/db_mysql.h (2)
    M modules/db_mysql/dbase.c (16)
    M modules/db_mysql/doc/db_mysql_admin.xml (40)
    M modules/db_postgres/README (14)
    M modules/db_postgres/db_postgres.c (8)
    M modules/db_postgres/dbase.c (3)
    M modules/db_postgres/doc/db_postgres_admin.xml (21)
    M modules/dialplan/dialplan.c (87)
    M modules/dispatcher/dispatch.c (18)
    M modules/dispatcher/dispatch.h (1)
    M modules/dispatcher/dispatcher.c (1)
    A modules/event_flatstore/Makefile (8)
    A modules/event_flatstore/README (140)
    A modules/event_flatstore/doc/event_flatstore.xml (61)
    A modules/event_flatstore/doc/event_flatstore_admin.xml (160)
    A modules/event_flatstore/event_flatstore.c (661)
    A modules/event_flatstore/event_flatstore.h (26)
    M xlog.c (3)
    M xlog.h (1)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/569.patch
https://github.com/OpenSIPS/opensips/pull/569.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/569
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150707/fc6316cd/attachment-0001.htm>


More information about the Devel mailing list