[OpenSIPS-Devel] [OpenSIPS/opensips] 85c42c: Remove use of deprecated synchronous mode in couch...

2015-09-11 Thread Razvan Crainea
  Branch: refs/heads/tls-rework
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 85c42c22793bdb9cb78d935d50301185cf92aa15
  
https://github.com/OpenSIPS/opensips/commit/85c42c22793bdb9cb78d935d50301185cf92aa15
  Author: Ryan Bullock 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M modules/cachedb_couchbase/cachedb_couchbase_dbase.c

  Log Message:
  ---
  Remove use of deprecated synchronous mode in couchbase


  Commit: c86c3866d01124f4b39602fe598356afd981a3e9
  
https://github.com/OpenSIPS/opensips/commit/c86c3866d01124f4b39602fe598356afd981a3e9
  Author: Steve Frécinaux 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/opensips.init

  Log Message:
  ---
  Debian: make the init script use LSB functions.

This is more consistent with the other init scripts, and most
importantly fixes the behaviour of the init script when it comes to
systemd-enabled systems.


  Commit: eeeadd3bfcdfb9b8c2af4b80dd3dcb1a3a912f67
  
https://github.com/OpenSIPS/opensips/commit/eeeadd3bfcdfb9b8c2af4b80dd3dcb1a3a912f67
  Author: Steve Frécinaux 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/control

  Log Message:
  ---
  Debian: do not make opensips-module-mysql depend on mysql-client

This makes it impossible to use opensips with mariadb.


  Commit: 185c15d5e88d74a0af22b764a3ec37027c5bff57
  
https://github.com/OpenSIPS/opensips/commit/185c15d5e88d74a0af22b764a3ec37027c5bff57
  Author: Steve Frécinaux 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/control
M packaging/debian/rules

  Log Message:
  ---
  Debian: update dependencies to build on Jessie.

Unfortunately, the lua module doesn't build anymore because it depends
on libmemcache, which is not present in Jessie. The other
memcached-related modules depend on libmemcached, which is fine.

See https://github.com/OpenSIPS/opensips/issues/580


  Commit: ee9dfb5f638e6ae0d9589c592caee0f89189e138
  
https://github.com/OpenSIPS/opensips/commit/ee9dfb5f638e6ae0d9589c592caee0f89189e138
  Author: Steve Frécinaux 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/changelog
A packaging/debian/opensips.service
A packaging/debian/opensips.tmpfile

  Log Message:
  ---
  Debian: add systemd unit file.

This unit file supports the configuration check before restart and
retains the P_MEMORY and S_MEMORY variable usage.

Since both the systemd configuration and the init script take care of
creating /var/run/opensips, the opensips.dirs file has been removed.


  Commit: 9144672ebd41435ba06893c38f26258110c3d61b
  
https://github.com/OpenSIPS/opensips/commit/9144672ebd41435ba06893c38f26258110c3d61b
  Author: Steve Frécinaux 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/changelog
M packaging/debian/control

  Log Message:
  ---
  Debian: add package opensips-rest-module

This package contains the rest_client.so module.


  Commit: c1c277a06fef84ab33c7487e06a0c9551dba72f9
  
https://github.com/OpenSIPS/opensips/commit/c1c277a06fef84ab33c7487e06a0c9551dba72f9
  Author: Cerghit Ionel 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M fastlock.h
M futex_lock.h
M lock_ops.h
M net/net_tcp.c
M version.h

  Log Message:
  ---
  lock_ops.h: added support for debugging locks

with the flag DBG_LOCK set(from menuconfig for example), with each
lock will be stored information regarding the place from where the
lock was aquired (file, function, line)


  Commit: cb18eb6c155093ed633cbf9f4e8fd4ae6be84f17
  
https://github.com/OpenSIPS/opensips/commit/cb18eb6c155093ed633cbf9f4e8fd4ae6be84f17
  Author: Bogdan-Andrei Iancu 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M net/proto_udp/proto_udp.c

  Log Message:
  ---
  Re-try the writing on EAGAIN.

As the UDP sockets were moved to non blocking, sendto() may generate EAGAIN if 
the prev write operation was not yet completed by the stack.


  Commit: 72356290846e3baa936b9ff43459206a3015b1bb
  
https://github.com/OpenSIPS/opensips/commit/72356290846e3baa936b9ff43459206a3015b1bb
  Author: Razvan Crainea 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M packaging/debian/copyright

  Log Message:
  ---
  copyright: remove flex generated files


  Commit: 9df20a3d6a6655b3d66884f8f439b5c868557e8b
  
https://github.com/OpenSIPS/opensips/commit/9df20a3d6a6655b3d66884f8f439b5c868557e8b
  Author: Razvan Crainea 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  travis: run in containers


  Commit: 

[OpenSIPS-Devel] [OpenSIPS/opensips] 0faac6: Revert "Merge pull request #629 from eseanucristia...

2015-09-11 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0faac6ad01ac0655cd4e41f73c7a2cf2afd04fb2
  
https://github.com/OpenSIPS/opensips/commit/0faac6ad01ac0655cd4e41f73c7a2cf2afd04fb2
  Author: Razvan Crainea 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M modules/proto_tls/README
M modules/proto_tls/doc/proto_tls.xml
M modules/proto_tls/doc/proto_tls_admin.xml
M modules/proto_tls/doc/proto_tls_devel.xml
M modules/proto_tls/proto_tls.c
A modules/proto_tls/tls_config.c
A modules/proto_tls/tls_config.h
A modules/proto_tls/tls_domain.c
A modules/proto_tls/tls_domain.h
A modules/proto_tls/tls_params.c
A modules/proto_tls/tls_params.h
A modules/proto_tls/tls_select.c
A modules/proto_tls/tls_select.h
M modules/proto_tls/tls_server.c
M modules/proto_tls/tls_server.h
R modules/tls_mgm/Makefile
R modules/tls_mgm/README
R modules/tls_mgm/api.h
R modules/tls_mgm/doc/tls_mgm.xml
R modules/tls_mgm/doc/tls_mgm_admin.xml
R modules/tls_mgm/doc/tls_mgm_devel.xml
R modules/tls_mgm/tls.h
R modules/tls_mgm/tls_config.c
R modules/tls_mgm/tls_config.h
R modules/tls_mgm/tls_config_helper.h
R modules/tls_mgm/tls_domain.c
R modules/tls_mgm/tls_domain.h
R modules/tls_mgm/tls_helper.h
R modules/tls_mgm/tls_mgm.c
R modules/tls_mgm/tls_params.c
R modules/tls_mgm/tls_params.h
R modules/tls_mgm/tls_select.c
R modules/tls_mgm/tls_select.h

  Log Message:
  ---
  Revert "Merge pull request #629 from eseanucristian/tls_rework"

This reverts commit 4a807466714b7228f074e46e0bc5e5669f02d4ee, reversing
changes made to 579a82b7977e2ee8115048a255dfbdfd0aeb2676.


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


[OpenSIPS-Devel] Demand setting up projects with a suggested price

2015-09-11 Thread zaer73
Hello
We want VoIP termination projects with opensips set up. From a friend who is
the project launch?
The peak load is 1,500 simultaneous calls. Friends join their price offer.
Thank



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Demand-setting-up-projects-with-a-suggested-price-tp7598968.html
Sent from the OpenSIPS - Devel mailing list archive at Nabble.com.

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


Re: [OpenSIPS-Devel] [opensips] Fix setting LIBDIR (#626)

2015-09-11 Thread Saúl Ibarra Corretgé
Guys, can you also merge this into the 1.11 branch? Thanks!

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