Reputation: 2377
How can we implement the voip functionality over iphone .Is there api or framwork or any third party library that runs voip for my objective c platform what will be the data received format for the calls .And can we track the calls i.e history,duration etc.Are these feature avaliable in the apple sdk developer for the iphone .
links or code will be more helpful !!!
Thanks,
Upvotes: 0
Views: 319
Reputation: 646
Check http://code.google.com/p/siphon/ Based on www.pjsip.org
Another one is linphone, http://www.linphone.org/eng/download/git.html
Upvotes: 1