Search code examples
androidsipvoiprestcomm

Restcomm android sdk with other sip servers


I am trying to build an Android VOIP client application for a voip server and planning to use Restcomm android sdk. But according to their getting started guide they specify Restcomm Communications Platform as a prerequisite . So I am confused whether it works for the kind of SIP/VOIP server I am trying to make the app for. Does anyone have any idea about it? I tried to mail them but they redirected me to SO. So it would be great if someone who have used this SDK suggest me.


Solution

  • The Restcomm Android SDK is build on top of JAIN SIP, which means that in its core it is a SIP client, so it should be able to talk to any SIP server. The only thing you need to keep in mind is that it uses webrtc for media, in order to better traverse NAT and generally take advantage of all the goodies webrtc has to offer.

    Please let me know if you have any further questions

    Best regards, Antonis Tsakiridis