[OpenSIPS-Devel] [OpenSIPS/opensips] 4cef80: Fixed bogus returned code for sl_send_reply()

Bogdan-Andrei Iancu bogdan at opensips.org
Fri Apr 21 12:28:13 EDT 2017


  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4cef80fb411178c45d49c98bcf7f54299798a091
      https://github.com/OpenSIPS/opensips/commit/4cef80fb411178c45d49c98bcf7f54299798a091
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M modules/sl/sl_funcs.c

  Log Message:
  -----------
  Fixed bogus returned code for sl_send_reply()

If called for an ACK request, the sl_send_reply() func returns 0, terminated the script execution; Changed to return success (1).

(cherry picked from commit 527017104058deb253ba5be6b32239483f834839)


  Commit: f4576ba76e599f2ace2e3d5af3bcc0be1437bbdd
      https://github.com/OpenSIPS/opensips/commit/f4576ba76e599f2ace2e3d5af3bcc0be1437bbdd
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M modules/tm/README
    M modules/tm/doc/tm_admin.xml
    M modules/tm/tm.c

  Log Message:
  -----------
  Fixed t_check_trans() not to report end-2-end ACKs

end-2-end ACKs are sequential requests (in dialog) forming a separate transaction than the INVITE; In terms of ACK matching, the t_check_trans() reports only hop-by-hop ACKs (to negative replies) which are part of the INVITE transaction.

(cherry picked from commit dee4d12f8e99adbb6e46476eaeaf2b80130cb5a9)


Compare: https://github.com/OpenSIPS/opensips/compare/d60f70f701df...f4576ba76e59


More information about the Devel mailing list