views:

80

answers:

2

Hi,

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!

+2  A: 

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

karlphillip
Hi karlphilip. A SIP server is no problem, we provide them ourselves to our customers in an hosted environment so...But thanks for the info about the openSIPS and the protocol!
CyberK
+1  A: 

You could check out siphon.

Frank Shearar
Thank you Frank, that was the one I was looking for.. I found it some time ago in a very early stage but now its much more useful!!!
CyberK