在 C# 中使用 GSM 与 freeswitch 进行 sip 网关需要的建议
我正在考虑使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 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.