简体   繁体   English

要为我的Android VoIP应用程序部署哪个SIP服务器?

[英]Which SIP server to deploy for my Android VoIP app?

I am building an android application that supports VoIP/IM/Presence with the available Android SIP stack. 我正在使用可用的Android SIP堆栈构建一个支持VoIP / IM /状态的android应用程序。 I also need to deploy a SIP server to enable the mentioned SIP functionalities as part of my project. 我还需要部署SIP服务器以启用提到的SIP功能,这是我的项目的一部分。

Developing the Android app seems easy with all the available resources and abundant source codes online. 借助所有可用资源和丰富的在线源代码,开发Android应用似乎很容易。 However, I am seriously stuck with deploying a SIP server to communicate with the app. 但是,我很认真地部署SIP服务器以与应用程序通信。

I experimented for around a month with OpenSIPS but it seemed a bit advanced to my level. 我在OpenSIPS上进行了大约一个月的实验,但它似乎达到了我的水平。 Especially that it is runs on a linux environment. 特别是它在Linux环境中运行。

  1. Any suggestions for other easy-to-deploy and easy-to-deal-with SIP servers? 对于其他易于部署和使用SIP服务器的建议?

  2. I haven't done extensive research on this yet, but what do you think of Microsoft Lync Server for that purpose? 我尚未对此进行广泛的研究,但是您对Microsoft Lync Server的看法如何?

As Cthulu suggested in the comments, I suggest trying out Asterisk . 正如Cthulu在评论中建议的那样,我建议尝试Asterisk Only a few files (sip.conf and extensions.conf IIRC) need to be configured to have it up and listening for calls. 仅需配置几个文件(sip.conf和extensions.conf IIRC)即可启动并监听呼叫。

There's also an excellent free book that will help with terminology and configuration when just starting out. 还有一本很棒的免费书籍,在刚入门时将帮助您进行术语和配置。 The book can be read in full online . 这本书可以在线阅读全文。 You can also download a PDF version from O'Reilly . 您也可以从O'Reilly下载PDF版本

There are also many flavours of Asterisk that have somewhat simplified interfaces to make setup easier for the first time. 还有许多Asterisk口味的界面都经过简化,使首次安装变得更加容易。 AsteriskNow can be downloaded directly from Digium (the company that's responsible for the Asterisk project). AsteriskNow可以直接从Digium(负责Asterisk项目的公司)下载。 If you are going to be doing more SIP work in the future, it might be worth it to use 'real' Asterisk, but if this is a one time thing, try out AsteriskNow. 如果将来要做更多的SIP工作,使用“真正的”星号可能是值得的,但是如果这是一次性的,请尝试使用AsteriskNow。

The other main project to investigate would be Freeswitch , though I find the Asterisk setup to be a little more straightforward. 要研究的另一个主要项目是Freeswitch ,尽管我发现Asterisk的设置要简单一些。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM