[OpenSIPS-Devel] [OpenSIPS/opensips] 45a3ae: [hep] multiple versions/protocols can be used in t...

Ionut Ionita ionutionita at opensips.org
Tue May 3 12:07:41 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 45a3aef8e151a03966a7739c2f880a3fdb0d6811
      https://github.com/OpenSIPS/opensips/commit/45a3aef8e151a03966a7739c2f880a3fdb0d6811
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-04-29 (Fri, 29 Apr 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:
  -----------
  [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.


  Commit: f9c6cdd2acf93062c252f9fc64faa6327e696718
      https://github.com/OpenSIPS/opensips/commit/f9c6cdd2acf93062c252f9fc64faa6327e696718
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-04-29 (Fri, 29 Apr 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 previos commit


  Commit: 853b0bbb759d3c58f00b0749e90e4016dd500891
      https://github.com/OpenSIPS/opensips/commit/853b0bbb759d3c58f00b0749e90e4016dd500891
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-04-29 (Fri, 29 Apr 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


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

  Changed paths:
    M modules/sipcapture/sipcapture.c

  Log Message:
  -----------
  [sipcapture] new HEPVERSION script variable


  Commit: 5a2231f865e2bf313285815d3edac98df86a605c
      https://github.com/OpenSIPS/opensips/commit/5a2231f865e2bf313285815d3edac98df86a605c
  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


  Commit: 30f651d518c8c5397a30bd1a748797bb79b1746f
      https://github.com/OpenSIPS/opensips/commit/30f651d518c8c5397a30bd1a748797bb79b1746f
  Author: Ionut Ionita <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/README
    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/README
    M modules/sipcapture/doc/sipcapture_admin.xml
    M modules/sipcapture/sipcapture.c
    M modules/siptrace/README
    M modules/siptrace/doc/siptrace_admin.xml
    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:
  -----------
  Merge pull request #872 from ionutrazvanionita/hep_multiple_proto

[hep] multiple versions/protocols can be used in the same time


Compare: https://github.com/OpenSIPS/opensips/compare/34dde7fe8c3e...30f651d518c8


More information about the Devel mailing list