[sr-dev] git: new commits in branch master

Henning Westerholt hw at kamailio.org
Tue Jan 1 22:16:03 CET 2019


- URL:  https://github.com/kamailio/kamailio/commit/b14dc38c38a547b252c713e287dbb47caa6ca491
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

core: add DB_TABLE_VERSION_ERROR(table) error helper #define to DB1 API

- add DB_TABLE_VERSION_ERROR(table) error helper #define to DB1 API
- should used for db table check errors from modules, with table as parameter
- example log message:
  "Error during version check for db table: location, check database structure.\n"

- URL:  https://github.com/kamailio/kamailio/commit/dcbb63a0900c44adfd27a797517139051647a270
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

auth_db: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/d5dc411c1056d47d22f24133a3fe573a0ee4a247
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

carrierroute: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/54842c2ce5d226a4bd2ab0b4e960e3ab62ee0d2e
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

cplc: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/a41a0c20701818060fa82e9fde8db7c156660dbb
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

dialog: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/5f90b1f9838fe38aa8cd8c6e1af71dbd92c75da0
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

dialplan: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/f53aa8f000d396566a26ae4eff3a1aab35d1b71f
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

domain: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/57865f20449bd60b28aa95647cd46ccb4cc8e69e
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

group: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/47d9d13256bd0b1478fd5511840c6b0af861809b
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

ims_charging: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/0be172beffb7948d60e386b323ef85205ca58f8e
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

ims_dialog: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/26b1f71bab4e93ed2391f8062e883951ea0bb16c
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

lcr: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/a0db9f5af3a14a380f4a82597de7f3397f204014
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

matrix: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/5507edd5d75fbad207d94173c0e9d023f1e5196b
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

mohqueue: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/21e24b16428f23fad03c43794d3c60b9f3bff422
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

msilo: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/db7841aa78ecbbc3bbef6c8b5f3c2348d8656ff2
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

permissions: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/ac2aa9a183ba85538094c7f5662867da9ffe28df
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

presence: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/ce1a5256a0096c5ac5a294229a48f895891c16ad
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

presence_xml: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/e5085c9c085b02eb70f5512fa0849b15d7779cc8
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

pua: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/b1ad4001f46ed6487eea4954d969a97eb19e11e8
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

rls: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/9da33cd921dad97f479e80667829c287fa846fd1
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

sca: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/0fd45d23b4c3199e77699409bbb0e64a287e88a1
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

siptrace: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/33dccf230e230ddae410c302c18a2593b856e340
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

userblacklist: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/3543bbcf5620672323a0603fd0828ce05c1d7d5f
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

usrloc: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/39fb6bacd9c201aa25507800c5b717673cd8bfca
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

utils: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/8838648d9fed57937569ee580fa9d3ab02084704
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

xcap_client: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/be5883332166e972580252081f6f1f981200f256
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

xcap_server: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/5b259f6066ed0eb46c2e73feb3da1214abd43881
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T20:11:09+01:00

secfilter: convert module to use DB_TABLE_VERSION_ERROR helper

    - convert module to use DB_TABLE_VERSION_ERROR helper
    - unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/2ebd6a5b8570d68f833b2b9ca0e25c2fd87d21c3
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T21:06:51+01:00

secfilter: add "secf_" prefix to generic RPC and DB functions, use static

- add "secf_" prefix to generic RPC and DB functions
- add static qualifier to internal check_version and append_str_list functions

- URL:  https://github.com/kamailio/kamailio/commit/f08bbc99b33f576a1d6ed12c2a2b3c2a5eaf9c8d
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T21:15:15+01:00

pipelimit: convert module to use DB_TABLE_VERSION_ERROR helper

    - convert module to use DB_TABLE_VERSION_ERROR helper
    - unify error handling (properly close database on errors, null db handle)

- URL:  https://github.com/kamailio/kamailio/commit/3e463dc93f2343858a876c6db6c6e9242c1f4f02
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T21:47:33+01:00

secfilter: fix an error in version check, don't use hard-coded secfilter table name

- URL:  https://github.com/kamailio/kamailio/commit/f31dc9f0087481d99cc371424454713f802ef8c1
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T21:51:51+01:00

domainpolicy: convert module to use DB_TABLE_VERSION_ERROR helper

        - convert module to use DB_TABLE_VERSION_ERROR helper
        - unify error handling (properly close database on errors, null db handle)
        - use abstract db_table_version_error function

- URL:  https://github.com/kamailio/kamailio/commit/8d9258aba61b8d32c49e2754fa07c55c9916d209
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T21:55:15+01:00

uri_db: convert module to use DB_TABLE_VERSION_ERROR helper

        - convert module to use DB_TABLE_VERSION_ERROR helper
        - unify error handling (properly close database on errors, null db handle)
        - use abstract db_table_version_error function

- URL:  https://github.com/kamailio/kamailio/commit/9708499869d60ae3f8ed06233d270d492502dc13
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T22:02:36+01:00

rtpproxy: convert module to use DB_TABLE_VERSION_ERROR helper

- convert module to use DB_TABLE_VERSION_ERROR helper
- unify error handling (properly close database on errors, null db handle)
- use abstract db_table_version_error function

- URL:  https://github.com/kamailio/kamailio/commit/d210ba8319b3534e2fcee6978284e4982c2c34f9
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T22:05:31+01:00

rtpengine: convert module to use DB_TABLE_VERSION_ERROR helper

        - convert module to use DB_TABLE_VERSION_ERROR helper
        - unify error handling (properly close database on errors, null db handle)
        - use abstract db_table_version_error function

- URL:  https://github.com/kamailio/kamailio/commit/ba4176860e464ce54eaa86ea3f01d9ab79948ce1
Author: Henning Westerholt <hw at kamailio.org>
Date:   2019-01-01T22:12:06+01:00

lib: extend (doxygen) comments for db_table_version and db_check_table_version





More information about the sr-dev mailing list