views:

99

answers:

2

how to implement voip in iphone using code

is there any code to implement it

A: 

Hi Sneha,

Check Siphon which is described as Home of the World's first free SIP/VoIP application for iPhone and iPod Touch 1 and 2.

raaz
+1  A: 

Hello! Use pjsip :). It's a SIP library written in C. You must compile the source for iphone, it is described in the docs here. After that take a look at a very basic sample application here. It isn't very hard to use even if you don't know C or how to compile libraries.

kudor gyozo