[OpenSIPS-Devel] [OpenSIPS/opensips] f7a491: fix for RFC5245 15.1 <rel-addr> and <rel-port> MUS...

Liviu Chircu liviu at opensips.org
Mon Jan 12 15:58:39 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f7a491defd9053d7c06df147ad0921974da177b1
      https://github.com/OpenSIPS/opensips/commit/f7a491defd9053d7c06df147ad0921974da177b1
  Author: Eric Tamme <eric.tamme at onsip.com>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M modules/mediaproxy/mediaproxy.c

  Log Message:
  -----------
  fix for RFC5245 15.1 <rel-addr> and <rel-port> MUST be present for server reflexive, peer, and relay candidates


  Commit: 74890a9de03b6895f096707af0a4793e908fa4dd
      https://github.com/OpenSIPS/opensips/commit/74890a9de03b6895f096707af0a4793e908fa4dd
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M modules/presence/README
    M modules/presence/doc/presence_admin.xml

  Log Message:
  -----------
  Better description of handle_subscribe().


  Commit: 604c781c9c42e9ae814476f21b53067bad8ac4f9
      https://github.com/OpenSIPS/opensips/commit/604c781c9c42e9ae814476f21b53067bad8ac4f9
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M Makefile.conf.template
    M error.h
    A mem/common.h
    M mem/mem.h
    M mem/shm_mem.h

  Log Message:
  -----------
  F_MALLOC: add extra safety checks at runtime

The F_MALLOC allocator now properly reports any free() or realloc() operations
which are performed on bogus memory regions, making OpenSIPS immediately abort.

These checks may be skipped by defining F_MALLOC_OPTIMIZATIONS at compile time.


  Commit: 37523de3303f70f2dfd5a65efbedec6a50696583
      https://github.com/OpenSIPS/opensips/commit/37523de3303f70f2dfd5a65efbedec6a50696583
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M modules/siptrace/siptrace.c

  Log Message:
  -----------
  Fix double tracing in trace_dialog().

If user AVPs are set and the trace flas is not, the code was forcing the tracing flag which was producing a duplicate of the trace. Now, the flags status (on/off) is also stored in the dialog (as var) and restore later, for each sequential request.

(cherry picked from commit 24ba3ed467bebc1f029e5c0627225f8d54163143)


  Commit: 2ada3bf007fd01a4b52a25c1390c540482c5c7cf
      https://github.com/OpenSIPS/opensips/commit/2ada3bf007fd01a4b52a25c1390c540482c5c7cf
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M modules/siptrace/siptrace.c

  Log Message:
  -----------
  Fixes realated to previous commit (double siptrace)

(cherry picked from commit d4e81886c41e17fe259ba2ee48d6b2ce3e7eb016)


  Commit: b20ef801fd0f2762bf36ed3fd543b241896833eb
      https://github.com/OpenSIPS/opensips/commit/b20ef801fd0f2762bf36ed3fd543b241896833eb
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M mem/mem.h

  Log Message:
  -----------
  mem/mem.h: fix header includes


Compare: https://github.com/OpenSIPS/opensips/compare/afdcad59e273...b20ef801fd0f


More information about the Devel mailing list