Files
nexus/wiki/concepts/Telephony-Integration.md

26 lines
980 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Telephony Integration"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Telephony Integration电话能力集成
## Definition
电话能力集成指 AI Agent 框架通过电信 API 实现来电接收和去电呼叫的能力,使 AI Agent 能够通过传统电话网络与用户通信,无需依赖智能手机 App 或互联网连接。
## Implementation Pattern
1. **电信 API**:通过 [[Telnyx]] 等提供商获取电话号码和电话连接
2. **客户端库**:通过 [[ClawdTalk]] 等客户端库与 Agent 框架对接
3. **Agent 框架**[[OpenClaw]] 等支持 phone skill 的多 Agent 框架
4. **语音处理**:实时语音流与 Agent 的对话能力结合
## Use Cases
- **来电接收**:用户主动拨打,接听并与 AI 对话
- **去电外呼**Agent 主动拨打电话(参见 [[event-guest-confirmation]] 中的 [[SuperCall]] 方案)
## Sources
- [[phone-based-personal-assistant]]