Re: [OpenSIPS-Users] DNS Cache module

2018-12-07 Thread Ben Newlin
Bogdan, That had occurred to me as well. I have verified testing locally that when successful the value is printed in the log. I have also verified manually on the system with the error that the key does exist in the cache, but the value in the cache is empty, just as in the log. That is what

Re: [OpenSIPS-Users] UAC module causing malformed CANCEL

2018-12-07 Thread Ben Newlin
Bogdan, Certainly. I was going to ask next if that would be a better place to report the issue. I have opened an issue here: https://github.com/OpenSIPS/opensips/issues/1555 Ben Newlin From: Bogdan-Andrei Iancu Date: Friday, December 7, 2018 at 12:16 PM To: OpenSIPS users mailling list , Ben

Re: [OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Giovanni Maruzzelli
On Fri, Dec 7, 2018, 18:45 Vlad Patrascu Hi Giovanni, > > Although I'm not claiming to be an expert at all in isup-sip interworking, > the ITU Q.1912.5 document seems to say that it is not necessary to > encapsulate REL in CANCEL. You can take a look at the example in Figure > III.13/Q.1912.5

Re: [OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Vlad Patrascu
Hi Giovanni, Although I'm not claiming to be an expert at all in isup-sip interworking, the ITU Q.1912.5 document seems to say that it is not necessary to encapsulate REL in CANCEL. You can take a look at the example in Figure III.13/Q.1912.5 from Appendix III section of the document.

Re: [OpenSIPS-Users] DOC: script flags (setsflag) do not exist anymore

2018-12-07 Thread Giovanni Maruzzelli
On Fri, Dec 7, 2018 at 6:07 PM Bogdan-Andrei Iancu wrote: > We owe you a wig, if ham was done :D > > :))) OK, I needed an official war history for my ongoing balding :) No animal was harmed in this movie -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18

Re: [OpenSIPS-Users] DNS Cache module

2018-12-07 Thread Bogdan-Andrei Iancu
Hi Ben, IMO, the log itself is broken as the data to be cached is not printable so the logs you see may be misleading. When you say "OpenSIPS appeared to not be able to resolve the domain", you mean OpenSIPS is not doing any attempt to solve the FQDN, or you mean OpenSIPS is loading

Re: [OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Giovanni Maruzzelli
On Fri, Dec 7, 2018 at 6:14 PM Bogdan-Andrei Iancu wrote: > Hi Giovanni, > > The CANCEL is hop-by-hop, which means each SIP hop will generate a > completely new CANCEL (to be sent further) - there is not proxying, so the > changes you do over the incoming CANCEL will not propagate into the >

Re: [OpenSIPS-Users] UAC module causing malformed CANCEL

2018-12-07 Thread Bogdan-Andrei Iancu
Hi Ben, Thanks for the report - could you please open a bug report on GITHUB with the relevant information ? It will be easier for us to track it. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019

Re: [OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Bogdan-Andrei Iancu
Hi Giovanni, The CANCEL is hop-by-hop, which means each SIP hop will generate a completely new CANCEL (to be sent further) - there is not proxying, so the changes you do over the incoming CANCEL will not propagate into the outgoing CANCEL. I cannot recall it, but is there a standard case of

Re: [OpenSIPS-Users] DOC: script flags (setsflag) do not exist anymore

2018-12-07 Thread Bogdan-Andrei Iancu
We owe you a wig, if ham was done :D Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-2019Amsterdam/ On 12/07/2018 06:40 PM, Giovanni Maruzzelli wrote: Thanks to you, Liviu!

Re: [OpenSIPS-Users] DOC: script flags (setsflag) do not exist anymore

2018-12-07 Thread Giovanni Maruzzelli
Thanks to you, Liviu! -giovanni On Fri, Dec 7, 2018 at 5:29 PM Liviu Chircu wrote: > Hi, Giovanni! > > Fixed, thanks! > > Best regards, > > Liviu Chircu > OpenSIPS Developerhttp://www.opensips-solutions.com > > On 07.12.2018 17:31, Giovanni Maruzzelli wrote: > > Hi all, > > edit this page and

Re: [OpenSIPS-Users] DOC: script flags (setsflag) do not exist anymore

2018-12-07 Thread Liviu Chircu
Hi, Giovanni! Fixed, thanks! Best regards, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 07.12.2018 17:31, Giovanni Maruzzelli wrote: Hi all, edit this page and save someone other's hairs (mines gone) :) https://www.opensips.org/Documentation/Script-Flags-2-4 --

[OpenSIPS-Users] DOC: script flags (setsflag) do not exist anymore

2018-12-07 Thread Giovanni Maruzzelli
Hi all, edit this page and save someone other's hairs (mines gone) :) https://www.opensips.org/Documentation/Script-Flags-2-4 -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18

[OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Giovanni Maruzzelli
Hi all, using 2.4 I am trying to add_isup_part("Release"); to a CANCEL It does not give errors (I use same isup_param(s) as per BYE), but the CANCEL that is being sent out does not have the isup part. Eg, it does not even have a body, and Content-Length is 0. I suspect t_relay, when it

Re: [OpenSIPS-Users] Not enough memory to sync cluster data

2018-12-07 Thread vasilevalex
Yes, shure. Process:: ID=42 PID=30896 Type=TCP receiver # opensips -V version: opensips 2.4.3 (x86_64/linux) flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE

Re: [OpenSIPS-Users] Not enough memory to sync cluster data

2018-12-07 Thread Răzvan Crainea
Actually this looks like a memory leak. Can you tell us what kind of process is 30896? You can find out running `opensipsctl fifo ps | grep 30896` Also, what version of opensips are you using (output of `opensips -V`). Best regards, Răzvan On 12/7/18 10:52 AM, vasilevalex wrote: Hi all,

Re: [OpenSIPS-Users] Not enough memory to sync cluster data

2018-12-07 Thread vasilevalex
Hi all, Yes, may be my assumption was wrong. @Răzvan please look at logs and routing script parts: Process of starting OpenSIPS (I skip repeated messages and add some comments): Dec 1 20:13:01 test02 /usr/sbin/opensips[30853]: NOTICE:core:main: version: opensips 2.4.3 (x86_64/linux) Dec 1