[OpenSIPS-Devel] [OpenSIPS/opensips] 2e8164: dialplan: Integrate with 'db_default_url'

Liviu Chircu noreply at github.com
Tue Jul 7 14:04:28 EST 2020


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

  Changed paths:
    M modules/dialplan/dialplan.c
    M modules/dialplan/dialplan.h
    M modules/dialplan/dp_db.c
    M modules/dialplan/dp_db.h
    M str.h

  Log Message:
  -----------
  dialplan: 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: at least one partition must be specified
      (even through simply defining a global 'db_default_url') before
      the module can start

Part of a series of patches for #2117


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

  Changed paths:
    M modules/dialplan/doc/dialplan_admin.xml

  Log Message:
  -----------
  dialplan docs: Update partition, db_url and table_name


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

  Changed paths:
    M modules/dialplan/doc/dialplan_admin.xml
    M modules/permissions/doc/permissions_admin.xml

  Log Message:
  -----------
  permissions docs: Update partition, db_url and address_table


Compare: https://github.com/OpenSIPS/opensips/compare/4c9ec99ee8eb...180674b833ef



More information about the Devel mailing list