[OpenSIPS-Devel] [OpenSIPS/opensips] 1dc26d: dialplan: Integrate with 'db_default_url'

Liviu Chircu noreply at github.com
Tue Jul 7 13:31:54 EST 2020


  Branch: refs/heads/bugfix/db-default-url-inheritance
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1dc26d3e46d29978dc64c4859ad8581e132df547
      https://github.com/OpenSIPS/opensips/commit/1dc26d3e46d29978dc64c4859ad8581e132df547
  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: 4c9ec99ee8eb2dbec62cf6713086f094217461dd
      https://github.com/OpenSIPS/opensips/commit/4c9ec99ee8eb2dbec62cf6713086f094217461dd
  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


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



More information about the Devel mailing list