Re: [OpenSIPS-Devel] [opensips] Proposed fix for erratic nat_traversal keepalives (#751)

2016-01-13 Thread Bogdan Andrei IANCU
Hi, @saghul , @aerringer is indeed right - I wasn;t paying too much attached to the inners of the timer routing. But starting with 2.1, there is no such concept as timer process. The timer routines are executed in any (ballanced) opensips process (worker). So using static vars between the

[OpenSIPS-Devel] [OpenSIPS/opensips] 76034a: redis: add timeout for connect and query

2016-01-13 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 76034ad60dfd991232ac3053c07f7a72de234e43 https://github.com/OpenSIPS/opensips/commit/76034ad60dfd991232ac3053c07f7a72de234e43 Author: Razvan Crainea Date: 2016-01-13 (Wed, 13 Jan

Re: [OpenSIPS-Devel] [opensips] Opensips 2.1 problems on start when cannot connect to redis (#753)

2016-01-13 Thread Răzvan Crainea
Closed #753 via 76034ad60dfd991232ac3053c07f7a72de234e43. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/753#event-513520575___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 5d32b8: redis: add timeout for connect and query

2016-01-13 Thread Razvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 5d32b84dadb5879dd47cae644f9b049fe746bf55 https://github.com/OpenSIPS/opensips/commit/5d32b84dadb5879dd47cae644f9b049fe746bf55 Author: Razvan Crainea Date: 2016-01-13 (Wed, 13 Jan

Re: [OpenSIPS-Devel] [opensips] Proposed fix for erratic nat_traversal keepalives (#751)

2016-01-13 Thread Saúl Ibarra Corretgé
Hey @bogdan-iancu, thanks for chiming in :-) > that may simplify your patch a lot - the nat_helper timer routing is > registered with "TIMER_FLAG_DELAY_ON_DELAY" - this guarantees that (even > executed in various processes) the handler will not be run in parallel (all > its executions will be

[OpenSIPS-Devel] [OpenSIPS/opensips] 5f486b: Fix race condition between retransmission and wait...

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 5f486bb9c13c369e0ff331517e236e08edabe038 https://github.com/OpenSIPS/opensips/commit/5f486bb9c13c369e0ff331517e236e08edabe038 Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed, 13

Re: [OpenSIPS-Devel] [opensips] OpenSIPS 2.1 Crash (#732)

2016-01-13 Thread Bogdan Andrei IANCU
It may be related to #723 , The fix will be shortly uploaded on GIT --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/732#issuecomment-171262503___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] ea6e1f: Fix race condition between retransmission and wait...

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ea6e1fa7fed29efed6057894a8cc4054308160b3 https://github.com/OpenSIPS/opensips/commit/ea6e1fa7fed29efed6057894a8cc4054308160b3 Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed,

[OpenSIPS-Devel] [OpenSIPS/opensips] f26774: Allow retransmissions and wait for reply/timeout o...

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: f267746b9170a7c21cd18e42420f0ba2bff6137e https://github.com/OpenSIPS/opensips/commit/f267746b9170a7c21cd18e42420f0ba2bff6137e Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed, 13

[OpenSIPS-Devel] [OpenSIPS/opensips] 0dfb46: Allow retransmissions and wait for reply/timeout o...

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 0dfb46df96d594c9b592d64913a44ab1cccd80e3 https://github.com/OpenSIPS/opensips/commit/0dfb46df96d594c9b592d64913a44ab1cccd80e3 Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed, 13

[OpenSIPS-Devel] [OpenSIPS/opensips] 7d090c: Allow retransmissions and wait for reply/timeout o...

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7d090c33e73901b97f12ed6d826b38c1173e61de https://github.com/OpenSIPS/opensips/commit/7d090c33e73901b97f12ed6d826b38c1173e61de Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed,

Re: [OpenSIPS-Devel] [opensips] Proposed fix for erratic nat_traversal keepalives (#751)

2016-01-13 Thread Bogdan Andrei IANCU
@saghul , I push a fix based on what we discussed above. This will obsolete the original PR. @aerringer many thanks for spotting the problem and coming up with the solution - I think it was a good discussion and outcome ! --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Proposed fix for erratic nat_traversal keepalives (#751)

2016-01-13 Thread Bogdan Andrei IANCU
Closed #751. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/751#event-513611708___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2016-01-13 Thread Bogdan Andrei IANCU
The fix is available on GIT repo. @46labs please update if the fix holds for you --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/723#issuecomment-171277652___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] OpenSIPS 2.1 Crash (#732)

2016-01-13 Thread Bogdan Andrei IANCU
The fix is available on GIT - please update and let me know if it solves your problem --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/732#issuecomment-171277854___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] OpenSIPS 2.1 Crash (#732)

2016-01-13 Thread Muhammad Shahzad Shafi
Thanks. I will test and update you guys later today. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/732#issuecomment-171283133___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] aa5d48: Fix pinging partitioning from nat_traversal.

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: aa5d4831accb4da4e4dca06826c48fbfaafb2d4d https://github.com/OpenSIPS/opensips/commit/aa5d4831accb4da4e4dca06826c48fbfaafb2d4d Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed,

[OpenSIPS-Devel] [OpenSIPS/opensips] 439557: Fix pinging partitioning from nat_traversal.

2016-01-13 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 4395575d7f251e14fdc7b0dd92b7f5b329515b4e https://github.com/OpenSIPS/opensips/commit/4395575d7f251e14fdc7b0dd92b7f5b329515b4e Author: Bogdan-Andrei Iancu Date: 2016-01-13 (Wed, 13

Re: [OpenSIPS-Devel] [opensips] opensips crashes (#749)

2016-01-13 Thread Bogdan Andrei IANCU
@achalkov you already have the patch for fixing #723 - can you confirm that it is fixing this crash too ? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/749#issuecomment-171261627___ Devel mailing

[OpenSIPS-Devel] [OpenSIPS/opensips] eef55c: opensipsdbctl: Properly create "clusterer" and "tl...

2016-01-13 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: eef55c9995ac6cab772623efcc284073b5eee360 https://github.com/OpenSIPS/opensips/commit/eef55c9995ac6cab772623efcc284073b5eee360 Author: Liviu Chircu Date: 2016-01-13 (Wed, 13 Jan

[OpenSIPS-Devel] [opensips] abandoned turn causes processes to sleep forever when handling retransmitted publishes (#754)

2016-01-13 Thread Eric Tamme
This exists on latest master 055f4b1 Scenario: 2 PUBLISHES with the same E-Tag enter https://github.com/OpenSIPS/opensips/blob/master/modules/presence/presentity.c#L546 as a result of a retransmission. The first publish finds the presentity, increments last turn to say 5 for the sake of

Re: [OpenSIPS-Devel] [opensips] abandoned turn causes processes to sleep forever when handling retransmitted publishes (#754)

2016-01-13 Thread Will Mitchell
> It continues processing, but it never calls next_turn_phtable before > exiting. It technically *does* call next_turn_phtable, but on a *new* presentity in the phtable. It does not increment the current_turn on the same presentity that it updated last_turn on. This causes a mismatch on

[OpenSIPS-Devel] [OpenSIPS/opensips] 4c775f: [snmpstats]more hints for setting up in the docs

2016-01-13 Thread ionutrazvanionita
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 4c775f2b63c4e7def59654cd70f30934d8e08e10 https://github.com/OpenSIPS/opensips/commit/4c775f2b63c4e7def59654cd70f30934d8e08e10 Author: ionutrazvanionita Date: 2016-01-13 (Wed,

[OpenSIPS-Devel] [OpenSIPS/opensips] 055f4b: [snmpstats]more hints for setting up in the docs

2016-01-13 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 055f4b132a06f4fdc2c19d6cbae9f0c94114cc24 https://github.com/OpenSIPS/opensips/commit/055f4b132a06f4fdc2c19d6cbae9f0c94114cc24 Author: ionutrazvanionita Date: 2016-01-13

[OpenSIPS-Devel] [OpenSIPS/opensips] a533e7: [snmpstats]more hints for setting up in the docs

2016-01-13 Thread ionutrazvanionita
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: a533e7279147d6cc5f8ec2aac6260e8b3a4e0cdf https://github.com/OpenSIPS/opensips/commit/a533e7279147d6cc5f8ec2aac6260e8b3a4e0cdf Author: ionutrazvanionita Date: 2016-01-13 (Wed,

Re: [OpenSIPS-Devel] [opensips] opensips crashes (#749)

2016-01-13 Thread Artem Chalkov
i have updated opensips, now we need a couple of days to look at its behavior --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/749#issuecomment-171322700___ Devel mailing list Devel@lists.opensips.org