Status: New
Owner: vladimir.ralev
Labels: Component-Sip-Servlets Type-Enhancement MSS-1.5.0.FINAL
Release-Type-Alpha Roadmap-Fix Priority-Medium
New issue 2132 by vladimir.ralev: SIP LB must change Request URI meant for
the containers
http://code.google.com/p/mobicents/issues/detail?id=2132
Request URIs that are meant for containers must be be updated after
failover or switch over.
For example sip:127.0.0.1:5080 should be changed to 127.0.0.1:5180 because
if the second application in the chain is UAS or b2bua and there are no
more Route headers the new container will try to recognize it self in the
request URI. If not it will route the request to the other old container.
If the other container has failed the call will be lost.
For IP LB similar problem may exist for Via headers when routing responses.