Use SIP in iPhone app

戏子无情 提交于 2019-11-29 10:29:48

问题


I want to build an iPhone app which has the option to make calls over SIP (VoIP) but at this moment I have no idea how to start.

Does anyone have some information about this topic, or maybe a demo project which I can use to implement the SIP functionality?

Thanks in advance!


回答1:


You could check out siphon.




回答2:


For this project you'll need a SIP server to handle SIP requests from the iPhone clients. Yes, not so simple is it?

There are open source SIP implementations (like this one) which you can easily find googling.

Of course, you can also make your own implementation of the SIP protocol (RFC 3261).



来源:https://stackoverflow.com/questions/3325663/use-sip-in-iphone-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!