[OpenSIPS-Devel] [OpenSIPS/opensips] 5e8f0a: [fix functional bug]allow a module to register mul...

ionutrazvanionita ionutionita at opensips.org
Tue May 3 12:34:51 CEST 2016


  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5e8f0ac0e30eb928327b090ec17edf543890d463
      https://github.com/OpenSIPS/opensips/commit/5e8f0ac0e30eb928327b090ec17edf543890d463
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M main.c
    M modules/proto_bin/proto_bin.c
    M modules/proto_hep/proto_hep.c
    M modules/proto_sctp/proto_sctp.c
    M modules/proto_tls/proto_tls.c
    M modules/proto_ws/proto_ws.c
    M modules/proto_wss/proto_wss.c
    M net/proto_tcp/proto_tcp.c
    M net/proto_udp/proto_udp.c
    M net/trans.c
    M net/trans.h

  Log Message:
  -----------
  [fix functional bug]allow a module to register multiple protocols

(cherry picked from commit 0873c14d1b81887823242a955217dcc854eb97c9)


  Commit: b2ff3cc629ecf726bae501ec40111b74ceff9ccd
      https://github.com/OpenSIPS/opensips/commit/b2ff3cc629ecf726bae501ec40111b74ceff9ccd
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M ip_addr.h
    M modules/nathelper/sip_pinger.h
    M modules/proto_hep/doc/proto_hep_admin.xml
    M modules/proto_hep/hep.c
    M modules/proto_hep/hep.h
    M modules/proto_hep/hep_cb.c
    M modules/proto_hep/hep_cb.h
    M modules/proto_hep/proto_hep.c
    M modules/sipcapture/sipcapture.c
    M modules/siptrace/siptrace.c
    M modules/siptrace/siptrace.h
    M net/net_tcp.c
    M net/trans.c
    M socket_info.h

  Log Message:
  -----------
  [fix functional bug][hep] multiple versions/protocols can be used in the same time

Since commit 0873c14d1b81887823242a955217dcc854eb97c9 multiple
network protocols can be used from one module. Proto_hep was changed
to be able to use both tcp and udp in the same time. Moreover, there
is no hep_version needed since we can receive HEPv1,v2 and v3 on any
UDP interface. Since HEPv1 and v2 are not compatible with TCP, only
HEPv3 will be support. For HEPv3, Sipcapture module can now relay
packets from TCP to UDP or the reverse way.
Siptrace module was also improved. Trace id's can now be defined with
hep version and transport protocol, in order to be able to do multiple
types of tracing with different HEP protocols and/or network transports.

(cherry picked from commit 45a3aef8e151a03966a7739c2f880a3fdb0d6811)

Conflicts:
	modules/siptrace/siptrace.c


  Commit: 608881beeecd8d909786f5aa31a3d4f31ca32f5f
      https://github.com/OpenSIPS/opensips/commit/608881beeecd8d909786f5aa31a3d4f31ca32f5f
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M modules/proto_hep/README
    M modules/proto_hep/doc/proto_hep_admin.xml
    M modules/sipcapture/README
    M modules/sipcapture/doc/sipcapture_admin.xml
    M modules/siptrace/README
    M modules/siptrace/doc/siptrace_admin.xml

  Log Message:
  -----------
  [hep] updated docs for previous commit

(cherry picked from commit f9c6cdd2acf93062c252f9fc64faa6327e696718)


  Commit: a9a9d7fd01349946a8b62aa2025754810c2c23f6
      https://github.com/OpenSIPS/opensips/commit/a9a9d7fd01349946a8b62aa2025754810c2c23f6
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M modules/proto_hep/hep.c
    M modules/proto_hep/hep.h
    M modules/proto_hep/proto_hep.c

  Log Message:
  -----------
  [proto_hep] correctly name function

(cherry picked from commit 853b0bbb759d3c58f00b0749e90e4016dd500891)


  Commit: e547ec64ef005a573604c779f159377b766e22e6
      https://github.com/OpenSIPS/opensips/commit/e547ec64ef005a573604c779f159377b766e22e6
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M modules/sipcapture/sipcapture.c

  Log Message:
  -----------
  [fix functional bug][sipcapture] new HEPVERSION script variable

(cherry picked from commit 136fcb65edd4ca00cb15f088de3e58f960385518)


  Commit: 090525c44a5d51fcec2f55bfc78c72fbbdb47363
      https://github.com/OpenSIPS/opensips/commit/090525c44a5d51fcec2f55bfc78c72fbbdb47363
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M modules/sipcapture/README
    M modules/sipcapture/doc/sipcapture_admin.xml

  Log Message:
  -----------
  [sipcapture] updated docs for HEPVERSION


Compare: https://github.com/OpenSIPS/opensips/compare/e82a5b3f102a...090525c44a5d


More information about the Devel mailing list