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