All Projects → VoIPGRID → Vialersiplib

VoIPGRID / Vialersiplib

Licence: gpl-3.0
An Objective-c wrapper for PJSIP

Projects that are alternatives of or similar to Vialersiplib

Bottomsheet
Component which presents a dismissible view from the bottom of the screen.
Stars: ✭ 113 (-7.38%)
Mutual labels:  cocoapods
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (-4.1%)
Mutual labels:  cocoapods
Actionclosurable
Extensions which helps to convert objc-style target/action to swifty closures
Stars: ✭ 120 (-1.64%)
Mutual labels:  cocoapods
Fontawesome.swift
Use FontAwesome in your Swift projects
Stars: ✭ 1,513 (+1140.16%)
Mutual labels:  cocoapods
Rhythmbox
A Rhythm Box System for your iOS app written in Swift. 🎵
Stars: ✭ 116 (-4.92%)
Mutual labels:  cocoapods
Swifty360player
iOS 360-degree video player streaming from an AVPlayer.
Stars: ✭ 118 (-3.28%)
Mutual labels:  cocoapods
Shari
Shari is the alternative to the library of UIPickerView(drum roll) in Swift. You can select a item using UITableView.
Stars: ✭ 111 (-9.02%)
Mutual labels:  cocoapods
Rcalendarpicker
RCalendarPicker A date picker control, Calendar calendar control, select control, calendar, date selection, the clock selection control. 日历控件 ,日历选择控件,日历,日期选择,时钟选择控件
Stars: ✭ 121 (-0.82%)
Mutual labels:  cocoapods
Swiftloader
A simple and beautiful activity indicator written in Swift
Stars: ✭ 116 (-4.92%)
Mutual labels:  cocoapods
Swiftuiblurview
This view is also part of SwiftUIKit: https://github.com/danielsaidi/SwiftUIKit
Stars: ✭ 120 (-1.64%)
Mutual labels:  cocoapods
Lightweightobservable
📬 A lightweight implementation of an observable sequence that you can subscribe to.
Stars: ✭ 114 (-6.56%)
Mutual labels:  cocoapods
Foundationextension
Foundation/Cocoa/UIKit extension kit. Reference document:
Stars: ✭ 115 (-5.74%)
Mutual labels:  cocoapods
Dddkit
360 video player for iOS written in swift - a subset of SceneKit that works
Stars: ✭ 118 (-3.28%)
Mutual labels:  cocoapods
Uilabel Copyable
A simple category to add copy functionality to UILabel.
Stars: ✭ 113 (-7.38%)
Mutual labels:  cocoapods
Touchdraw
A subclass of UIView which allows you to draw with your fingers.
Stars: ✭ 119 (-2.46%)
Mutual labels:  cocoapods
Microfeatures Example
📦📱 Example of iOS app built using the uFeatures architecture
Stars: ✭ 112 (-8.2%)
Mutual labels:  cocoapods
Towebviewcontroller
A view controller class for iOS that allows users to view web pages directly within an app.
Stars: ✭ 1,500 (+1129.51%)
Mutual labels:  cocoapods
Tinynetworking
🌩 Simple HTTP network abstraction layer written in Swift
Stars: ✭ 122 (+0%)
Mutual labels:  cocoapods
Bettersegmentedcontrol
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
Stars: ✭ 1,782 (+1360.66%)
Mutual labels:  cocoapods
Sqift
Powerful Swift wrapper for SQLite
Stars: ✭ 119 (-2.46%)
Mutual labels:  cocoapods

VialerSIPLib

Version License Platform

We've created a better wrapper for the PJSIP library.

Why did we make a new wrapper for the PJSIP library? Previous implementations we found (Gossip, Swig & Telephone) had a primary goal to keep the SIP connection and registration up to date. Because a mobile app is switching networks and connections all the time, it is not possible to keep the SIP registration correct. Since iOS 8, Apple strongly advised to start using VoIP push notification and not to try keep the connection alive all the time. And because we think adjusting one of the libraries wouldn’t do the trick, we decided to make our own wrapper. This library is created as a cocoapod to make inclusion in your app dead simple. Many thanks and credits go to the creators of PJSIP and the people who created the wrappers around it. But now it is our turn. And we would like your help. We try to make the wrapper as general as possible, so please use it the way you want to use it. If you think you can help improving this library, please send us an email or create a pull-request. We will respond asap.

We use this library in our own app, Vialer. To make sure we always have a correct version of PJSIP, we created our own cocoapod named Vialer-pjsip-iOS.

Status

In active development.

Usage

Requirements

  • Cocoapods
  • iOS 10.0 or greater
  • Git lfs

Installation

VialerSIPLib is available through CocoaPods. To install it, simply add the following line to your Podfile:

    platform :ios, '10.0'
    pod 'VialerSIPLib'

When you are having trouble that your app can't compile because of a linker error. Try this because of the VialerSIPLIB is now requiring git-lfs. Clear the cache of cocoapods which is located at: /Users/$USER/Library/Caches/CocoaPods Thanks to phatblat from this thread CocoaPods/CocoaPods#4801

Running

To run the example project, clone the repo, and run pod install from the Example directory first.

Rename Keys.sample.swift from the Example/VialerSIPLib directory to Keys.swift and add your personal credentials. You can now run a the library with a very basic UI.

For more information on how to get started, read the Getting Started Guide.

Documentation

We try to be as extensive as possible for our documentation. Your can find them here. Or check out our CocoaDocs.

Roadmap

We want to be clear on what we will build and what progress we're making. Please check our goals and roadmap.

Contributing

See the CONTRIBUTING.md file on how to contribute to this project.

We would really like to have you involved in the project. Please contact us at [email protected], or create a pull request.

Contributors

See the Credits file for a list of contributors to the project.

Devhouse Spindle, [email protected]

For more credits & contributions, please see Credits & Documentation.

Roadmap

Changelog

The changelog can be found in the CHANGELOG.md file.

In progress

  • Stability for incoming phonecalls
  • Overall stability in the app
  • Refactor to Swift here code is touched

Future

  • Secure calling
  • Videocalling

Get in touch with a developer

If you want to report an issue see the CONTRIBUTING.md file for more info.

We will be happy to answer your other questions at [email protected] or insert alias.

License

VialerSIPLib is made available under the GNU General Public License v3.0 license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].