Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: aea8ece81c9d1c65da03033475e97600871d2ed5
      
https://github.com/OpenSIPS/opensips/commit/aea8ece81c9d1c65da03033475e97600871d2ed5
  Author: Bogdan-Andrei Iancu <bog...@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 <bog...@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.

>From now on, only the dialog ID (unique number) is displaied and accepted as 
>dialog identifier.
Affected are dlg_list(_ctx) and dlg_end_dlg MI commands


Compare: 
https://github.com/OpenSIPS/opensips/compare/2352d57e35c1...be02a0a9b574
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to