Cisco Cisco Meeting Server 1000

Descargar
Página de 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
115
Note: SIP Edge certificates need to be signed by a public CA and trusted by the third
party SIP server. Apply the certificate to the SIP Edge and the Call Bridge. For more
information on certificates refer to the
e. Enable the SIP Edge
sipedge enable
2. Set up a trunk from the Call Bridge to the SIP Edge. Note that you need to configure trust
between the Call Bridge and the SIP Edge before creating the trunk.
Note: Currently, only one trunk can be made to any SIP  Edge, and only one trunk can be
made from the same Call Bridge.
a. Set up certificates for the connection to the SIP Edge. This uses the certificate from the
SIP Edge as used above.
callbridge trust edge <certificate file>
for example:
callbridge trust edge sipedge.crt
b. Create the trunk using the IP address and port of the private interface.
callbridge add edge <ip address>:<port>
for example:
callbridge add edge 198.51.100.0:3061
3. Set DNS records to point to SIP Edge(s) for SIP and/or Lync. DNS can point to multiple SIP
Edges for resilience. Use the _sips._tcp<domain> SRV record for the external TLS
connection.
4. Configure the TURN server as explained in
Note that TURN TLS is required for
Lync content data packets as they use TCP and not UDP.
5. Create the outbound dial plan rule. Use the API to PUT to the relevant outbound dial plan rule
‘/api/v1/outboundDialPlanRules/ <outbound dial plan rule id>’, with ‘callRouting=traversal’
Points to note:
n
You cannot use the Web Admin interface to select the call routing.
n
Outgoing calls use the certificates that you setup for incoming calls, see step 1d above.
n
The SIP Edge only supports TLS. All dial plan rules targeting the SIP Edge must be set to
‘sipControlEncryption=encrypted’.
n
The Call Bridge determines the next hop of the signaling by doing a DNS lookup. It then
sends this information to the SIP Edge using the outbound rules.
Table 5 below outlines the call flow to establish an outgoing call from the Meeting Server to a
remote SIP device via the SIP Edge server.
13   SIP and Lync call traversal of local firewalls (BETA)