El Thursday 13 September 2007 15:37:39 Juha Heinanen escribió:
i thought that route header includes list of proxies that the request should visit, not domains the request should visit:
20.34 Route The Route header field is used to force routing for a request through the listed set of proxies. Examples of the use of the Route header field are in Section 16.12.1.
Example:
Route: sip:bigbox3.site3.atlanta.com;lr,sip:server10.biloxi.com;lr
so there should be no need to add aliases for each domain your proxy is serving (unless you want your proxy to have a separate hostname for each of its domains).
Yes, but note what Klaus Darilion said: "This is a known limitation with openser - loose_route does not import the domains from domain module."
The problem is just in "loose_route()" function. So I've open a bug/wish for that: https://sourceforge.net/tracker/index.php?func=detail&aid=1793928&gr...
Regards.