Route header showing IP address instead of FQDN
Hello,
maybe someone could help me to solve this quite basic issue on Oracle SBC.
I have an SBC sending in his INVITE the route field using the destination Session-Agent host name
And I would like that it sends the INVITE with the route field using the Session-Agent IP address instead.(For all INVITEs e.g all Session-Agents and all local-policies).
This without using an HMR.
Exp:
INVITE sip: 123456789@test.com
…
Route: sip:123456789@SA-TEST
And I would like to have
INVITE sip: 123456789@test.com
…
Route: sip:123456789@2.2.2.2
Where 2.2.2.2 is the SA-TEST IP address
Thank you,
Manfred