C# 连接到西门子 Hipath 3000

发布于 12-19 16:12 字数 111 浏览 5 评论 0原文

我需要连接到西门子 Hipath 3000 才能进行日志记录和拉取报告。 有没有人使用 c# 来做到这一点,如果你用其他语言做过,你有什么建议吗?我目前正在查看 tapi 以便连接到它。

谢谢

I am needing to connect to a Siemens Hipath 3000 in order to do logging and pull reporting.
Has anyone used c# to do this, if you have done it in another language do you have any suggestions. I am currently looking at tapi in order to connect to it.

Thanks

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

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

发布评论

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

评论(2

梦回旧景2024-12-26 16:12:55

有关西门子 HiPath / TAPI 的一些文档,请参见 http://wiki.siemens-enterprise.com/wiki/ HiPath_3000_open_interfaces

通过 .NET 的 TAPI 的一些起点:

我不熟悉西门子的什么协议HiPath 提供,但它可能提供 syslogd 集成和/或 SNMP 用于日志记录目的...某些协议(IIRC 例如 TAPI)需要从西门子额外获得许可...

For some documentation for Siemens HiPath / TAPI see http://wiki.siemens-enterprise.com/wiki/HiPath_3000_open_interfaces

Some starting points for TAPI via .NET:

I am not familiar with what protocols the Siemens HiPath offers but it might offer a syslogd-integration and/or SNMP for logging purposes... some protocols (IIRC for example TAPI) need to be licensed additionally from Siemens...

べ繥欢鉨o。2024-12-26 16:12:55

您最好的选择是将 HiPath 3000 配置为通过 LAN 将 CDR 发送到您指定的 IP 地址。
通过 HiPath 3000 Manager E 可以轻松进行此配置。

您只需编写一个 TCP 侦听器来接受来自 PBX 的连接并解析传入的呼叫详细记录 (CDR)。

已通过 Avaya、Panasonic 和其他 PABX 产品(包括 HiPath 3000 系列)成功完成此任务。

Your best bet is to configure the HiPath 3000 to send CDR via LAN to your specified IP address.
This configuration is easy via HiPath 3000 Manager E.

You simply write a TCP Listener to accept connection from the PBX and parse the incoming Call Detail Records (CDR).

Have done this successfully with Avaya, Panasonic and other PABX Products, including HiPath 3000 series.

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