Use SIP in iPhone app

前端 未结 2 1717
礼貌的吻别
礼貌的吻别 2020-12-30 17:56

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 ab

2条回答
  •  死守一世寂寞
    2020-12-30 18:39

    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).

提交回复
热议问题