お世話になっております。
Cloud Connector Edition環境構築に際し、パラメータファイル「CloudConnector.ini」に、
Gatewayに関するパラメータを記述する箇所がありますが、その中の「HybridVoiceRoutes」項目が
Cloud Connectorのどのような動作に関連してくる内容かご教示頂きたく。
=====以下、「CloudConnector.ini」抜粋=====
;Parameters for gateway
;If only one Gateway is needed, remove entire [GateWay2] section. Don't keep it but leave values empty.
;If Gateway FQDN uses O365 Sip Domain in name for TLS purposes, be sure to set InternetDNSIPAddress to allow Edge to resolve these records
[Gateway1]
; Gateway FQDN
;FQDN=192.168.0.41
FQDN=*****
;Gateway IP address
IP=192.168.0.41
;Gateway Port
Port=5060
;Protocol for SIP traffic (TCP or TLS)
;Protocol=TCP
Protocol=TLS
;List of voice routes used by this gateway.
;Routes are defined in the next section.
VoiceRoutes=LocalRoute
[Gateway2]
; Gateway FQDN
;FQDN=gw2.hybdomain.com
FQDN=*****
;Gateway IP address
IP=192.168.0.42
;Gateway Port
Port=5060
;Protocol for SIP traffic (TCP or TLS)
Protocol=TLS
;List of voice routes used by this gateway.
;Routes are defined in the next section.
VoiceRoutes=LocalRoute
;;;;;;;;;;;;;;;;;;;; Parameters for hybrid voice routing ;;;;;;;;;;;;;;;;;;;; ←
[HybridVoiceRoutes] ←
;Named voice route to be used by one or more gateways ←
LocalRoute=.* ←
=================================
以上、宜しくお願い致します。