vote up 2 vote down star
2

I have been tasked with investigating the feasibility of writing an iPhone App to access our internal VoIP/SIP systems.

I've never coded anything close to VoIP before. Are there any open source VoIP/SIP libraries/examples in C or Objective-C?

An O/S iPhone App that I can skin and add our required features to (mainly UI related) would be the holly grail here.

flag

2 Answers

vote up 4 vote down check

You may take a look at siphon (http://code.google.com/p/siphon/).

From their homepage:

Home of the World's first free SIP/VoIP application for iPhone and iPod Touch 1 and 2.

Siphon SIP/VoIP project is the first in his category that works on iPhone and iPod Touch 2 with headset for all SIP providers. It is a native application approved running on 2.X using internal micro/speaker and headset.

The Application supports the SIP standard, preserving compatibility with hundreds of SIP providers and offers a GUI which preserves the apple design of native iPhone applications.

link|flag
vote up 1 vote down

A colleague of mine wrote an Asterisk client, available on Github (http://github.com/pzion/miumiu)

From the project page:

MiuMiu is a VoIP application for the Mac and iPhone that uses the IAX protocol

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.