How to use SIP (voip) into my application to make video calls in Iphone sdk? - objective-c

I need to use SIP(VoIP) in my applications can anyone suggest me how to start with this with an sample code in objective-c or sequence of steps to do.
Anyone's help will be much appreciated.
Thanks to all,
Monish.

There is one iPhone app which is known as linephone and it's source code is also available at here .This app is using SIP(VoIP).

www.voipcore.com

Related

GetResponse Objective-C Integration

I need to create an iOS app that needs to use a form created with GetResponse.
Does anyone know if the integration between the two systems is possible and if there is any documentation or example about it?
Thanks in advance.
Massimo
Please, try start there: http://apidocs.getresponse.com/en
If you need some further directions, just post question here :)

how to use kCICategoryDistortionEffect and kCICategoryGeometryAdjustment in iOS?

I wants to add "Face-wrap" effect in my iOS app. After lots of searching i came to know that there is CoreImage Framework in iOS which provides some constants as kCICategoryDistortionEffect and kCICategoryGeometryAdjustment. I hope that both will help me in achieving my aim. But, now i am enable to find any example of how to use them. Can you please help me?
Thanks, in advance.

How to read RFID using iPhone SDK

In My application i need to read the RFIDs. How it will be possible. I dont have any idea how to achieve this. Is there any API for this.Please suggest me in this issue.
Thanks in Advance
The easiest way is to buy an rfid reader for iPhone, and use its SDK.
Have a look to iCarte, it could be a good starting point.

how i use backgroundService in iPhone with time interval?

i Think this is very poor question. But, I don't understand
1. how i use this.
2. which type this working in device?
please any one help me?
Thanks in advance..!
you can refer below links of background services for iOS and Android
1) For iOS Services
2) For Android Services

Sample code to get Siphon application in iphone sdk?

Does anyone have the link for the sorce code of Siphon application to use SIP(VoIP) in my application.
Anyone's help will be much appreciated.
Thanks to all,
Monish.
http://tharindufit.wordpress.com/2010/06/18/how-to-compile-siphon-for-non-jail-broken-iphone-make-voip-calls-on-wifi/
here has some steps to follow .