无双的技术博客 记录 AI、Linux、网络架构、FreeSWITCH 与企业数字化实践

开源的智能呼叫系统

可以满足中小型企业自用的呼叫平台,自己配置完话术、asr和tts就可以开始做业务相关的呼叫了,项目已开源。

Administrator Administrator 发布于 2026-07-04

不想再写 ESL 网关?我做了一个 FreeSWITCH 原生呼叫控制模块

如果你做过 FreeSWITCH 和业务系统集成,大概率会遇到一个绕不开的问题:ESL 很强大,但业务系统真正接入时,工程复杂度并不低。你需要维护 ESL 长连接,需要处理断线重连,需要从大量底层事件里还原通话状态,还要把 `uuid_kill`、`uuid_transfer`、`uuid_record`、`originate` 等命令再封装成业务接口。等到项目进入 AI 外呼、智能客服、语音机器人这类实时语音场景时,事情会更复杂:呼叫控制、通话状态、音频推流、播放打断、PCM 回灌,往往会分散在多个服务和多层逻辑里。所以我做了一个 FreeSWITCH 原生模块:`mod_fcc`。 它想解决的问题很明确:让业务系统不用直接面对 ESL,而是像调用普通服务接口一样使用 FreeSWITCH 的呼叫能力。

Administrator Administrator 发布于 2026-07-04

把 PDF 变成可讲的 PPT

我把“把 PDF 做成 PPT”拆成主题判断、章节提炼、逐页表达和收尾复盘四步,并给出一段可直接复用的提示词。真正拉开效果差距的,不是让 AI 一键生成,而是先给它清晰的产出边界:谁来听、每页讲什么、结尾怎样收束。少了这些约束,页数再多,也很容易变成无法讲述的文字堆;把框架交代清楚,AI 才能成为可靠的整理助手。

Administrator Administrator 发布于 2026-07-14

The Real Test of Digital Policy: Can Your Systems Become an Operating System?

Digital policy calls for data, security and coordination. The trap: treating it as an IT shopping list. The real test is whether enterprises make revenue, delivery, cash and accountability visible.

Administrator Administrator 发布于 2026-07-14

数字化政策的真正考题:企业能否把“系统建设”变成经营系统

政策持续强调基础设施、数据要素、安全与协同,企业却常将其误读为新一轮 IT 建设:平台越来越多,订单、交付、库存与现金流的共同事实却没有形成。真正的分水岭不在系统是否上线,而在技术、流程与责任能否组成可衡量、可追溯、能支撑经营取舍的统一系统;本文从企业管理层面说明如何用经营指标、权责设计与数据治理检验每一笔投入。

Administrator Administrator 发布于 2026-07-14

AI Is Not Just a Bubble, But It Will Rewrite Work and Profit

Oracle's sharp pullback does not prove that AI is over. It shows that markets are repricing the cash-flow risk behind AI infrastructure.

Administrator Administrator 发布于 2026-07-07

AI 不是泡沫,但会重写工作与利润

甲骨文股价回撤不等于 AI 破灭,它更像市场开始重新定价 AI 基础设施的现金流风险。真正的问题是企业利润、岗位结构和社会分配如何重写。

Administrator Administrator 发布于 2026-07-07

What Metrics Matter for vLLM Monitoring and Tuning

vLLM tuning should not stop at checking whether the API returns an answer. TTFT, TPOT, throughput, KV Cache usage, queue length, and tail latency form the real feedback loop.

Administrator Administrator 发布于 2026-07-07

vLLM 性能监控要看哪些指标

vLLM 调优不能只看服务是否返回答案,而要围绕 TTFT、TPOT、吞吐量、KV Cache 使用率和尾延迟建立监控闭环。本文用本地脚本串起启动、测量、压测和指标采集。

Administrator Administrator 发布于 2026-07-07

Why Speculative Decoding Speeds Up LLM Inference

Speculative decoding does not let the model guess blindly. A cheap draft model proposes tokens, while the target model verifies them in parallel. The real question is whether acceptance rate and batch size make it worthwhile.

Administrator Administrator 发布于 2026-07-07
上一页 下一页