SIP library for iOS with non-GPL license [closed]
Asked Answered
H

3

8

Are there any non-GPL SIP libraries/SDKs that'll let me implement SIP for iOS?

Hermia answered 1/6, 2012 at 16:56 Comment(0)
N
9

These are the ones I know about:

Proprietary:

Open source: GPL/LGPL

Neuron answered 5/6, 2012 at 8:57 Comment(0)
I
3

oSIP is LGPL and therefore can be used (as a library) in commercial and closed-source projects. It compiles easily for arm. It is the SIP library used by linphone for iPhone; however, linphone is GPL.

Infinitive answered 14/5, 2013 at 13:33 Comment(3)
Could you give an example how to compile it for arm? Where do I specify the architecture? I just compiled it on mac os x but of course an ios project can't use the lib.Edelstein
Pretty old thread, but here is a link with xcode project for osip/eXosip/c-ares - minor change to the project may be required over various osip/exosip versions!Alroi
You have to do a lot in order to use an LGPL library in iOS app.Permit
M
-1

These days SIP over WebRTC is getting popularity. It uses SIP Signaling and WebRTC as Media which is provided by google.

Following options are also very good if you to avoid getting into SIP level complexities.

https://alqatech.com/services/webrtc-sdk-android/

https://alqatech.com/services/webrtc-sdk-ios/

Marlomarlon answered 14/5, 2019 at 22:50 Comment(1)
Doesn't appear to be open source.Albumose

© 2022 - 2024 — McMap. All rights reserved.