开源 ISDN 协议测试
我有一个非常具体的要求,要测试 Q.931 等协议和 ARINC 746 等特定协议的 ISDN PRI 接口。
我想知道是否有任何开源工具这些上述协议。喜欢具有 PRI 端口的 Linux Box 上的 Asterisk?
I have a very specific requirement to test ISDN PRI interfaces for protocols like Q.931 and specific protocols like ARINC 746.
I was wondering if there are any open source tools these the above protocols. Likes of Asterisk on a Linux Box having PRI ports?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您要使用开源产品,首先您必须通过电话卡将 ISDN PRI 接口连接到 PC。市场上有很多电话卡,
Digium、Sangoma、Dialogic、Donjin、Avaya
等。大多数商业硬件产品都有自己的 ISDN PRI、SS7 等测试/配置工具。因此,您可能不需要开源产品广泛地。
还有一些开源产品,例如 FreeSwitch、AsteriX、OpenPBX,您可以用来测试这些产品。
If you are to use an Open source product,First You have to connect ISDN PRI interface to a PC, through a telephony card. There are lot of Telephony cards available in the market,
Digium, Sangoma, Dialogic, Donjin, Avaya
, etc.Most of those commercial hardware products has its own testing/configuring tools for ISDN PRI, SS7, etc. So, you may not require a Open Source product extensively.
Also there are Open Source products like, FreeSwitch, AsteriX, OpenPBX, you can used to test those.
我不知道你提到的协议的详细信息,但是当你使用其中一张 Digium 卡运行 Asterisk 时,它会提供令人印象深刻的 ISDN 详细调试输出。我希望这有帮助。
I don't know the details of the protocols you mention, but Asterisk has an impressive debug output of ISDN details when you run it with one of the Digium cards. I hope this helps.
如果您可以获得 Sangoma 电话卡,则可以使用 wanpipemon sangoma 工具和众所周知的wireshark 来完成此操作。如果有 digium 卡,则可以使用 dahdi_pcap -p ldap 获取 q931。
If you can get a Sangoma telephony card you can do it using wanpipemon sangoma tool and the well known wireshark. If have a digium card will can get just q931 using dahdi_pcap -p ldap.