使用windows mobile和.net框架的音频会议程序

发布于 2024-12-04 23:39:59 字数 369 浏览 1 评论 0原文

我正在尝试开发一个必须在一组Windows Mobile 6.5 手机上运行的应用程序。

这些电话都使用 TCP/Ip 连接在本地 LAN 中,并且每个电话都有固定的 IP 号码,但不得连接到互联网!

该应用程序的目标是在知道目标电话的 IP 号码的情况下发送和接收音频呼叫

所以......我想出了一些可能的解决方案:

  1. 从头开始实现Windows Mobile语音应用程序的客户端服务器

  2. 找到一个好的控件或者一个易于使用的框架

  3. 就放弃:)

有什么建议吗?

谢谢大家

I'm trying to develop an application that must run on a set of windows mobile 6.5 phone.

The phones are all connected in a local LAN using TCP/Ip and each of them has a fixed IP number but they must not connect to internet !

The goal of the application is to send and receive audio calls knowing the Ip number of the destination phone.

So.... i figured out some possible solutions:

  1. realize from scratch a client server for voice application for windows mobile

  2. find a good control or an easy to use framework

  3. just give up :)

Any suggestion?

Thansk everybody

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

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

发布评论

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

评论(1

没有心的人 2024-12-11 23:39:59

您将需要一个能够进行会议的媒体服务器。 Asterisk 或 Freeswitch 是两个很好的支持会议的开源媒体服务器。

您正在创建自己的 Window Mobile VOIP 应用程序吗?如果是这样,在您的客户端应用程序中,您将需要使用 SIP 客户端库。有几个可用的开源 SIP 堆栈(例如 pjsip 等)。

或者,您可以尝试安装适用于 Windows Mobile 6.5 的 Fring 或 Skype,看看它们是否允许您拨打 SIP: 呼叫。如果他们这样做,那么您所需要做的就是在网络上安装媒体服务器(如上所述)。

有关 VoIP 服务器和客户端堆栈的完整列表,请参阅此处:

http://www.voip-info.org/wiki/view/Open+Source+VOIP+Software

You will want a Media Server capable of doing conferencing. Asterisk or Freeswitch are two good open source media servers that support conferencing.

Are you creating your own Window Mobile VOIP application? If so, in your client application you will need to use a SIP client library. There are a couple of open source SIP stacks available (e.g. pjsip, and others).

Alternatively, you could try installing Fring or Skype for Windows Mobile 6.5 and see if they allow you to place SIP: calls. If they do, then all you need to do is install your Media Server (mentioned above) on your network.

For a full list of VoIP servers and client-side stacks see here:

http://www.voip-info.org/wiki/view/Open+Source+VOIP+Software

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