On Thu, 2008-10-02 at 13:28 +0100, Paul Mcdaid wrote:
> I'm adding HA server specific information to the file replication
> process. One of the fields I've identified that need to be server
> specific is the sipXproxy-config.vm entry: SIPX_PROXY_HOST_ALIASES
> This entry includes spring injected value of
> PROXY_SERVER_SIP_SRV_OR_HOSTPORT. On my system it is replaced with the
> FQDN, but I don't have an SRV system configured. Could anyone give me
> more information about this field?

The value should be the "hostport" (RFC 3261 section 25.1) that
identifies the proxy.  If there is an SRV name for it, use that (alone).
If not, you can use the FQDN, in which case, you can also append ":nnnn"
to identify a non-default listening port.  (If the hostport is an SRV
DNS name, the SRV records specify the listening port).  You can also use
an IP address with an optional port, but that is not recommended.

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to