Reputation: 6268
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:
Thanks a lot STeN
Upvotes: 5
Views: 4516
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
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
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
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
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
Reputation: 2631
Check out pjsip. It is very portable and is used by the Android application CSipSimple.
Upvotes: 5