[go: up one dir, main page]

Skip to content
/ PjSIP Public
forked from DXI-Ltd/PjSIP

This project builds a iOS Static Library that provides sip connection functionalities. It exposes the DXIPJSipManager class that cam be used to connect an iOS App to a sip server.

License

Notifications You must be signed in to change notification settings

azav/PjSIP

 
 

Repository files navigation

pjsip-ios

This project builds a iOS Static Library that provides sip connection functionalities. It exposes the DXIPJSipManager class that cam be used to connect an iOS App to a sip server.

1 - Adding to a Project

#####a) Add pspip-ios as a submodule

Open terminal and navigate to your project's folder. Then use the command below to add pjsip-ios as a submodule and download it.

$ git submodule add __PROJECT_URL__

Now use Finder to find the newly created /pjsip-ios folder inside your project's folder. Inside this folder there's a file called "pjsip-ios.xcodeproj". You need to drag it into your App's file tree inside XCode

#####b) Add pjsip-ios.xcodeproj to your workspace #####c) Add pjsip-ios as a target depencency #####d) Add the following files to the "Link with Binary Libraries" section of "Build Phases"

  • libpjsip-ios.a
  • AudioToolbox.framework
  • AVFoundation.framework

#####e) Add background capabilities to your app

  • Audio and Air Play
  • Voice over IP
  • Background Fetch

#####f) Import pjsip-ios.h to your project

#import <pjsip-ios/pjsip-ios.h>

2 - Updating pjsip Version

All pjsip libraries and headers were created using the repo conained in the /psip-master folder. It basically contains all the logic needed to build the pjsip libs with the most up to date version of it's source code. Download the project Run build.sh Replace all the old sources and libs in the pjsip-ios project "Frameworks" folder

3 - Related Projects

About

This project builds a iOS Static Library that provides sip connection functionalities. It exposes the DXIPJSipManager class that cam be used to connect an iOS App to a sip server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.6%
  • C++ 7.8%
  • Objective-C 0.9%
  • Makefile 0.4%
  • CSS 0.2%
  • Shell 0.1%