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

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


  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 887bc4b36df69244efe8b701ddc921a9e5ece580
      https://github.com/OpenSIPS/opensips/commit/887bc4b36df69244efe8b701ddc921a9e5ece580
  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: 4e3ae9214b83722c22f0fd2c800ab1525cd9ee1f
      https://github.com/OpenSIPS/opensips/commit/4e3ae9214b83722c22f0fd2c800ab1525cd9ee1f
  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/8089b0209c9d...4e3ae9214b83


More information about the Devel mailing list