Yes , I am using record_route function and also topos module.
My carrier need invite without Record-Route and Route header. But when I use topos module everything works fine, but BYE from the carrier is not routing back to the agent.
I have tried without topos module to remove Record-Route header using remove_hf() function, but I found that the Record-Route header is adding at t_relay(), so that I am not able to remove it.
As the topos module hides contact, via and routing headers, how should I route the BYE from carrier to the agent. I would like to get solution with or without topos module.

My kamailio receives Bye from carrier on its local Interface and it should be routed to the agent through the public interface

interface 1: public ip
interface 2 : private IP ( where carrier is connected)

Thanks
Arun

On Tue, Jun 11, 2024 at 8:04 PM Patrick Karton <patrickarton@hotmail.com> wrote:
Hello,

This is the purpose of topos module to hide Via, Contact, Record-Route and Route headers.

If you configure and use it properly there should not be any routing issue.

Do you call record_route function in your kamailio script ?

Le 11 juin 2024 14:10, Arun K R via sr-users <sr-users@lists.kamailio.org> a écrit :
Hello,

I am using topos module to hide Record-Route and Route header as per the requirement from carrier. But the topos module hides, contact, via and routing headers also. Due to this reason when I am getting bye from the carrier I am not able to route the bye back to the agent.

Bye from Agent to carrier is working fine.

Bye from carrier to my internal network interface is not routing to client through public interface. I assume this may be because Via / Contact header has been hidden and changed by the topos module with the invite

please help me for this
Thanks
Arun