[OpenSIPS-Devel] [OpenSIPS/opensips] bb57cc: permissions: Integrate with 'db_default_url'

Liviu Chircu noreply at github.com
Tue Jul 7 10:09:53 EST 2020


  Branch: refs/heads/bugfix/db-default-url-inheritance
  Home:   https://github.com/OpenSIPS/opensips
  Commit: bb57cc1c375b9325138154eb415cebc2fa971ec0
      https://github.com/OpenSIPS/opensips/commit/bb57cc1c375b9325138154eb415cebc2fa971ec0
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M modules/permissions/address.c
    M modules/permissions/address.h
    M modules/permissions/partitions.c
    M modules/permissions/partitions.h
    M modules/permissions/permissions.c
    M modules/permissions/permissions.h

  Log Message:
  -----------
  permissions: Integrate with 'db_default_url'

    * DB partitions now inherit their DB URL (if not given explicitly)
        from 'db_url' -> 'db_default_url'
    * the above is similar for the 'table_name' property
       (inherit from the 'address_table' modparam)
    * rewrite the 'partitions' parser: no more coding style limitations
    * backwards-compatible: the 'db_url' is still mandatory if you are
      not specifying a partition definition!  This is due to the fact
      that the module has a non-DB based usage mode

Part of a series of patches for #2117


  Commit: 657a8b53f07120e3233059a79f05fa7694ebbc5d
      https://github.com/OpenSIPS/opensips/commit/657a8b53f07120e3233059a79f05fa7694ebbc5d
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M modules/dialplan/dialplan.c

  Log Message:
  -----------
  dialplan MI 'dp_show_partition': Indicate client-side errors


Compare: https://github.com/OpenSIPS/opensips/compare/f67fb29e98d0...657a8b53f071



More information about the Devel mailing list