Greetings,
I have a Kamailio server set up without Registers. I'm using Dispatcher
module for balancing and selecting the destinations. I need to do some
changes in the message according to the chosen destination. If it's the
first INVITE, after Dispatcher operations, i can do it using $dd or $du
variables. However, in later messages, like a BYE, i can't seem to access
the method's destination IP.
Is there any variable that i'm missing? I've tried $route_uri but it only
returns the kamailio's own IP, since it's the only IP in the "Route"
header.
Thanks in advance,
Cheers