Re: [OpenSIPS-Users] Wrong number of children

2018-02-27 Thread Bogdan-Andrei Iancu
Thank you Xaled, Based on the output you provided I managed to identify the issue. There is a tricky internal test that actually forces the TCP layer to start more or less all the time. Let us have this fixed !! I will update you Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and

Re: [OpenSIPS-Users] dialog replication

2018-02-27 Thread Vlad Patrascu
Hi Pasan, I don't see anything in the logs or your cluster configuration which could indicate that the dialogs don't replicate. Are you sure that the problem is consistently reproducible and that the INVITE for the call in question receives a final reply? Dialogs are replicated when they get

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Bogdan-Andrei Iancu
Thanks Benfor the support in investigating this. The bug was identified and confirm, let me work on a fix right now. I will shortly ping you for testing ;) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit 2018

Re: [OpenSIPS-Users] On hold

2018-02-27 Thread Brian Southworth
I don’t think im trying to re reroute re invites not that ive noticed would it help if you took a look on my cfg I am still new to opensips and learning as I go along. But I will also take another look thanks.   Regards,   Brian Southworth From: Users

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Bogdan-Andrei Iancu
Hi Ben, I just committedthe fix for this - could you update from GIT and give it a new try ? Thanks and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit 2018 http://www.opensips.org/events/Summit-2018Amsterdam On 02/27/2018

Re: [OpenSIPS-Users] textops module replace functions don't work

2018-02-27 Thread Dinari, Yuval via Users
Hi, I tried all of them, not just those two but also replace_all(), replace_body_all(), replace_body_atonce(), subst(), and subst_body(). Thanks On Mon, Feb 26, 2018 at 5:54 PM, Bogdan-Andrei Iancu wrote: > Hi, > > Have you used replace() or replace_body() ? > > Regards, >

Re: [OpenSIPS-Users] On hold

2018-02-27 Thread Ovidiu Sas
You need to make sure that in your config you are not trying to re-route in dialog requests (like reINVITE). In dialog requests are routed according to the loose routing mechanism. -ovidiu On Feb 26, 2018 11:01 AM, "Brian Southworth" wrote: > Seems to be an issue

Re: [OpenSIPS-Users] Wrong number of children

2018-02-27 Thread Bogdan-Andrei Iancu
Ok, thanks to Razvan, we have an fix for this: https://github.com/OpenSIPS/opensips/commit/b022ad5a7c1c24aa9cf3ddf22d5f50510807c9f4 Please update from GIT and give it a try. Many Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit

Re: [OpenSIPS-Users] Wrong number of children

2018-02-27 Thread xaled
Hi Bogdan, Glad I could help with this one. XaledOn Feb 27, 2018 17:39, Bogdan-Andrei Iancu wrote: Thank you Xaled, Based on the output you provided I managed to identify the issue. There is a tricky internal test that actually forces the TCP

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Ben Newlin
Bogdan, I just tested it and that crash is no longer occurring. However I am now seeing a different crash, but it seems to still be related to regexp. Feb 27 19:07:17 [369] ERROR:core:subst_parser: string too short Feb 27 19:07:17 [369] ERROR:core:tr_eval_re: Can't compile regexp Feb 27

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Ben Newlin
Bogdan, I found this previous thread that has this error: http://lists.opensips.org/pipermail/users/2016-October/035635.html The fix suggested there worked. When I removed the quotes around the regexp used in re.subst the crash did not occur. Ben Newlin From: Ben Newlin

Re: [OpenSIPS-Users] Wrong number of children

2018-02-27 Thread Rinor Hoxha
Hi Xaled, Try adding *tcp_children=0* to the config file. Br, Rinor ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] dialog replication

2018-02-27 Thread Pasan Meemaduma via Users
Hi Vlad, That explains the issue then, my sip listener ip is an anycast one, and for some weired reason replies for INVITE that leaves node2 receive by node1 hence it can't create the dialog. I checked with node2 being down and recovered and calls init via node1 always received final reply

Re: [OpenSIPS-Users] dialog replication

2018-02-27 Thread Pasan Meemaduma via Users
Hi Vlad, On a second thought its how anycast should work, packets could get to the closest node so basically with 2.3.3 we can't replicate transactions across mulitple opensips servers ? dialog replication  would only work for an active/passive setup doesn't it ? On Wednesday, 28

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Ben Newlin
Unfortunately, I have had another crash during testing. I was not able to capture the core, but I did get this log: Feb 28 03:35:22 [359] CRITICAL:core:qm_debug_frag: qm_*: prev. fragm. tail overwritten(c0c0c0c0c0c0c020, abcdefedabcdefed)[0x7fa6cd6c46b8:0x7fa6cd6c46f0] (del_uri_param,

Re: [OpenSIPS-Users] OpenSIPS crashing on 200 OK

2018-02-27 Thread Ben Newlin
I was able to reproduce and capture a core dump of the crash. Backtrace is available here: https://pastebin.com/WtBB6cKm Thanks, Ben Newlin From: Ben Newlin Date: Tuesday, February 27, 2018 at 10:47 PM To: Bogdan-Andrei Iancu , OpenSIPS users