0

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.

Ank
  • 514
  • 1
  • 5
  • 19
  • 2
    You say you're new to iPhone development. Does that mean you're new to software development as a whole? Implementing a VoIP application isn't at all limited to being an iPhone development question. If you're not new to development in general, then I suggest you make your question more specific and ask for help on something particular that isn't working in your VoIP implementation. Else, I think you'd better start with something a little smaller. Trying to go from beginning iPhone Development to developing a VoIP application is too big a step. – Jasarien Apr 12 '10 at 10:07
  • Please be more specific. What exactly is your problem? – Shaggy Frog Apr 12 '10 at 18:37
  • No i m not new to s/w devlopment.I have devloped s/w in java,but to iphone i am only 3-4 months old. I have problem in compiling pjsip. – Ank Apr 14 '10 at 06:53
  • > Check this link [http://stackoverflow.com/questions/1493050/ios-open-source-voip-sip-objective-c-code?lq=1][1] [1]: http://stackoverflow.com/questions/1493050/ios-open-source-voip-sip-objective-c-code?lq=1 – Suraj K Thomas Aug 06 '14 at 07:29

1 Answers1

1

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

Community
  • 1
  • 1
Brad Larson
  • 170,088
  • 45
  • 397
  • 571
  • yeah i have problem in compiling pjsip. will u help me regarding this? – Ank Apr 14 '10 at 06:55
  • @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 Apr 14 '10 at 12:31
  • 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" – Ank Apr 15 '10 at 07:35
  • Did you got any solution for compiling the siphon – kiri Feb 29 '12 at 08:08