STeN
STeN

Reputation: 6268

sip stack for iphone and android

I am looking for the SIP stacks for Android and iPhone. I found plenty of similar questions, which are sometimes quite old... I do not care too much if the solution is commercial (but this is preferred) or open source.

So far I found

My questions are:

  1. Does anybody has good/bad experience with above solutions?
  2. Do you develop and publish an application with use of above solutions?
  3. Any commercial SIP stack provider for iPhone/iPad?

Thanks a lot STeN

Upvotes: 5

Views: 4516

Answers (6)

Victor Sergienko
Victor Sergienko

Reputation: 13475

I've found a real gem: baresip (github page). Extremely clean and clear. BSD-licensed. Highly portable: builds for iOS, Android, ARM, and whatever. No support for Android hardware codec yet, though.

Our solution is not ready yet, but we're spending about 5x to 10x less time examining SIP framework sources than we did with alternatives. For now, we're extremely happy.

Not sure about commercial support, but the (small (yet)) community and author are responsive and friendly.

Upvotes: 3

G M Ramesh
G M Ramesh

Reputation: 3412

you can develop sip stack using Jain-sip-stack, which is open sorce and easy to understand the things over there

Upvotes: 2

Hank Karl
Hank Karl

Reputation: 286

TeleSoft ( http://www.telesoft-intl.com ) offers a SIP stack for Android and iPhone/iPad and also for Windows phones. I think its a great solution, but then I represent the company, so that's not exactly an unbiased opinion.

Upvotes: 0

Eric Tremblay
Eric Tremblay

Reputation: 31

For a commercial solution, have a look at the M5T SIP Client Engine from Media5. It runs on iOS, Android as well as PC and embedded platforms.

http://www.media5corp.com/en/developer-solutions/m5t-sce

Yes, I work there.

EricT

Upvotes: 3

Tsahi Levent-Levi
Tsahi Levent-Levi

Reputation: 2386

RADVISION, the company I work for, which you have mentioned offers its SIP stack also for iOS (which translates to iPhone and iPad). Can't say how good it is (I can, but I don't think it matters what I think about our solutions), and we do have customers who have used our products successfully on these devices.

Upvotes: 3

Joel F
Joel F

Reputation: 2631

Check out pjsip. It is very portable and is used by the Android application CSipSimple.

Upvotes: 5

Related Questions