Re: [OpenSIPS-Devel] [opensips] opensipsctl fifo ds_list show weight and priority and docs improvement (#672)

2015-11-11 Thread Rik Broers
Also having the description in `fifo ds_list` would also be nice!

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/672#issuecomment-155739659___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Maintain database result integrity by supporting null column values (#693)

2015-11-11 Thread Jarrod Baumann
I did this too quickly, this is making some assumptions about the data it 
receives (i.e. that any column value equaling nul with be of type DB_INT) and I 
am not sure if that is true.

There is probably a safer solution that I'll need to think about, but the issue 
stands that assigning db results to avps shouldn't skip NULL values.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/693#issuecomment-155854994___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] acabbb: introducing proto_hep module; supports both hepv1/...

2015-11-11 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: acabbbdbde3b36d243b240b343824d626f0cf65b
  
https://github.com/OpenSIPS/opensips/commit/acabbbdbde3b36d243b240b343824d626f0cf65b
  Author: ionutrazvanionita 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
M ip_addr.h
A modules/proto_hep/Makefile
A modules/proto_hep/README
A modules/proto_hep/doc/proto_hep.xml
A modules/proto_hep/doc/proto_hep_admin.xml
A modules/proto_hep/doc/proto_hep_devel.xml
A modules/proto_hep/hep.c
A modules/proto_hep/hep.h
A modules/proto_hep/hep_cb.c
A modules/proto_hep/hep_cb.h
A modules/proto_hep/proto_hep.c
M socket_info.h

  Log Message:
  ---
  introducing proto_hep module; supports both hepv1/2 & hepv3


  Commit: 331e48d15a171789bda6a92db80aff9db23fccda
  
https://github.com/OpenSIPS/opensips/commit/331e48d15a171789bda6a92db80aff9db23fccda
  Author: ionutrazvanionita 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

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

  Log Message:
  ---
  adapt sipcapture module to new proto_hep module


  Commit: d6660513634c8e4305e7c5b03510893efced1b68
  
https://github.com/OpenSIPS/opensips/commit/d6660513634c8e4305e7c5b03510893efced1b68
  Author: ionutrazvanionita 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

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

  Log Message:
  ---
  adapt siptrace module to new proto_hep module


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 54657b: emergency: fix write signature warning

2015-11-11 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 54657ba6b1a85ca8dea44696394b0680b060920f
  
https://github.com/OpenSIPS/opensips/commit/54657ba6b1a85ca8dea44696394b0680b060920f
  Author: Razvan Crainea 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
M modules/emergency/post_curl.c

  Log Message:
  ---
  emergency: fix write signature warning


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


[OpenSIPS-Devel] [OpenSIPS/opensips] e761f7: remove hep T8 redefinition

2015-11-11 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e761f7ee234c2f6d7fb6ce40ff4dd4ac9505ae65
  
https://github.com/OpenSIPS/opensips/commit/e761f7ee234c2f6d7fb6ce40ff4dd4ac9505ae65
  Author: Razvan Crainea 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

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

  Log Message:
  ---
  remove hep T8 redefinition


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


[OpenSIPS-Devel] [OpenSIPS/opensips] e9d2cf: tls: re-arrange code to be usable

2015-11-11 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e9d2cf4df8cdf1061178da74e339aa5d89fba3aa
  
https://github.com/OpenSIPS/opensips/commit/e9d2cf4df8cdf1061178da74e339aa5d89fba3aa
  Author: Razvan Crainea 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
M modules/proto_tls/Makefile
M modules/proto_tls/proto_tls.c
M modules/proto_tls/tls_server.c
M modules/proto_tls/tls_server.h
A modules/tls_mgm/tls_conn.h
A modules/tls_mgm/tls_conn_init.h
M modules/tls_mgm/tls_helper.h

  Log Message:
  ---
  tls: re-arrange code to be usable


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 5519d7: proto_hep: fixed fixed-aliasing warning

2015-11-11 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5519d768b6b110e5ebdb77bf59f4d7e3a1dc4591
  
https://github.com/OpenSIPS/opensips/commit/5519d768b6b110e5ebdb77bf59f4d7e3a1dc4591
  Author: Razvan Crainea 
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  proto_hep: fixed fixed-aliasing warning


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