Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-31 Thread Serge S. Yuriev
Hi For me it's look like obviously fragmentation issue - you get decoupled parts of one large message. You can check via tcpdump IP headers correctly formatted. Try to make messages smaller or/and switch to TCP. On 23/08/18 17:25, Abdul Basit wrote: I upgraded home proxy server opensips just

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-31 Thread Abdul Basit
Hi Alain Bieuzent, I added sip msg validate code in start of main route but i didn't get these additional log lines. Still getting messages from opensips core: Aug 23 13:22:24 homer-proxy /usr/sbin/opensips[25568]: ERROR:core:receive_msg: Unable to parse msg received from [x.x.x.x:61648] Aug 23

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-31 Thread Abdul Basit
I upgraded home proxy server opensips just in case it may help resolving the issues. # opensips -V version: *opensips 2.4.2* (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,

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-29 Thread Abdul Basit
Hi Team, I received reply on August 23rd from list Your message to Users awaits moderator approval Can the moderator approve this thread? -- regards, abdul basit ___ Users mailing list Users@lists.opensips.org

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-09 Thread Bogdan-Andrei Iancu
Hi Abdul, have you checked the tutorial on HEP switching ? https://blog.opensips.org/2017/10/12/opensips-as-hep-proxyswitch/ Maybe you are using the wrong routes in the script. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-09 Thread Abdul Basit
Hi Alain, Thank you for your suggestion. I will update cfg and get back with results. Do i need to upgrade opensips to 2.4 as well? -- regards, abdul basit | p: +92 32 1416 4196 | o: +92 30 0841 1445 On Thu, 9 Aug 2018 at 17:35, Alain Bieuzent wrote: > Hi Abdul, > > > > try to add this

Re: [OpenSIPS-Users] OpenSIPS Unable to parse msg received from

2018-08-09 Thread Alain Bieuzent
Hi Abdul, try to add this part of code at the begining of your routing code to add more logs : if(!sipmsg_validate(""))     {     xlog("L_WARN", "Dropping mal formed Messages Retcode : $retcode ");     xlog("L_WARN","--- error from [$si:$sp]\n+\n$mb\n\n");