Re: [OpenSIPS-Devel] [opensips] RabbitMQ for Acc breaks in 1.11 (#207)

2014-05-01 Thread Răzvan Crainea
I still can't reproduce this. Can you run a test in debugging mode and send it 
over pastebin?

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


Re: [OpenSIPS-Devel] [opensips] Add listen interface (socket) checking to db based natping. (#127)

2014-05-01 Thread Walter Doekes
 @@ -130,6 +131,18 @@ static int get_all_db_ucontacts(void *buf, int len, 
 unsigned int flags,
  
   LM_DBG(buf: %p. flags: %d\n, buf, flags);
  
 + if (sockaddr_list_str.s) {
 + i = snprintf(query_socket, sizeof(query_socket),  and socket 
 in (%.*s),

I can't find the spec itself, but according to all pages that reference the 
spec., IN belongs in the core SQL.

Example:
http://www.postgresql.org/docs/7.4/static/features.html
http://developer.mimer.com/standard/features/core-sql-features.tml

In both cases they are listed as core sql. Look for `IN predicate with list of 
values`.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] a99688: core: fix compiler warning and a rare mem leak

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a99688e9bb801fae28a009174b7145688a8b204a
  
https://github.com/OpenSIPS/opensips/commit/a99688e9bb801fae28a009174b7145688a8b204a
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M cfg.y

  Log Message:
  ---
  core: fix compiler warning and a rare mem leak

* setting the global advertised port multiple times leaked pkg mem


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b565df: core: fix compiler warning and a rare mem leak

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b565df34660e9cd4c2eb8ada726892c52db505d5
  
https://github.com/OpenSIPS/opensips/commit/b565df34660e9cd4c2eb8ada726892c52db505d5
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M cfg.y

  Log Message:
  ---
  core: fix compiler warning and a rare mem leak

* setting the global advertised port multiple times leaked pkg mem
(cherry picked from commit a99688e9bb801fae28a009174b7145688a8b204a)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 63b8a8: core: fix compiler warning and a rare mem leak

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 63b8a89e4af78685894012eef0e7a88a797843e3
  
https://github.com/OpenSIPS/opensips/commit/63b8a89e4af78685894012eef0e7a88a797843e3
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M cfg.y

  Log Message:
  ---
  core: fix compiler warning and a rare mem leak

* setting the global advertised port multiple times leaked pkg mem
(cherry picked from commit a99688e9bb801fae28a009174b7145688a8b204a)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] f374d7: core: fix compiler warning and a rare mem leak

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f374d7298260a4f47fe81fbe2df180328c42b8da
  
https://github.com/OpenSIPS/opensips/commit/f374d7298260a4f47fe81fbe2df180328c42b8da
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M cfg.y

  Log Message:
  ---
  core: fix compiler warning and a rare mem leak

* setting the global advertised port multiple times leaked pkg mem
(cherry picked from commit a99688e9bb801fae28a009174b7145688a8b204a)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 8a28a9: script statement thresholds: ignore certain statem...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8a28a9835de91f641f194158ce8b632bbf177804
  
https://github.com/OpenSIPS/opensips/commit/8a28a9835de91f641f194158ce8b632bbf177804
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  script statement thresholds: ignore certain statements

Motivation:
* could lead to behavior such as:
ROUTE, IF, ROUTE, IF and IF took too long...

* ignored statements: ROUTE, IF, WHILE, FOR_EACH
(cherry picked from commit dee5b3fc278500efe49289f77a0f802805e8d626)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] dee5b3: script statement thresholds: ignore certain statem...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: dee5b3fc278500efe49289f77a0f802805e8d626
  
https://github.com/OpenSIPS/opensips/commit/dee5b3fc278500efe49289f77a0f802805e8d626
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  script statement thresholds: ignore certain statements

Motivation:
* could lead to behavior such as:
ROUTE, IF, ROUTE, IF and IF took too long...

* ignored statements: ROUTE, IF, WHILE, FOR_EACH


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 41ae71: script statement thresholds: ignore certain statem...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 41ae71a79fbcb66192d1f1b46682523e247390d8
  
https://github.com/OpenSIPS/opensips/commit/41ae71a79fbcb66192d1f1b46682523e247390d8
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  script statement thresholds: ignore certain statements

Motivation:
* could lead to behavior such as:
ROUTE, IF, ROUTE, IF and IF took too long...

* ignored statements: ROUTE, IF, WHILE, FOR_EACH
(cherry picked from commit dee5b3fc278500efe49289f77a0f802805e8d626)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 2cf195: script statement thresholds: ignore certain statem...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2cf195689b50e15ab7a2fbe3805305f28e65580f
  
https://github.com/OpenSIPS/opensips/commit/2cf195689b50e15ab7a2fbe3805305f28e65580f
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  script statement thresholds: ignore certain statements

Motivation:
* could lead to behavior such as:
ROUTE, IF, ROUTE, IF and IF took too long...

* ignored statements: ROUTE, IF, WHILE, FOR_EACH
(cherry picked from commit dee5b3fc278500efe49289f77a0f802805e8d626)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] d48150: fix compile error from cherry-picked commit dee5b3...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d48150e5a0831577819730ea17ba9c75bd0c019c
  
https://github.com/OpenSIPS/opensips/commit/d48150e5a0831577819730ea17ba9c75bd0c019c
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  fix compile error from cherry-picked commit dee5b3fc2785


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


[OpenSIPS-Devel] [OpenSIPS/opensips] df3749: fix compile error from cherry-picked commit dee5b3...

2014-05-01 Thread Liviu Chircu
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: df37499cbfcdf744c951bfbb1f657ef74ddda13e
  
https://github.com/OpenSIPS/opensips/commit/df37499cbfcdf744c951bfbb1f657ef74ddda13e
  Author: Liviu Chircu li...@opensips.org
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
M action.c

  Log Message:
  ---
  fix compile error from cherry-picked commit dee5b3fc2785
(cherry picked from commit d48150e5a0831577819730ea17ba9c75bd0c019c)


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