[OpenSIPS-Devel] [OpenSIPS/opensips] aea8ec: Fix consistency and use dialog_id.

Bogdan-Andrei Iancu bogdan at opensips.org
Wed Oct 12 16:53:35 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: aea8ece81c9d1c65da03033475e97600871d2ed5
      https://github.com/OpenSIPS/opensips/commit/aea8ece81c9d1c65da03033475e97600871d2ed5
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2016-10-12 (Wed, 12 Oct 2016)

  Changed paths:
    M modules/dialog/README
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_req_within.c
    M modules/dialog/doc/dialog_admin.xml

  Log Message:
  -----------
  Fix consistency and use dialog_id.

Dialog_id is printed by dlg_list (along the h_label and h_id) as a simpler alternative to identify the dialog.
Also, the dlg_end_dlg accepts both h_label and h_id or a dialog_id.
This is needed as the DB exposes only the dialog_id, and the dialogs from DB cannot be correlated anymore with the MI commands. See #963

Closes #963.

(cherry picked from commit 944fdc1e02c0d4da00272f0c80ea2f9c0406b188)


  Commit: be02a0a9b574a13784ff959b05fcc3818f3aaf8d
      https://github.com/OpenSIPS/opensips/commit/be02a0a9b574a13784ff959b05fcc3818f3aaf8d
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2016-10-12 (Wed, 12 Oct 2016)

  Changed paths:
    M modules/dialog/README
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_req_within.c
    M modules/dialog/doc/dialog_admin.xml

  Log Message:
  -----------
  Drop hash:label identification for dialog.



More information about the Devel mailing list