[OpenSIPS-Devel] [OpenSIPS/opensips] 48bdc1: [trace_api] add 2 more variables to common transpo...

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 48bdc1a54a5012c39ebb8e4d80ffedb41891a439
  
https://github.com/OpenSIPS/opensips/commit/48bdc1a54a5012c39ebb8e4d80ffedb41891a439
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M trace_api.h

  Log Message:
  ---
  [trace_api] add 2 more variables to common transport structre

* added the global variable trace_is_on which will globally
control whether or not tracing is activated via modparam and mi;
* added the filter route id which will be used to call
a route in which users can filter which connections shall be traced;


  Commit: 312be1d6f7d08f42a20619b84dac7233feefb095
  
https://github.com/OpenSIPS/opensips/commit/312be1d6f7d08f42a20619b84dac7233feefb095
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [proto_tls] improve control over traced tls connections

* new trace_on modparam to control whether or not tracing
should be activated;
* new trace_filter_route modparam to define a route in
which tracing for certain connections can be dropped;
* new tls_trace mi function to control global tls tracing
( on and off switch );


  Commit: 2950c4c116d0579157c816b7d3200eda895e55a8
  
https://github.com/OpenSIPS/opensips/commit/2950c4c116d0579157c816b7d3200eda895e55a8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml

  Log Message:
  ---
  [proto_tls] document trace_on, trace_filter_route modparams and tls_trace mi 
function


  Commit: 0f12e55def051ba1761467917e07452195900dc8
  
https://github.com/OpenSIPS/opensips/commit/0f12e55def051ba1761467917e07452195900dc8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c
M modules/proto_ws/ws_handshake_common.h

  Log Message:
  ---
  [proto_ws] improve control over traced ws connections
   * new trace_on modparam to control whether or not tracing
should be activated;
  * new trace_filter_route modparam to define a route in
which tracing for certain connections can be dropped;
  * new ws_trace mi function to control global ws tracing
( on and off switch );


  Commit: 4a8a29ff69f68830e9c1dccc4be92db08626f468
  
https://github.com/OpenSIPS/opensips/commit/4a8a29ff69f68830e9c1dccc4be92db08626f468
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml

  Log Message:
  ---
  [proto_ws] document trace_on, trace_filter_route modparams and ws_trace mi 
function


  Commit: 2e4acb991c7387bc8a34b0d59571581a8de7ffb7
  
https://github.com/OpenSIPS/opensips/commit/2e4acb991c7387bc8a34b0d59571581a8de7ffb7
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] improve control over traced wss connections
   * new trace_on modparam to control whether or not tracing
should be activated;
  * new trace_filter_route modparam to define a route in
which tracing for certain connections can be dropped;
  * new wss_trace mi function to control global wss tracing
( on and off switch );


  Commit: 2c7b81c69d25d23f93c680ac85ffc60d5ace34a5
  
https://github.com/OpenSIPS/opensips/commit/2c7b81c69d25d23f93c680ac85ffc60d5ace34a5
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml

  Log Message:
  ---
  [proto_wss] document trace_on, trace_filter_route modparams and wss_trace mi 
function


Compare: 
https://github.com/OpenSIPS/opensips/compare/2e97db2aa6c2...2c7b81c69d25___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] db277d: [tls_mgm] fix tls error tracing logical condition

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: db277d844f3cb6e86686811ceec941b67028ddb2
  
https://github.com/OpenSIPS/opensips/commit/db277d844f3cb6e86686811ceec941b67028ddb2
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix tls error tracing logical condition

(cherry picked from commit 401cbfbe3f54d72f59acc6d9698254e55174c176)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 401cbf: [tls_mgm] fix tls error tracing logical condition

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 401cbfbe3f54d72f59acc6d9698254e55174c176
  
https://github.com/OpenSIPS/opensips/commit/401cbfbe3f54d72f59acc6d9698254e55174c176
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix tls error tracing logical condition


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 176eee: [siptrace] fix connection id for udp protocol

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 176eee6551d72b779a6af0649fc7cfcae9041701
  
https://github.com/OpenSIPS/opensips/commit/176eee6551d72b779a6af0649fc7cfcae9041701
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix connection id for udp protocol

(cherry picked from commit 9d5aa772139d3e4e79e62e799f29ebded4eeeda7)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a92501: [siptrace] fix connection id for udp protocol

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a92501a5b3a18d6390dd978a1438c9fe2f30f6e9
  
https://github.com/OpenSIPS/opensips/commit/a92501a5b3a18d6390dd978a1438c9fe2f30f6e9
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix connection id for udp protocol


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 432dfb: [proto_wss] allocate trace on; fix route name

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 432dfb14df13735504c919ad4951a3b9f50d9824
  
https://github.com/OpenSIPS/opensips/commit/432dfb14df13735504c919ad4951a3b9f50d9824
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] allocate trace on; fix route name


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c04098: [proto_wss] allocate trace on; fix route name

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c04098d89cb30720d1cc8166a7d17550c3803581
  
https://github.com/OpenSIPS/opensips/commit/c04098d89cb30720d1cc8166a7d17550c3803581
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] allocate trace on; fix route name

(cherry picked from commit 854378ee99785bcacfb5b73b159e4ade001484d9)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 16433c: [tcp] add new 64 bit connection id; generate the o...

2017-03-15 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 16433ce276d99d3c3ccda464ef77a35c37239326
  
https://github.com/OpenSIPS/opensips/commit/16433ce276d99d3c3ccda464ef77a35c37239326
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M net/api_proto_net.h
M net/net_tcp.c
M net/net_tcp_report.c
M net/tcp_conn_defs.h

  Log Message:
  ---
  [tcp] add new 64 bit connection id; generate the old one randomly

* there is a new 64 bit connection id consisting of 4 bytes
the old connection id, 3 bytes the start time of the opensips and
1 byte randomly generated;
* the old connection id is now randomly generated at start,
being then incremented for each connection;


  Commit: 054febfb3ed49eb872d341c59b29dfbb18a87a78
  
https://github.com/OpenSIPS/opensips/commit/054febfb3ed49eb872d341c59b29dfbb18a87a78
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M net/proto_tcp/proto_tcp.c
M net/proto_tcp/tcp_common.h
M net/trans_trace.c
M net/trans_trace.h

  Log Message:
  ---
  tcp trace functions implementation

* impelemented generic trace functions for all proto modules;
* defined a global api for all network protocols;
* defined a global transport id for all transport protocols;
* used the api in proto_tcp;


  Commit: 1bb0e9dd88e2eb702c44b31a842f1004feb97dea
  
https://github.com/OpenSIPS/opensips/commit/1bb0e9dd88e2eb702c44b31a842f1004feb97dea
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c
M modules/proto_ws/ws_common.h
M modules/proto_ws/ws_handshake_common.h

  Log Message:
  ---
  [proto_ws] net trace api implementation

* used the net api to implement tracing;
* used global api and transport id;


  Commit: 8b86cbfae887a16c2d9705ca8150ee29757a8966
  
https://github.com/OpenSIPS/opensips/commit/8b86cbfae887a16c2d9705ca8150ee29757a8966
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls] net trace api implementation
   * used the net api to implement tracing;
  * used global api and transport id;


  Commit: d0e3f63d8199cbf56715bacaed4ced87442c9261
  
https://github.com/OpenSIPS/opensips/commit/d0e3f63d8199cbf56715bacaed4ced87442c9261
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] net trace api implementation
   * used the net api to implement tracing;
  * used global api and transport id;


  Commit: 3be4f294e70aed9141158a21792f90d4e1339147
  
https://github.com/OpenSIPS/opensips/commit/3be4f294e70aed9141158a21792f90d4e1339147
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/proto_ws/ws_handshake_common.h
M modules/tls_mgm/tls_conn_server.h
M net/net_tcp_report.c
M net/proto_tcp/proto_tcp.c
M net/trans_trace.c
M net/trans_trace.h

  Log Message:
  ---
  [tcp tracing] use 64bit conn id as correlation; remove error tracing

* the new 64bit connection id will be used as correlation
id for tracing;
* error tracing from proto_tcp has been removed since
we have no connection created and can't correlate those error with
anything;


  Commit: 2919f96332e470a2e363bca94d0e1b9f3495234b
  
https://github.com/OpenSIPS/opensips/commit/2919f96332e470a2e363bca94d0e1b9f3495234b
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/proto_ws/ws_handshake_common.h

  Log Message:
  ---
  [proto_ws(s)] trace web socket connect failures


Compare: 
https://github.com/OpenSIPS/opensips/compare/7281a4f43fe9...2919f96332e4___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 2e63a7: [siptrace] correlate sip messages with transport l...

2017-03-15 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2e63a73cf436d98e79853a7336a6286c95e47749
  
https://github.com/OpenSIPS/opensips/commit/2e63a73cf436d98e79853a7336a6286c95e47749
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c
M modules/siptrace/siptrace.h

  Log Message:
  ---
  [siptrace] correlate sip messages with transport layer messages


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 05da01: [proto_hep] add function to correlate two ids at w...

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 05da01474925e57cc4c7177d2f0292832ad06084
  
https://github.com/OpenSIPS/opensips/commit/05da01474925e57cc4c7177d2f0292832ad06084
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  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] add function to correlate two ids at will


  Commit: d954818905ecf3a186a131888fa6738390d5f8be
  
https://github.com/OpenSIPS/opensips/commit/d954818905ecf3a186a131888fa6738390d5f8be
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_hep/README
M modules/proto_hep/doc/proto_hep_admin.xml

  Log Message:
  ---
  [proto_hep] updated readme with new correlate function


Compare: 
https://github.com/OpenSIPS/opensips/compare/b917c70ba8d5...d954818905ec___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7a00c2: [tls_mgm] fix bad trace function placement

2017-03-20 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7a00c247f40599d6adcf93a6d32102f7e032d046
  
https://github.com/OpenSIPS/opensips/commit/7a00c247f40599d6adcf93a6d32102f7e032d046
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix bad trace function placement

(cherry picked from commit c430622c258065a2a2959e6039a01721f182ae6f)


  Commit: 39501505ea736ebaa55fa15ff214755cecc2d03c
  
https://github.com/OpenSIPS/opensips/commit/39501505ea736ebaa55fa15ff214755cecc2d03c
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M net/trans_trace.c

  Log Message:
  ---
  fix bad port byte order

(cherry picked from commit 62e897a03fb63ae5e374d750136249bbc87696da)


Compare: 
https://github.com/OpenSIPS/opensips/compare/2c1989f0d47e...39501505ea73___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c43062: [tls_mgm] fix bad trace function placement

2017-03-20 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c430622c258065a2a2959e6039a01721f182ae6f
  
https://github.com/OpenSIPS/opensips/commit/c430622c258065a2a2959e6039a01721f182ae6f
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix bad trace function placement


  Commit: 62e897a03fb63ae5e374d750136249bbc87696da
  
https://github.com/OpenSIPS/opensips/commit/62e897a03fb63ae5e374d750136249bbc87696da
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M net/trans_trace.c

  Log Message:
  ---
  fix bad port byte order


Compare: 
https://github.com/OpenSIPS/opensips/compare/c9fafb796f30...62e897a03fb6___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9725db: [siptrace] fix canceled transactions not traced

2017-03-20 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9725db15b430982f53b4cede410f08a1758091c8
  
https://github.com/OpenSIPS/opensips/commit/9725db15b430982f53b4cede410f08a1758091c8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix canceled transactions not traced

(cherry picked from commit a514837)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a51483: [siptrace] fix canceled transactions not traced

2017-03-15 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a514837d798619c78a8781e179cdbadb1b2bf2f5
  
https://github.com/OpenSIPS/opensips/commit/a514837d798619c78a8781e179cdbadb1b2bf2f5
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix canceled transactions not traced


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8cedf2: fix forward declaration bug

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8cedf29b28196da8bbaf73dace4589598ad35ddb
  
https://github.com/OpenSIPS/opensips/commit/8cedf29b28196da8bbaf73dace4589598ad35ddb
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M net/trans_trace.h

  Log Message:
  ---
  fix forward declaration bug


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 714b16: add tracing mi command for proto_tcp and route for...

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 714b1683494900fc7ea9a992ab77808f4082c04a
  
https://github.com/OpenSIPS/opensips/commit/714b1683494900fc7ea9a992ab77808f4082c04a
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M net/proto_tcp/proto_tcp.c
M net/tcp_conn_defs.h
M net/trans_trace.c
M net/trans_trace.h

  Log Message:
  ---
  add tracing mi command for proto_tcp and route for filtering traced packets

* added a new mi command in proto_tcp called trace_tcp
through which can enable/disable tracing for this protocol;
* added new module parameter "trace_on" which can enable
disable tracing from the module;
* added new module parameter "trace_filter_route" which
defines a route to enable/disable tracing for every connection;


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] e167fb: [siptrace] fix crash in case of null global contex...

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e167fb27de2e60aeecaff1691a4efbe2b74b72a9
  
https://github.com/OpenSIPS/opensips/commit/e167fb27de2e60aeecaff1691a4efbe2b74b72a9
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.h

  Log Message:
  ---
  [siptrace] fix crash in case of null global context


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] fbdd27: [proto_ws(s)] fix tracing status instead of reply ...

2017-03-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fbdd275dc613d3cfdd764044a85cc652b1091fc5
  
https://github.com/OpenSIPS/opensips/commit/fbdd275dc613d3cfdd764044a85cc652b1091fc5
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M modules/proto_ws/ws_handshake_common.h

  Log Message:
  ---
  [proto_ws(s)] fix tracing status instead of reply message


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d67ab1: [sipcapture] free allocated structures from sip_ms...

2017-04-03 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d67ab1cd266b5e9f6d2205e14a16bd7d2d6093a8
  
https://github.com/OpenSIPS/opensips/commit/d67ab1cd266b5e9f6d2205e14a16bd7d2d6093a8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/sipcapture/sipcapture.c

  Log Message:
  ---
  [sipcapture] free allocated structures from sip_msg if no script

(cherry picked from commit da840cc7e0ff5f27372fcce0022987ef80560f46)


  Commit: 77db32066b4868591d2d4bc774d85f4f9ef2f4a1
  
https://github.com/OpenSIPS/opensips/commit/77db32066b4868591d2d4bc774d85f4f9ef2f4a1
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix memleak if script is passed

(cherry picked from commit b8842cee29fa22f659fbb2e91b56c9a128d8fce4)


Compare: 
https://github.com/OpenSIPS/opensips/compare/6b5ae24c3c73...77db32066b48___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a08f82: [proto_hep] fix memleak if script is passed

2017-04-03 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a08f8256e6ea34e0a1312da3e6ff028b02f37a0d
  
https://github.com/OpenSIPS/opensips/commit/a08f8256e6ea34e0a1312da3e6ff028b02f37a0d
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix memleak if script is passed


  Commit: 2745e1aba04f3aa701e41b88c56b6692e81454f2
  
https://github.com/OpenSIPS/opensips/commit/2745e1aba04f3aa701e41b88c56b6692e81454f2
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/sipcapture/sipcapture.c

  Log Message:
  ---
  [sipcapture] free allocated structures from sip_msg if no script


Compare: 
https://github.com/OpenSIPS/opensips/compare/ed5b3900878b...2745e1aba04f___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8dad4f: [proto_hep] fix memleak if script is passed

2017-04-03 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8dad4f030065496ab405ce3a2317822cd596a7d9
  
https://github.com/OpenSIPS/opensips/commit/8dad4f030065496ab405ce3a2317822cd596a7d9
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix memleak if script is passed

(cherry picked from commit b8842cee29fa22f659fbb2e91b56c9a128d8fce4)


  Commit: 1768ffb3d2b5fde4f3ca23c06941f75431fdf8ae
  
https://github.com/OpenSIPS/opensips/commit/1768ffb3d2b5fde4f3ca23c06941f75431fdf8ae
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M modules/sipcapture/sipcapture.c

  Log Message:
  ---
  [sipcapture] free allocated structures from sip_msg if no script

(cherry picked from commit da840cc7e0ff5f27372fcce0022987ef80560f46)


Compare: 
https://github.com/OpenSIPS/opensips/compare/50641b3625a8...1768ffb3d2b5___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0e1351: [net tracing filtering] clarify connection filteri...

2017-04-07 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0e1351d53862d166bbed716319ca6f7c9c88a97d
  
https://github.com/OpenSIPS/opensips/commit/0e1351d53862d166bbed716319ca6f7c9c88a97d
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml
M net/proto_tcp/README
M net/proto_tcp/doc/proto_tcp_admin.xml

  Log Message:
  ---
  [net tracing filtering] clarify connection filtering tools

(cherry picked from commit d858411ad26b6c95e54e0633df0ec1db47e919d1)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 257507: [net tracing filtering] clarify connection filteri...

2017-04-07 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 257507ee62397c788b0f7767a791c77b48194e46
  
https://github.com/OpenSIPS/opensips/commit/257507ee62397c788b0f7767a791c77b48194e46
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml
M net/proto_tcp/README
M net/proto_tcp/doc/proto_tcp_admin.xml

  Log Message:
  ---
  [net tracing filtering] clarify connection filtering tools


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 764c64: tracing by default off; fix report condition

2017-04-05 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 764c6417e8f152f9228678740b5ce74c5e5b1a1d
  
https://github.com/OpenSIPS/opensips/commit/764c6417e8f152f9228678740b5ce74c5e5b1a1d
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml
M modules/proto_tls/proto_tls.c
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml
M modules/proto_ws/proto_ws.c
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml
M modules/proto_wss/proto_wss.c
M net/proto_tcp/README
M net/proto_tcp/doc/proto_tcp_admin.xml
M net/proto_tcp/proto_tcp.c

  Log Message:
  ---
  tracing by default off; fix report condition

(cherry picked from commit 8c1993f765f1f1b48c307126a07d0fd21b78e423)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8c1993: tracing by default off; fix report condition

2017-04-05 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8c1993f765f1f1b48c307126a07d0fd21b78e423
  
https://github.com/OpenSIPS/opensips/commit/8c1993f765f1f1b48c307126a07d0fd21b78e423
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml
M modules/proto_tls/proto_tls.c
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml
M modules/proto_ws/proto_ws.c
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml
M modules/proto_wss/proto_wss.c
M net/proto_tcp/README
M net/proto_tcp/doc/proto_tcp_admin.xml
M net/proto_tcp/proto_tcp.c

  Log Message:
  ---
  tracing by default off; fix report condition


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 39d777: [siptrace] set context for all failure route reque...

2017-04-06 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 39d77788a7da935811da5948ead430d7d45800d8
  
https://github.com/OpenSIPS/opensips/commit/39d77788a7da935811da5948ead430d7d45800d8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] set context for all failure route requests

The siptrace context pointer was handled via the processing
context. In failure route the context was not set thus not knowing
if the tracing was activated or not. Because of this internally
generated requests were not traced. Now each time a request is
sent the context is set from tm callback parameter.

(cherry picked from commit 086b3caf8b87e4916bbfca134c2d119d3ee78e5c)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 62f278: [siptrace] set context for all failure route reque...

2017-04-06 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 62f278f96e516f09edfd1a3611fb6a9ae82a5d02
  
https://github.com/OpenSIPS/opensips/commit/62f278f96e516f09edfd1a3611fb6a9ae82a5d02
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] set context for all failure route requests

The siptrace context pointer was handled via the processing
context. In failure route the context was not set thus not knowing
if the tracing was activated or not. Because of this internally
generated requests were not traced. Now each time a request is
sent the context is set from tm callback parameter.


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f9ca59: [statistics mod] fix stat lookup for $stat variabl...

2017-04-11 Thread ionutrazvanionita
  Branch: refs/heads/statistics-patch
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f9ca59f7baa20701f21ec9c7912c21e13580f8c3
  
https://github.com/OpenSIPS/opensips/commit/f9ca59f7baa20701f21ec9c7912c21e13580f8c3
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M modules/statistics/statistics.c

  Log Message:
  ---
  [statistics mod] fix stat lookup for $stat variable


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips]

2017-04-11 Thread ionutrazvanionita
  Branch: refs/heads/statistics-patch
  Home:   https://github.com/OpenSIPS/opensips
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] abdda3: [proto_tcp] add conn closed tracing function

2017-03-09 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: abdda3192775afec81f1d5d9359ab1386ea68dfb
  
https://github.com/OpenSIPS/opensips/commit/abdda3192775afec81f1d5d9359ab1386ea68dfb
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M net/proto_tcp/proto_tcp.c

  Log Message:
  ---
  [proto_tcp] add conn closed tracing function


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 56eeaa: [trace_api] define shared structure definition for...

2017-03-09 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 56eeaa6de7f243437a14f9eaf2330910ad7ddb60
  
https://github.com/OpenSIPS/opensips/commit/56eeaa6de7f243437a14f9eaf2330910ad7ddb60
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M trace_api.h

  Log Message:
  ---
  [trace_api] define shared structure definition for each traced protocol


  Commit: c4a499e1328c088593ebe91586bfcf1d04e37068
  
https://github.com/OpenSIPS/opensips/commit/c4a499e1328c088593ebe91586bfcf1d04e37068
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_hep/hep.c
M net/proto_tcp/proto_tcp.c
M net/proto_tcp/tcp_common.h
M net/proto_tcp/tcp_common_defs.h

  Log Message:
  ---
  enable tracing for tcp connections


  Commit: fdd8fa19fc4019e31787e3dd91f9d52d16795fad
  
https://github.com/OpenSIPS/opensips/commit/fdd8fa19fc4019e31787e3dd91f9d52d16795fad
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c
M modules/proto_ws/proto_ws.h
M modules/proto_ws/ws_handshake_common.h

  Log Message:
  ---
  enable tracing for websocket connections


  Commit: 8ba4e99484479cd0724b57d9fe83bae479cdc062
  
https://github.com/OpenSIPS/opensips/commit/8ba4e99484479cd0724b57d9fe83bae479cdc062
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c
M modules/tls_mgm/tls_conn.h
M modules/tls_mgm/tls_conn_server.h
M modules/tls_mgm/tls_helper.h

  Log Message:
  ---
  enable tracing for tls connections


  Commit: 1856bde6be05aee16fd3e52543a87e6c1b510319
  
https://github.com/OpenSIPS/opensips/commit/1856bde6be05aee16fd3e52543a87e6c1b510319
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  enable tracing for secure ws connections


  Commit: a0ff2b4a46551784b077c86e8f8dd80371dd81eb
  
https://github.com/OpenSIPS/opensips/commit/a0ff2b4a46551784b077c86e8f8dd80371dd81eb
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/siptrace/doc/siptrace_admin.xml

  Log Message:
  ---
  [siptrace] update trace_id docs


  Commit: ae8468bb2e7908242958e1619c109726afbba894
  
https://github.com/OpenSIPS/opensips/commit/ae8468bb2e7908242958e1619c109726afbba894
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M net/proto_tcp/README
M net/proto_tcp/doc/proto_tcp_admin.xml

  Log Message:
  ---
  [proto_tcp] regenerate readme concerning tracing


  Commit: 8e2377f8562a97298eeddd0eadef53ffec413dcd
  
https://github.com/OpenSIPS/opensips/commit/8e2377f8562a97298eeddd0eadef53ffec413dcd
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls_admin.xml

  Log Message:
  ---
  [proto_tls] regenerate readme concerning tracing


  Commit: f215d35bd2b9f4c25edbb8df76b711033bbdaa35
  
https://github.com/OpenSIPS/opensips/commit/f215d35bd2b9f4c25edbb8df76b711033bbdaa35
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_ws/README
M modules/proto_ws/doc/proto_ws_admin.xml

  Log Message:
  ---
  [proto_ws] regenerate readme concerning tracing


  Commit: 98a2013a5a258237c7e730496a4bb4b97f947bc5
  
https://github.com/OpenSIPS/opensips/commit/98a2013a5a258237c7e730496a4bb4b97f947bc5
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M modules/proto_wss/README
M modules/proto_wss/doc/proto_wss_admin.xml

  Log Message:
  ---
  [proto_wss] regenerate readme concerning tracing


  Commit: 22be90421f69f0173ef8e40640525e85e6507dff
  
https://github.com/OpenSIPS/opensips/commit/22be90421f69f0173ef8e40640525e85e6507dff
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M net/proto_tcp/proto_tcp.c

  Log Message:
  ---
  [proto_tcp] minor tracing fixes


Compare: 
https://github.com/OpenSIPS/opensips/compare/1eb4ec0f78f4...22be90421f69___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6d7b94: [rest_client] fix compilation issues for older lib...

2017-03-08 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6d7b944422ab6468376813f6258fc83c5d739dbb
  
https://github.com/OpenSIPS/opensips/commit/6d7b944422ab6468376813f6258fc83c5d739dbb
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
M modules/rest_client/rest_methods.c

  Log Message:
  ---
  [rest_client] fix compilation issues for older libcurl versions


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c73d8d: add transport trace functions definitions

2017-03-14 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c73d8debad299e793c716be0ef0eff5c354d60d0
  
https://github.com/OpenSIPS/opensips/commit/c73d8debad299e793c716be0ef0eff5c354d60d0
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M net/trans_trace.c
M net/trans_trace.h

  Log Message:
  ---
  add transport trace functions definitions


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] edd6f7: [siptrace] fix adding correlation id for each sip ...

2017-03-07 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: edd6f77859c94977477d6ce2ea3f0c42af9988cd
  
https://github.com/OpenSIPS/opensips/commit/edd6f77859c94977477d6ce2ea3f0c42af9988cd
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix adding correlation id for each sip packet


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9c0e3a: [db_virtual] fix or flag propagation from db_virtu...

2017-03-01 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9c0e3a1af33c475d9a5bcee09e3e3f8901948b17
  
https://github.com/OpenSIPS/opensips/commit/9c0e3a1af33c475d9a5bcee09e3e3f8901948b17
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M modules/db_virtual/dbase.c

  Log Message:
  ---
  [db_virtual] fix or flag propagation from db_virtual to other db backends

Nested connections under db_virtual were not receiving the
flags existing in the mother connection ( db_virtual connection ).
Because of this modules using OR operator for example ( like usrloc
and dialog ) were forced to used the default operator, AND thus
creating other queries than the ones desired.

Thanks to Chris Maciejewski <ch...@level7systems.co.uk> for reporting

(cherry picked from commit 7b0bc8255e15b04372429bb847674a589854acd0)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7b0bc8: [db_virtual] fix or flag propagation from db_virtu...

2017-03-01 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7b0bc8255e15b04372429bb847674a589854acd0
  
https://github.com/OpenSIPS/opensips/commit/7b0bc8255e15b04372429bb847674a589854acd0
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M modules/db_virtual/dbase.c

  Log Message:
  ---
  [db_virtual] fix or flag propagation from db_virtual to other db backends

Nested connections under db_virtual were not receiving the
flags existing in the mother connection ( db_virtual connection ).
Because of this modules using OR operator for example ( like usrloc
and dialog ) were forced to used the default operator, AND thus
creating other queries than the ones desired.

Thanks to Chris Maciejewski <ch...@level7systems.co.uk> for reporting


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f3bbcb: [proto_wss] fix tls tracing without ws and possibl...

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f3bbcb39513adce45753d17a35c08fbe7f68767e
  
https://github.com/OpenSIPS/opensips/commit/f3bbcb39513adce45753d17a35c08fbe7f68767e
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] fix tls tracing without ws and possible memleak

There were 2 cases when tls could have been traced without
ws, but the hep message was not sent:
1) when the certificate was not accepted by the connecting
client causing an EOF after the TLS handshake; on this scenario
the tls message was built but not traced, therefore a memory leak;
2) when there was an error at the TLS level; the tracing
was done only after the ws handshake took place therefore any tls
error would have caused the message not to be traced;

(cherry picked from commit ab8d7258fcdf34aa02ba65bf57cbbee23355b7a1)


  Commit: ff97fef0325c365dbad7090c341ee3b867f9c7a8
  
https://github.com/OpenSIPS/opensips/commit/ff97fef0325c365dbad7090c341ee3b867f9c7a8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c

  Log Message:
  ---
  [proto_ws] use trace function from trans_trace.h

(cherry picked from commit 41acbf1501cd7a5276ab813341ff2fc450a145e2)


  Commit: bbd17f7736251994f7642ec81b5badbe6cd205e2
  
https://github.com/OpenSIPS/opensips/commit/bbd17f7736251994f7642ec81b5badbe6cd205e2
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c

  Log Message:
  ---
  [proto_tls] fix events not being traced in case of tls error

(cherry picked from commit d4f6e05f8c1b203222910631a8395cf4c83d6656)


Compare: 
https://github.com/OpenSIPS/opensips/compare/4af0aaa83814...bbd17f773625___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a527da: [proto_wss] fix tls tracing without ws and possibl...

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a527da79156412bee8bd9b7e89cc834e0f597356
  
https://github.com/OpenSIPS/opensips/commit/a527da79156412bee8bd9b7e89cc834e0f597356
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] fix tls tracing without ws and possible memleak

There were 2 cases when tls could have been traced without
ws, but the hep message was not sent:
1) when the certificate was not accepted by the connecting
client causing an EOF after the TLS handshake; on this scenario
the tls message was built but not traced, therefore a memory leak;
2) when there was an error at the TLS level; the tracing
was done only after the ws handshake took place therefore any tls
error would have caused the message not to be traced;


  Commit: aafbdf16cb8de3c9b19a22704d70408fe4d124c4
  
https://github.com/OpenSIPS/opensips/commit/aafbdf16cb8de3c9b19a22704d70408fe4d124c4
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c

  Log Message:
  ---
  [proto_ws] use trace function from trans_trace.h


  Commit: 6fb06a667b73a9434a761526c64fb352679bbb4e
  
https://github.com/OpenSIPS/opensips/commit/6fb06a667b73a9434a761526c64fb352679bbb4e
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c

  Log Message:
  ---
  [proto_tls] fix events not being traced in case of tls error


Compare: 
https://github.com/OpenSIPS/opensips/compare/2af6d958ffb2...6fb06a667b73___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0f903f: Document homer5_on from proto_hep influence on rep...

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0f903f1e0b7a1eef5c5b64aa04bcc2aa3db35af5
  
https://github.com/OpenSIPS/opensips/commit/0f903f1e0b7a1eef5c5b64aa04bcc2aa3db35af5
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  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

  Log Message:
  ---
  Document homer5_on from proto_hep influence on report_capture function


  Commit: 1420fe05244db2247f3633c9cc82752994360cf2
  
https://github.com/OpenSIPS/opensips/commit/1420fe05244db2247f3633c9cc82752994360cf2
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
A modules/sipcapture/sql/report5capture.sql
A modules/sipcapture/sql/report6capture.sql
R modules/sipcapture/sql/rtcpcapture.sql

  Log Message:
  ---
  [sipcapture] report capture table samples for HOMER5 and HOMER6


Compare: 
https://github.com/OpenSIPS/opensips/compare/04f7fbdea503...1420fe05244d___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1c4a64: Document homer5_on from proto_hep influence on rep...

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1c4a6460b27dfef282f868a2eb4fda88da0dbacd
  
https://github.com/OpenSIPS/opensips/commit/1c4a6460b27dfef282f868a2eb4fda88da0dbacd
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  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

  Log Message:
  ---
  Document homer5_on from proto_hep influence on report_capture function

(cherry picked from commit 0f903f1e0b7a1eef5c5b64aa04bcc2aa3db35af5)


  Commit: db12fee7d25c0c85431ab2ad887f11983671245c
  
https://github.com/OpenSIPS/opensips/commit/db12fee7d25c0c85431ab2ad887f11983671245c
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
A modules/sipcapture/sql/report5capture.sql
A modules/sipcapture/sql/report6capture.sql
R modules/sipcapture/sql/rtcpcapture.sql

  Log Message:
  ---
  [sipcapture] report capture table samples for HOMER5 and HOMER6

(cherry picked from commit 1420fe05244db2247f3633c9cc82752994360cf2)


Compare: 
https://github.com/OpenSIPS/opensips/compare/65c1c7d076de...db12fee7d25c___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] fe8922: [usrloc] remove unnecessary condition; minor namin...

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fe892264a754e54cd6e778220ffa950fc92c3139
  
https://github.com/OpenSIPS/opensips/commit/fe892264a754e54cd6e778220ffa950fc92c3139
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] remove unnecessary condition; minor naming fixes


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0e9f1a: [usrloc] fix contact removal in DB_ONLY mode

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0e9f1ab3911e684b8ba8e34c65f075d24a986540
  
https://github.com/OpenSIPS/opensips/commit/0e9f1ab3911e684b8ba8e34c65f075d24a986540
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] fix contact removal in DB_ONLY mode


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f114dd: [usrloc] fix contact removal in DB_ONLY mode

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f114dd2918b4fb53b5858b06b7110211d221e5ee
  
https://github.com/OpenSIPS/opensips/commit/f114dd2918b4fb53b5858b06b7110211d221e5ee
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] fix contact removal in DB_ONLY mode

(cherry picked from commit b807576180ef4ae0e85176bab364703f4af5b419)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0e8320: [usrloc] fix contact removal in DB_ONLY mode

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0e83202dc1baaab1ab44a9e12dda63a6d7e2653d
  
https://github.com/OpenSIPS/opensips/commit/0e83202dc1baaab1ab44a9e12dda63a6d7e2653d
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] fix contact removal in DB_ONLY mode

(cherry picked from commit b807576180ef4ae0e85176bab364703f4af5b419)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d745c5: [usrloc] remove unnecessary condition; minor namin...

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d745c50c6d5c5d4dd04f8194202ae2cc8ab9e739
  
https://github.com/OpenSIPS/opensips/commit/d745c50c6d5c5d4dd04f8194202ae2cc8ab9e739
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] remove unnecessary condition; minor naming fixes

(cherry picked from commit f915a8088d1576211f5023c8e3924cd8451b5e62)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 55e4b7: [usrloc] remove unnecessary condition; minor namin...

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 55e4b7b47bde7512aa7836bf9111c59de8d49dd1
  
https://github.com/OpenSIPS/opensips/commit/55e4b7b47bde7512aa7836bf9111c59de8d49dd1
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/usrloc/urecord.c

  Log Message:
  ---
  [usrloc] remove unnecessary condition; minor naming fixes

(cherry picked from commit f915a8088d1576211f5023c8e3924cd8451b5e62)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 15271d: fix transport hep identifier from net to trans

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 15271daa8e891e531712732162cd31ec132e0544
  
https://github.com/OpenSIPS/opensips/commit/15271daa8e891e531712732162cd31ec132e0544
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c
M modules/proto_wss/proto_wss.c
M net/proto_tcp/tcp_common.h

  Log Message:
  ---
  fix transport hep identifier from net to trans


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] abec7c: fix transport hep identifier from net to trans

2017-04-26 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: abec7c0781a8f52add5f0e74a2e0dda48d9404f6
  
https://github.com/OpenSIPS/opensips/commit/abec7c0781a8f52add5f0e74a2e0dda48d9404f6
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c
M modules/proto_wss/proto_wss.c
M net/proto_tcp/tcp_common.h

  Log Message:
  ---
  fix transport hep identifier from net to trans

(cherry picked from commit cddeca398a99563e06988bef416a40a70fff139f)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 074e10: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 074e104694c19ccdf97b75df27219a312aa67796
  
https://github.com/OpenSIPS/opensips/commit/074e104694c19ccdf97b75df27219a312aa67796
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;

(cherry picked from commit 6c51756205e96cb2c22d781256aa7484cdb3ffa5)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] fdfb68: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fdfb68905f13d8c35aba475078f89fec5be461a7
  
https://github.com/OpenSIPS/opensips/commit/fdfb68905f13d8c35aba475078f89fec5be461a7
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8ced9b: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8ced9b8af0adafe65383dcb7ef9a0c5856bc0d68
  
https://github.com/OpenSIPS/opensips/commit/8ced9b8af0adafe65383dcb7ef9a0c5856bc0d68
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4b2dd4: [proto_hep] use homer5 format by default

2017-04-25 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4b2dd44dcda8e17d22c21b757615e365fbb3
  
https://github.com/OpenSIPS/opensips/commit/4b2dd44dcda8e17d22c21b757615e365fbb3
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] use homer5 format by default

(cherry picked from commit 4ee0764f98e43215472186fef2247d2439d4801d)


  Commit: 9689a22142af7f69ef6b8a62c83e093c97c2057c
  
https://github.com/OpenSIPS/opensips/commit/9689a22142af7f69ef6b8a62c83e093c97c2057c
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M xlog.c

  Log Message:
  ---
  [xlog] fix add xlog level as event key

(cherry picked from commit 5bb8378256d4057ba4ccbfefaf6285d8ae44a307)


  Commit: 1829895d8a01029449abeb8a7e1331ecef91738e
  
https://github.com/OpenSIPS/opensips/commit/1829895d8a01029449abeb8a7e1331ecef91738e
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
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/sipcapture/sipcapture.c

  Log Message:
  ---
  [sipcapture] fix homer6 incompatibilities for report_capture and sip_capture

* export homer version via proto_hep to sipcapture
* fix report_capture columns depending on version
* use extra_correlation chunk for sip_capture if homer6 used

(cherry picked from commit 7ec9a572b75e3093b93afa75423c8b26ab371bb4)


  Commit: 1b22290a744be4bbecfc8a068ffeac7ec61411b8
  
https://github.com/OpenSIPS/opensips/commit/1b22290a744be4bbecfc8a068ffeac7ec61411b8
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix extra corelation key name from trans to net

(cherry picked from commit 6097ec5386213cf77d21e8a7bf3f0860559952be)


  Commit: 154a6283f7c8644f19034912eaa58d2b1e42f4a0
  
https://github.com/OpenSIPS/opensips/commit/154a6283f7c8644f19034912eaa58d2b1e42f4a0
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  [proto_hep]set different addresses if none specified for source and 
destination

(cherry picked from commit 3c904e2106a452221d1587b00779ba6c22adb3c6)


Compare: 
https://github.com/OpenSIPS/opensips/compare/8a129fff9721...154a6283f7c8___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 590241: [proto_hep] use homer5 format by default

2017-04-25 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 590241709f026789670cb7c55ce7b9a9aeb9da91
  
https://github.com/OpenSIPS/opensips/commit/590241709f026789670cb7c55ce7b9a9aeb9da91
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] use homer5 format by default


  Commit: dcfe89e724fc00108350d4852a28cda9eebe7ecf
  
https://github.com/OpenSIPS/opensips/commit/dcfe89e724fc00108350d4852a28cda9eebe7ecf
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M xlog.c

  Log Message:
  ---
  [xlog] fix add xlog level as event key


  Commit: 52905ebc737bf31acf4e1fcd55f5b480645ce528
  
https://github.com/OpenSIPS/opensips/commit/52905ebc737bf31acf4e1fcd55f5b480645ce528
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
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/sipcapture/sipcapture.c

  Log Message:
  ---
  [sipcapture] fix homer6 incompatibilities for report_capture and sip_capture

* export homer version via proto_hep to sipcapture
* fix report_capture columns depending on version
* use extra_correlation chunk for sip_capture if homer6 used


  Commit: 5fe2d7047b5dcdf859f08608a4a0f5c8373557f6
  
https://github.com/OpenSIPS/opensips/commit/5fe2d7047b5dcdf859f08608a4a0f5c8373557f6
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix extra corelation key name from trans to net


  Commit: 833a9c4ff89b319912e3dea3be9a487d2c2ce618
  
https://github.com/OpenSIPS/opensips/commit/833a9c4ff89b319912e3dea3be9a487d2c2ce618
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  [proto_hep]set different addresses if none specified for source and 
destination


Compare: 
https://github.com/OpenSIPS/opensips/compare/b604bd9a977f...833a9c4ff89b___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 04f7fb: [proto_hep] fix transport identfier from trans to ...

2017-04-25 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 04f7fbdea5034bc002c9e27c6a48fdacbd93b381
  
https://github.com/OpenSIPS/opensips/commit/04f7fbdea5034bc002c9e27c6a48fdacbd93b381
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/proto_hep/hep.c

  Log Message:
  ---
  [proto_hep] fix transport identfier from trans to net


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 65c1c7: [proto_hep] fix transport identfier from trans to ...

2017-04-25 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 65c1c7d076de433e949d96e62c8b3f13c12da84c
  
https://github.com/OpenSIPS/opensips/commit/65c1c7d076de433e949d96e62c8b3f13c12da84c
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M modules/proto_hep/hep.c

  Log Message:
  ---
  [proto_hep] fix transport identfier from trans to net

(cherry picked from commit 04f7fbdea5034bc002c9e27c6a48fdacbd93b381)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ac2846: [tls_mgm] fix uninit variable usage

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ac28466ace01f239caa8a2ed4d49c51c1962089a
  
https://github.com/OpenSIPS/opensips/commit/ac28466ace01f239caa8a2ed4d49c51c1962089a
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M modules/tls_mgm/tls_conn.h

  Log Message:
  ---
  [tls_mgm] fix uninit variable usage

(cherry picked from commit 8d3aaddf1e10b76a2434f60e1802863107b62f39)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 509b8d: [tls_mgm] fix uninit variable usage

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 509b8d1745e7aa4d3016d7f521469b369a85e10b
  
https://github.com/OpenSIPS/opensips/commit/509b8d1745e7aa4d3016d7f521469b369a85e10b
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M modules/tls_mgm/tls_conn.h

  Log Message:
  ---
  [tls_mgm] fix uninit variable usage


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 65c5b3: [db datetime parsing] parse only date if date-time...

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 65c5b34ea0d9ca7a6396338152a5ba9945b99919
  
https://github.com/OpenSIPS/opensips/commit/65c5b34ea0d9ca7a6396338152a5ba9945b99919
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M db/db_ut.c

  Log Message:
  ---
  [db datetime parsing] parse only date if date-time format parsing fails

(cherry picked from commit 334c67a9fb93fefe724292bd883f30ba722b2aa3)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 645f71: [db datetime parsing] parse only date if date-time...

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 645f71b1d7375fc3fa72403044605595d021aded
  
https://github.com/OpenSIPS/opensips/commit/645f71b1d7375fc3fa72403044605595d021aded
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M db/db_ut.c

  Log Message:
  ---
  [db datetime parsing] parse only date if date-time format parsing fails

(cherry picked from commit 334c67a9fb93fefe724292bd883f30ba722b2aa3)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0fac95: [db datetime parsing] parse only date if date-time...

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0fac958226df077d35f81170ca41c66e458f8377
  
https://github.com/OpenSIPS/opensips/commit/0fac958226df077d35f81170ca41c66e458f8377
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M db/db_ut.c

  Log Message:
  ---
  [db datetime parsing] parse only date if date-time format parsing fails


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4f88a2: [db datetime parsing] parse only date if date-time...

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4f88a23f69d241e052916c49880dc85cbbcbf797
  
https://github.com/OpenSIPS/opensips/commit/4f88a23f69d241e052916c49880dc85cbbcbf797
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M db/db_ut.c

  Log Message:
  ---
  [db datetime parsing] parse only date if date-time format parsing fails

(cherry picked from commit 334c67a9fb93fefe724292bd883f30ba722b2aa3)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4f8cf5: [db datetime parsing] parse only date if date-time...

2017-04-24 Thread ionutrazvanionita
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4f8cf58bddd3046d1911f76b5499fd3c5c83bf71
  
https://github.com/OpenSIPS/opensips/commit/4f8cf58bddd3046d1911f76b5499fd3c5c83bf71
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M db/db_ut.c

  Log Message:
  ---
  [db datetime parsing] parse only date if date-time format parsing fails

(cherry picked from commit 334c67a9fb93fefe724292bd883f30ba722b2aa3)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 16a1be: [aaa_radius] fix Makefile if pkg-config doesn't fi...

2017-04-28 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 16a1be540e0d7e47294dfdbfffef01fbd11f17d6
  
https://github.com/OpenSIPS/opensips/commit/16a1be540e0d7e47294dfdbfffef01fbd11f17d6
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M modules/aaa_radius/Makefile

  Log Message:
  ---
  [aaa_radius] fix Makefile if pkg-config doesn't find the lib


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6ba33b: [aaa_radius] fix Makefile if pkg-config doesn't fi...

2017-04-28 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6ba33b589eefeca2fe6e4e8503c56e4f34d33abd
  
https://github.com/OpenSIPS/opensips/commit/6ba33b589eefeca2fe6e4e8503c56e4f34d33abd
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M modules/aaa_radius/Makefile

  Log Message:
  ---
  [aaa_radius] fix Makefile if pkg-config doesn't find the lib

(cherry picked from commit c4471299f6dc9b2315453191a6f3c72cfad6f89c)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 591edd: [siptrace] allow only one variable or text for tra...

2017-05-15 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 591edd5324ab34168eed98f965832b3d4806d5c2
  
https://github.com/OpenSIPS/opensips/commit/591edd5324ab34168eed98f965832b3d4806d5c2
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M modules/siptrace/siptrace.c
M modules/siptrace/siptrace.h

  Log Message:
  ---
  [siptrace] allow only one variable or text for trace id function param

(cherry picked from commit 191592838b85e1ec07ee6d154567c53edd9de0e9)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 05d42b: [acc] allow multiple rows extra/leg fields definit...

2017-05-11 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 05d42b61a36e139bd6514798619b44c657db316e
  
https://github.com/OpenSIPS/opensips/commit/05d42b61a36e139bd6514798619b44c657db316e
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M modules/acc/acc_extra.c

  Log Message:
  ---
  [acc] allow multiple rows extra/leg fields definition


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 058120: [acc] allow multiple rows extra/leg fields definit...

2017-05-11 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 05812093298fbb23cec6436fc89d9c8da35a3721
  
https://github.com/OpenSIPS/opensips/commit/05812093298fbb23cec6436fc89d9c8da35a3721
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M modules/acc/acc_extra.c

  Log Message:
  ---
  [acc] allow multiple rows extra/leg fields definition

(cherry picked from commit 777bf95b3811895200f46b02126689bee55b23e2)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 352fb5: [acc extra] fix overwriting right-operand value wh...

2017-05-16 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 352fb528011a16064a55210a99b2acbeaefb906c
  
https://github.com/OpenSIPS/opensips/commit/352fb528011a16064a55210a99b2acbeaefb906c
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc_vars.c

  Log Message:
  ---
  [acc extra] fix overwriting right-operand value when setting acc extra/leg

(cherry picked from commit 4f7f44ae8b38b345a7a29a177873912d6857569d)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1c0914: [acc extra] fix overwriting right-operand value wh...

2017-05-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1c0914eb9dbf533691fe6df6faf0bba518713c2d
  
https://github.com/OpenSIPS/opensips/commit/1c0914eb9dbf533691fe6df6faf0bba518713c2d
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc_vars.c

  Log Message:
  ---
  [acc extra] fix overwriting right-operand value when setting acc extra/leg


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 42c682: [acc] null terminate leg/extra values when storing...

2017-05-12 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 42c6820349274398430d0c42dc1cad7d39a59a73
  
https://github.com/OpenSIPS/opensips/commit/42c6820349274398430d0c42dc1cad7d39a59a73
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M modules/acc/acc_extra.c

  Log Message:
  ---
  [acc] null terminate leg/extra values when storing them

* problems appeared when the name of the AVP was given to radius
backend which expected null terminated strings

(cherry picked from commit 3a4fd0b81122adf3e0926ab7705e423e87f80e40)


  Commit: ca046d566fc90612b3060a5761eb90c1d97cc319
  
https://github.com/OpenSIPS/opensips/commit/ca046d566fc90612b3060a5761eb90c1d97cc319
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M modules/acc/acc_mod.c

  Log Message:
  ---
  [acc] don't start if extra values defined but no aaa/db url defined

(cherry picked from commit d86047abd2659562c0e0c4c6fb70e7b6367953ea)


Compare: 
https://github.com/OpenSIPS/opensips/compare/af3667dbd25a...ca046d566fc9___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d6cec5: [acc] don't start if extra values defined but no a...

2017-05-12 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d6cec5722f0577bc0254b683d5143085a76e4a42
  
https://github.com/OpenSIPS/opensips/commit/d6cec5722f0577bc0254b683d5143085a76e4a42
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M modules/acc/acc_mod.c

  Log Message:
  ---
  [acc] don't start if extra values defined but no aaa/db url defined


  Commit: 853aae1cb9286072cd0ff45d469068d2ff5c17e7
  
https://github.com/OpenSIPS/opensips/commit/853aae1cb9286072cd0ff45d469068d2ff5c17e7
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M modules/acc/acc_extra.c

  Log Message:
  ---
  [acc] null terminate leg/extra values when storing them

* problems appeared when the name of the AVP was given to radius
backend which expected null terminated strings


Compare: 
https://github.com/OpenSIPS/opensips/compare/0b2f7bb81567...853aae1cb928___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 789b9b: [acc] fix adding extra when doing CDRs

2017-05-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 789b9b0632dab63d42be8deff8501b70001c7074
  
https://github.com/OpenSIPS/opensips/commit/789b9b0632dab63d42be8deff8501b70001c7074
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc.c

  Log Message:
  ---
  [acc] fix adding extra when doing CDRs


  Commit: 8ebf592156f5a915f2bdd3241163705921f71b29
  
https://github.com/OpenSIPS/opensips/commit/8ebf592156f5a915f2bdd3241163705921f71b29
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc.c

  Log Message:
  ---
  [acc extra] fix leg index when doing CDRs


Compare: 
https://github.com/OpenSIPS/opensips/compare/1c0914eb9dbf...8ebf592156f5___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 540c72: [acc] fix adding extra when doing CDRs

2017-05-16 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 540c726c0fd3c876c1167befd518a7fa6629576e
  
https://github.com/OpenSIPS/opensips/commit/540c726c0fd3c876c1167befd518a7fa6629576e
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc.c

  Log Message:
  ---
  [acc] fix adding extra when doing CDRs

(cherry picked from commit 789b9b0632dab63d42be8deff8501b70001c7074)


  Commit: 7c5947c3ef8fffd23abe31489042cdf23a673f9f
  
https://github.com/OpenSIPS/opensips/commit/7c5947c3ef8fffd23abe31489042cdf23a673f9f
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M modules/acc/acc.c

  Log Message:
  ---
  [acc extra] fix leg index when doing CDRs

(cherry picked from commit 8ebf592156f5a915f2bdd3241163705921f71b29)


Compare: 
https://github.com/OpenSIPS/opensips/compare/352fb528011a...7c5947c3ef8f___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0d4823: [siptrace] use bitwise and instead of logical end

2018-05-24 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0d4823fef6fdee6befc8a9c915be24d293bcf905
  
https://github.com/OpenSIPS/opensips/commit/0d4823fef6fdee6befc8a9c915be24d293bcf905
  Author: ionutrazvanionita <ionution...@opensips.org>
  Date:   2018-05-24 (Thu, 24 May 2018)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] use bitwise and instead of logical end

(cherry picked from commit 0e8baf4a602af76d30ea5084529f660aaf298fc3)



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


<    1   2   3   4   5