Skip to content

AntonioLebara/ios-pjsip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PJSIP

PJSIP is open source SIP, Media and NAT traversal library (www.pjsip.org)

This is a prebuild pjsip library included universal libraries for armv7, armv7s, arm64, iPhoneSimulator

This fork supports SSL.

This fork binaries built using iOS7.0 SDK

How to install?

The best way is using cocoapods.

Check the Podfile configuration:

platform :ios, '7.0'

pod 'pjsip', :path => '~/path/to/this/checkout'

and run pod install

Building

git submodule init
git submodule update # for ios-openssl
./build.sh           # (starts fresh)

About

Open Source SIP, Media and NAT Traversal Library for iOS (armv7, armv7s, arm64, i386)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.8%
  • C++ 6.5%
  • Python 3.6%
  • Shell 2.4%
  • Assembly 1.2%
  • Objective-C 1.1%
  • Other 1.4%