Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-11-01 Thread Nitesh Divecha
Bogdan, Ah haa! Found it and fixed it! Much appreciated for your help... This was a good learning experience! Next up is PSTN routing and local call routing. Cheers, Nitesh On Tue, Nov 1, 2022 at 10:55 AM Bogdan-Andrei Iancu wrote: > Hi Nitesh, > > Be sure all the remove_hf() are on the r

Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-11-01 Thread Bogdan-Andrei Iancu
Hi Nitesh, Be sure all the remove_hf() are on the right execution path and BEFORE the t_relay() for the sequential requests. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online https://www.opensips.org/tra

Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-11-01 Thread Nitesh Divecha
Bogdan, Thanks for your feedback. After reading the docs and following this tutorial ( https://opensips.org/Documentation/Tutorials-Topology-Hiding) I finally got it working. Thank you! INVITE is clean, topology is hidden and ACK is sent back and forth. Calls are holding good. While confirming

Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-10-27 Thread Bogdan-Andrei Iancu
Hi Nitesh, Where you have the loose_route() in your script right now, use topology_hiding_match() https://opensips.org/html/docs/modules/3.2.x/topology_hiding.html#func_topology_hiding_match Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com Open

Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-10-27 Thread Nitesh Divecha
Hey Bogdan-Andrei, Thanks for your feedback. To be honest - I don't know! I followed some online tutorials and tried to implement "topology_hiding()" after is_method("INVITE") since the first message sent to Outbound Provider is INVITE. I never tried topology_hiding_match(). What is the right

Re: [OpenSIPS-Users] - topology_hiding and no ACK

2022-10-27 Thread Bogdan-Andrei Iancu
Hi Nitesh, Do you do topology_hiding_match() for the sequential requests (instead of the typical loose_route()) ?  As it seems you cfg fails to properly handle the in-dialog / sequential requests. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.c

[OpenSIPS-Users] - topology_hiding and no ACK

2022-10-26 Thread Nitesh Divecha
Hello All, I don't know if this is by design or me not implementing correctly! I'm a newbie to OpenSIPS... So I generated a new opensips_residential.cfg file and only edited it with topology_hiding("UC"); under INVITE. Plus all the extras to make ATA register successfully and SIP trunk. Every ti