在 C# 中使用 GSM 与 freeswitch 进行 sip 网关需要的建议

发布于 2024-12-02 13:30:42 字数 122 浏览 0 评论 0原文

我正在考虑使用 2N® VoiceBlue Lite 和 Freeswitch 作为 GSM 到 sip 网关,将 gsm 呼叫路由到 fs 服务器,以便使用 C# 构建 IVR 系统。任何人测试过这个或任何人有任何建议或意见吗?

I am considering using 2N® VoiceBlue Lite with Freeswitch to serve as a GSM to sip gateway that will route gsm calls to fs server for an IVR system to be built with C# anybody who has tested this or anybody with any suggestions or opinion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喜爱皱眉﹌ 2024-12-09 13:30:42

您的 IVR 系统需要实现什么目标?如果是路由呼叫,那么您可以使用 freeswitch 拨号计划相当轻松地完成此操作。

任何更复杂的事情可能都需要编程语言。我在 FS 中使用了 LUA,效果非常好。 LUA 集成得很好,网上有很多关于如何使用 LUA 进行 FS 编程的帮助。

2N VoiceBlueLite 看起来像一个标准的 GSM 网关,呼叫可以从 SIP 中的 2N 发送到 FS。 DTMF 由 RFC2833 的 2N 处理,因此这不会在 freeswitch 上造成问题。

可能发现您在 Freeswitch 上得到了两位数 - 这有时会发生在 SIP 上,因此最佳实践是在入站拨号计划的开头明确声明您正在使用 RFC2833。

What does your IVR system need to achieve? If it's routing call then you can do this fairly easily with the freeswitch dialplans.

Anything more complicated might require a programming language. I've used LUA in FS and this works very well. LUA is integrated well and there's a lot of help on the web for how to program FS using LUA.

2N VoiceBlueLite looks like a standard GSM gateway and calls can be sent from the 2N in SIP to FS. DTMF is handled by 2N with RFC2833 so this won't cause a problem on freeswitch.

You might find that you are getting double digits on Freeswitch - this sometimes happens with SIP so best practice is to explicitly state that you're using RFC2833 at the beginning of your inbound dialplan.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文