> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/shang-ye-ban-fu-wu/zoom-contact-center/zoom-customer-experience/overview/zoom-contact-center-architecture.md).

# 架构

Zoom 呼叫中心采用有效-有效架构设计，以确保可靠性和弹性。

以下各节提供了 Zoom 呼叫中心架构的概述。

### Zoom 呼叫中心数据中心 SIP 区域

在有效-有效架构中，弹性和冗余是关键。为支持语音频道和电话通讯需求，每个 Zoom 呼叫中心数据中心都配备两个完全相同、相互连接的 SIP 区域，并配有专用硬件和服务，以实现独立的弹性和持续运行。

在正常运行期间，负载均衡器会在数据中心内的两个 SIP 区域之间平均分配呼叫。在每个 SIP 区域内，呼叫会公平地分配到一组呼叫交换机之间，这些交换机负责呼叫路由、建立和拆除等多项功能。从呼叫交换机，呼叫连接到每个区域内的会议边界控制器（SBC），该控制器要么连接到 Zoom 的底层提供商网络，要么连接到客户提供的运营商（BYOC-P），用于 PSTN 路由，直到呼叫到达其最终目的地。

在此框架下，架构中的每个关键部分——即 SBC、负载均衡器和呼叫交换机——都配有待命的冗余硬件，以确保弹性。若某个 SIP 区域发生影响服务的事件 & 活动 &直播，呼叫的有效媒体、信令和注册将故障转移到另一个区域，以保持服务不中断。此外，由于 Zoom 力求在任何给定时间内每个 SIP 区域的容量不超过 50%，因此一旦某个 SIP 区域内发生影响服务的事件 & 活动 &直播，呼叫应能顺利故障转移到对侧区域，直到标准操作恢复。

下图从高层次展示了 SIP 区域的有效-有效架构设计：

<div data-with-frame="true"><figure><img src="https://2325962437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2Fq98WhB6gPiO2XHt8t7wK%2Fimage4.png?alt=media&amp;token=0cb2610a-853b-4a55-a6a3-b862eb5634fe" alt=""><figcaption><p>SIP 区域的有效-有效架构概览</p></figcaption></figure></div>

### Zoom 呼叫中心数据中心概览

从物理层面来看，Zoom 在数据中心的部署位于高度安全的托管设施内，这些设施配备实体安全、冗余供电和制冷系统，并可接入领先的中立运营商互联网服务提供商（ISP）和对等互联合作伙伴。

从技术层面来看，Zoom 在数据中心的部署采用容错架构，包括完整冗余以及从主数据中心到备用数据中心的快速故障转移能力，以提高可靠性并尽量减少所有呼叫中心频道的停机时间。

在极少数情况下，如果数据中心完全故障或发生影响服务的事件 & 活动 &直播，Zoom 呼叫中心的媒体、信令和注册信息可能会暂时丢失，从而需要切换到待命的备用数据中心。在这种情况下，语音频道会议将向备用数据中心重新注册，并通过该位置的备用运营商转接所有来电。随后，所有新呼叫都将通过备用数据中心及其相关的有效-有效区域进行处理，直到服务完全恢复。服务恢复后，将安排维护窗口，以便在相应的主数据中心将运营恢复正常。

下图从高层次展示了 Zoom 的数据中心冗余设计：

<div data-with-frame="true"><figure><img src="https://2325962437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2FHwgqOR49uylTiWcQMbHk%2Fimage.png?alt=media&amp;token=cc462744-8890-4cd4-b3e2-b0efdbb282e1" alt=""><figcaption><p>Zoom 数据中心冗余概览</p></figcaption></figure></div>

建议读者参阅 Zoom 的 [状态](https://status.zoom.us/) 和 [正常运行时间](https://uptime.zoom.us/) 网站，以获取有关服务可用性的更多信息。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/shang-ye-ban-fu-wu/zoom-contact-center/zoom-customer-experience/overview/zoom-contact-center-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
