Re: [OpenSIPS-Users] 183 to 180 manipulation without external application

2023-04-05 Thread Antonis Psaras
Yes. I managed to do that with the following code onreply_route[REPLY] { if(t_check_status("183")) { change_reply_status("180", "Ringing"); } } Thank you for your reply Antonis Psaras 14 Iteas Str., Argy

[OpenSIPS-Users] 183 to 180 manipulation without external application

2023-03-03 Thread Antonis Psaras
hat system and executing an external script for each call will be very heavy. Is there any thoughts/suggestion? Best regards Antonis Psaras 14 Iteas Str., Argyroupoli, 16452, Athens, Greece Tel: +30.21200.05300 | Fax: +30.21200.05800 <http://www.microbase.gr/> www.microb

[OpenSIPS-Users] UDP Fragmentation

2022-11-20 Thread Antonis Psaras
19.25.5080: SIP E.. ..@.@..Y..o ...sONS sip:172.21.1 09:43:12.483632 IP 172.21.111.10.5060 > 10.122.7.44.48577: SIP E.. ..@.@.o z.,..,.2.0 200 OK Via: Thank you for your thoughts in advance Antonis Psaras smime.p7s Descript

Re: [OpenSIPS-Users] Load a DB Table to hash with MI control

2022-10-17 Thread Antonis Psaras
How did I missed that  Thank you Vlad Antonis Psaras From: Vlad Paiu Sent: Δευτέρα, 17 Οκτωβρίου 2022 10:55 To: apsa...@microbase.gr; OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Load a DB Table to hash with MI control Hello, Check out the sql_cacher [1] module

[OpenSIPS-Users] Load a DB Table to hash with MI control

2022-10-17 Thread Antonis Psaras
Antonis Psaras ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Handling SDP on 302 request with mhome

2021-10-06 Thread Antonis Psaras
ch. How you do it now will set the SDP in INVITE only in relation to the first branch (so WAN) and reuse it for the next branches too. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/trai

[OpenSIPS-Users] Handling SDP on 302 request with mhome

2021-09-26 Thread Antonis Psaras
Hello Team I have an OpenSIPs with multi home (WAN / LAN) connected to an Asterisk (LAN). The problem I have is the following. A call is coming from Asterisk to OpenSIPs LAN interface for a user registered on OpenSIPs. That user has call forwarding enabled and OpenSIPs receives a 302.

[OpenSIPS-Users] Presence issue with mid-registrar

2021-09-04 Thread Antonis Psaras
t send NOTIFY to SUBSCRIBERS. Any suggestion? Regards Antonis Psaras 14 Iteas Str., Argyroupoli, 16452, Athens, Greece Tel: +30.21200.05300 | Fax: +30.21200.05800 www.microbase.gr smime.p7s Description: S/MIME cryptographic signature ___ Users mailin

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Antonis Psaras
Hello Vlad I am using 2.4 so race_condition_timeout is not available but I can upgrade if required. Actually is not very clear to me what that parameter does. Can you explain a bit more? Regards Antonis Psaras / Managing Director -Original Message- From: Users On Behalf

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Antonis Psaras
Thank you. I will. Thank you for your support Antonis Psaras -Original Message- From: Bogdan-Andrei Iancu Sent: Τετάρτη, 21 Απριλίου 2021 13:50 To: apsa...@microbase.gr; 'OpenSIPS users mailling list' Subject: Re: [OpenSIPS-Users] Generate CANCEL on 180 Well, you should bring

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Antonis Psaras
No. there is no reply. Just ignored. Antonis Psaras / Managing Director -Original Message- From: Bogdan-Andrei Iancu Sent: Τετάρτη, 21 Απριλίου 2021 13:20 To: apsa...@microbase.gr; 'OpenSIPS users mailling list' Subject: Re: [OpenSIPS-Users] Generate CANCEL on 180 So

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Antonis Psaras
the call was answered. Regards Antonis Psaras -Original Message- From: Bogdan-Andrei Iancu Sent: Τετάρτη, 21 Απριλίου 2021 12:32 To: apsa...@microbase.gr; OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Generate CANCEL on 180 Hi Antonis, What exactly does not work

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-20 Thread Antonis Psaras
I did the following if (t_check_status("180")) { t_cancel_branch(); drop; } But there is an issue. When 180 is followed by 200 instantly, the CANCEL is not working as expected. When I add a delay on Answer ie 1sec then CANCEL works. Any suggestion? Anto

[OpenSIPS-Users] Generate CANCEL on 180

2021-04-20 Thread Antonis Psaras
Dear all I am trying to create a service which will generate missed calls. In order to be more accurate, I want to CANCEL the request when 180 is received. The scenario is the following Asterisk Invite -> OpenSIPs -> Carrier Carrier 183 -> OpenSIPs -> Asterisk Carrier 180 -> OpenSIPs