tags:

views:

204

answers:

1

I am new to iphone development. I want to develop an VOIP application. Anybody give me some ideas to start.I have tried "siphon" and "telephone" open source projects but they did not run. Thanx for any suggestion.

A: 

For developing iPhone VOIP applications, you will probably want to read the answers to the question "Open Source VoIP/SIP Objective-C Code".

As you seem to have already tried siphon, but were unable to get it to compile, you might be interested in the answers to the question "How to compile pjsip for iphone 3.0" (pjsip is what is used for siphon).

Brad Larson
yeah i have problem in compiling pjsip. will u help me regarding this?
Jack
@medma Read the answer on the question I linked to. One of the links there has step-by-step instructions for compiling pjsip.
Brad Larson
but it gives error in the last step i.e. "make". The error is : "ld: framework not found CoreServices collect2: ld returned 1 exit status make[2]: *** [../bin/pjlib-test-arm-apple-darwin9] Error 1 make[1]: *** [pjlib-test] Error 2 make: *** [all] Error 1"
Jack