Re: [OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#237)

2014-05-21 Thread Nick Altmann
Closed #237. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/237#event-123212752___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#238)

2014-05-21 Thread Nick Altmann
RTPPROXY module: workaround to run rtpproxy when we use dialog topology hiding and thus we have not 2nd via in reply It fixes autobridging for rtpproxy when using topology hiding. The problem is reply doesn#39;t have second via. We used this patch on production system about 7 months without any

[OpenSIPS-Devel] [opensips] opensips 1.11 and statistics (#239)

2014-05-21 Thread Nick Altmann
After update to 1.11 I see in statistics: opensipsctl fifo get_statistics shmem: shmem:total_size = 536870912 shmem:used_size = 4418031234541406208 shmem:real_used_size = 4418031234548740200 shmem:max_used_size = 4418031234614348224 shmem:free_size = 14028712839697682328 shmem:fragments = 55462

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 and statistics (#239)

2014-05-21 Thread Răzvan Crainea
Nick, what memory manager are you using? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/239#issuecomment-43743347___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 and statistics (#239)

2014-05-21 Thread Nick Altmann
default, F_MALLOC --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/239#issuecomment-43749671___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] d5ff4c: Fixed setting the pinging flags at start.

2014-05-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d5ff4c9ce34e348866381ba26c0a58da242242cc https://github.com/OpenSIPS/opensips/commit/d5ff4c9ce34e348866381ba26c0a58da242242cc Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-05-21 (Wed, 21

[OpenSIPS-Devel] [opensips] Opensips does not publish states after restart (#240)

2014-05-21 Thread Artem Chalkov
I init publishing by dealoginfo_set(), then establish call and after that i restart opensips. In this case, if i end call (established before restart) by BYE request, opensips does not publishes anything. params: ... modparam(pua_dialoginfo, include_callid, 1) modparam(pua_dialoginfo,

[OpenSIPS-Devel] [OpenSIPS/opensips] 7bac6d: Merge pull request #232 from wdoekes/wjd-misc_typo...

2014-05-21 Thread Bogdan Andrei IANCU
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 7bac6d8ecbba1f2a8185bafdb8a2c613fc9ebb3c https://github.com/OpenSIPS/opensips/commit/7bac6d8ecbba1f2a8185bafdb8a2c613fc9ebb3c Author: Bogdan Andrei IANCU bog...@opensips.org Date: 2014-05-21 (Wed, 21

Re: [OpenSIPS-Devel] [opensips] opensips stops probing gateway after restart (#233)

2014-05-21 Thread Bogdan Andrei IANCU
Closed #233. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/233#event-123356302___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] opensips stops probing gateway after restart (#233)

2014-05-21 Thread Bogdan Andrei IANCU
Fix confirmed and backported. Thank you @achalkov and @nikbyte ! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/233#issuecomment-43757442___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] PUBLISH requests with no reason and body (#241)

2014-05-21 Thread Artem Chalkov
Opensips 1.11 sometimes generates strange PUBLISH requests even if i do not call dialoginfo_set() function and target URI of such requests does nothing at that moment. I dont understand why opensips generates these requests. example of request: PUBLISH sip:aaa@bbb SIP/2.0 Via: SIP/2.0/UDP

[OpenSIPS-Devel] [OpenSIPS/opensips] 1d3f8d: Fixed setting the pinging flags at start.

2014-05-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 1d3f8d16ac5cc4e071f8ce6542ead95706f1b4ac https://github.com/OpenSIPS/opensips/commit/1d3f8d16ac5cc4e071f8ce6542ead95706f1b4ac Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-05-21 (Wed, 21

Re: [OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#238)

2014-05-21 Thread Walter Doekes
} else { - LM_ERR(can't extract 2nd via found reply\n); + if (parse_headers(msg, HDR_VIA2_F, 0) != -1 Hi! I believe I did suggest moving this `if` into the `else`

Re: [OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#238)

2014-05-21 Thread Nick Altmann
} else { - LM_ERR(can't extract 2nd via found reply\n); + if (parse_headers(msg, HDR_VIA2_F, 0) != -1 I like this syntax. It's easier to read. --- Reply to this

[OpenSIPS-Devel] [OpenSIPS/opensips] 2e4b2d: Added support for external body in MSILO.

2014-05-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2e4b2d5ef57b533b3fe40662c8e92b5e0b02b18a https://github.com/OpenSIPS/opensips/commit/2e4b2d5ef57b533b3fe40662c8e92b5e0b02b18a Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-05-21 (Wed, 21

Re: [OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#238)

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

Re: [OpenSIPS-Devel] [opensips] RTPPROXY module: compatibility with topology hiding (#238)

2014-05-21 Thread Bogdan Andrei IANCU
Hi @nikbyte , there are couple of issues with this patch: 1) first, you assume the rtpproxy modules binds all the time to the dialog module; but this happens only if engage_rtpproxy() is used; so, the dialog api may not be available to you all the time; This can be fixed by trying to bind

[OpenSIPS-Devel] [OpenSIPS/opensips] 3ac3b0: core: improve CPU usage of the TCP_MAIN process

2014-05-21 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3ac3b042c7b74cc6c84af0a987ac65cde17f8e6b https://github.com/OpenSIPS/opensips/commit/3ac3b042c7b74cc6c84af0a987ac65cde17f8e6b Author: Liviu Chircu li...@opensips.org Date: 2014-05-21 (Wed, 21 May

[OpenSIPS-Devel] [OpenSIPS/opensips] 20ebb5: core: improve CPU usage of the TCP_MAIN process

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 041081: core: improve CPU usage of the TCP_MAIN process

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 3a8fdd: core: improve CPU usage of the TCP_MAIN process

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 7b5ce3: flatstore: escape delimiter

2014-05-21 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7b5ce3909ac4d4b0002454129ed3cb654e9de279 https://github.com/OpenSIPS/opensips/commit/7b5ce3909ac4d4b0002454129ed3cb654e9de279 Author: Razvan Crainea raz...@opensips.org Date: 2014-05-21 (Wed, 21 May

[OpenSIPS-Devel] [Event] OpenSIPS Summit 2014, Chicago

2014-05-21 Thread Bogdan-Andrei Iancu
It's almost that time again! The first of two OpenSIPS summits has been scheduled for *4th of August 2014, at InterContinental Chicago, Chicago, IL, USA*. This Summit will coincide with annual FreeSwitch Cluecon conference being held Aug 5th - 7th at the same location. This year's summit