ts.SIPDefaultGateway

The IP address and port number for the Telephony Session service to send SIP messages to the Voice Browser service.

The value must be a IP address:port (or hostname:port) pair. For multiple ports, use a comma-separated list.

The default is IP address is 127.0.0.1. The default port depends on the Telephony Session service instance: 5062 (first instance), 5072, 5082, and 5092.

In the HA roles provided by Voice Platform each Telephony Session service instance points to two Voice Browser service instances, so the value is a comma-separated list with a second item representing the second Voice Browser service instance. The default host is also 127.0.0.1, and the port numbers are 5062 and 5063 (first instance), 5072 and 5073 (second instance), 5082 and 5083 (third instance), and 5092 and 5093 (fourth instance). For example:

127.0.0.1:5062,127.0.0.1:5063

If you change a default port, you must also change browser.sip.useragent.listingport on the Advanced tab for the corresponding Voice Browser service instance. The values must match. See browser.sip.useragent.listeningport for more information.