Re: [OpenSIPS-Users] CANCEL handling issue

2023-12-05 Thread Bogdan-Andrei Iancu
Hi, Could you please detail a bit your case? what kind of advertising are you using? per socket, global? ALso, an off-list pcap (covering both in and out traffic for opensips) will help. In regards the t_relay, as per docs, just do t_relay("no-auto-477") Regards, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] CANCEL handling issue

2023-12-05 Thread Jehanzaib Younis
Hi Bogdan, I have the same issue, i have just upgraded the opensips to 3.4.2 version. It did not fix the issue but the other issue iam getting is t_relay is not accepting any parameter. The documentation is not clearly saying how to put *no-auto-477* - (old *0x02* flag). in my old 3.3.2 version i

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread Bogdan-Andrei Iancu
:+1: Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 28.11.2023 11:53, nz deals wrote: Hi Bogdan, Looks like the upgrade has resolved the issue. Regards, Jason On Tue, 28 Nov 2023 at 22:25, Bogdan-Andrei Iancu wrote:

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread Bogdan-Andrei Iancu
I tried with UDP to TCP with the global advertising, still working. Again: 1) upgrade to latest 3.3, 2) put together a way to reproduce. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 28.11.2023 11:48, Jehanzaib

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread Jehanzaib Younis
I have the exact same issue. I am also not able to change the Via header. Regards, Jehanzaib On Tue, Nov 28, 2023 at 10:48 PM Jehanzaib Younis wrote: > Hi Bogdan, > > The only difference is, I am receiving traffic on UDP and sending on TCP > socket. > sorry i forgot to mention before the

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread nz deals
Hi Bogdan, Looks like the upgrade has resolved the issue. Regards, Jason On Tue, 28 Nov 2023 at 22:25, Bogdan-Andrei Iancu wrote: > Hi, > > I just made a simple test using only `advertised_address` and calling > from A to B and cancelling from A. The CANCEL from OpenSIPS to B obeys the >

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread Jehanzaib Younis
Hi Bogdan, The only difference is, I am receiving traffic on UDP and sending on TCP socket. sorry i forgot to mention before the advertised_address is globally defined (public ip) Regards, Jehanzaib On Tue, Nov 28, 2023 at 10:26 PM Bogdan-Andrei Iancu wrote: > Hi, > > I just made a simple

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread Bogdan-Andrei Iancu
Hi, I just made a simple test using only `advertised_address` and calling from A to B and cancelling from A. The CANCEL from OpenSIPS to B obeys the advertising. I used the latest 3.3 :     version: opensips 3.3.8 (x86_64/linux) Tested with both UDP and TCP, worked in both cases. SO, try

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-27 Thread nz deals
Hi Bogdan, No other advertisement via socket definition or any script function. Thank you On Fri, 24 Nov 2023 at 05:47, Bogdan-Andrei Iancu wrote: > Just checking, only the `advertised_address` global param [1], no other > kind of advertising (via socket definition or script function) ? > >

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-23 Thread Bogdan-Andrei Iancu
Just checking, only the `advertised_address` global param [1], no other kind of advertising (via socket definition or script function) ? [1] https://www.opensips.org/Documentation/Script-CoreParameters-3-3#advertised_address Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread nz deals
Hi Bogdan, My opensips version is opensips 3.3.5 (x86_64/linux) Regards, Jason On Thu, 23 Nov 2023 at 01:49, Bogdan-Andrei Iancu wrote: > What is your exact opensips version ( `opensips -V` ) ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer >

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread Bogdan-Andrei Iancu
What is your exact opensips version ( `opensips -V` ) ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11/22/23 12:24 PM, nz deals wrote: Thanks Bogdan, It is due to receiving CANCEL from the caller. Yes using an

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread nz deals
Thanks Bogdan, It is due to receiving CANCEL from the caller. Yes using an advertised_address globally. One of our public addresses. Thanks On Wed, 22 Nov 2023 at 23:08, Bogdan-Andrei Iancu wrote: > Hi Jason, > > The CANCEL generated by OpenSIPS, is it due to a received CANCEL or due to > an

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread Bogdan-Andrei Iancu
Hi Jason, The CANCEL generated by OpenSIPS, is it due to a received CANCEL or due to an internal timeout / forking? ALso do you use any advertising in your setup? if yes, is it per socket, global or ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

[OpenSIPS-Users] CANCEL handling issue

2023-11-21 Thread nz deals
Hi folks, Is there any bug in the CANCEL handling in the version 3.3.x? I have a weird issue, The INVITE have a VIA header as my private ip Via: SIP/2.0/TCP 192.XX.XX.XX:5060;branch=XXX But when i CANCEL the call, the CANCEL have my public ip in the VIA header. Via: SIP/2.0/TCP