Mark Kent writes:
alias="sip1.foobar.com:5060" /* Aliases for Domain 1 */
Don't put the port in there. Just list the domains that the server is responsible for.
if you have two openser instances in the same box listening at different ports, you want to make sure that the box is the correct one, for example, when an initial request comes with pre-loaded route header.
For example, if you are using the "domain" module then would we expect to never have to use "uri==myself" and not have to list aliases? (using is_uri_host_local() instead)
i need to use alias for checking pre-loaded route header containing the domain name of the proxy.
-- juha