Skip to content
forked from UFAL-DSG/pjsip

Git mirror of pjsip for introducing custom patches. Mirroring from http://svn.pjsip.org/repos/pjproject/trunk

License

Notifications You must be signed in to change notification settings

VPBalaRama/pjsip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

The`Version 2.1 of pjsip` is imported from http://www.pjsip.org/.

Read the pjsip's README.txt for a general info and COPYING for the License.

Modification

This fork adds a new Python package called pjsuaxt which is an extended version of the original pjsua package. The pjsuaxt supports in addition in-memory playing and recording of audio.

Whith this, you can implement full featured VOIP applications such as IVR systems directly in Python.

The rest of PJSIP is unmodified.

Installation

To install pjsuaxt, just build the pjsip, e.g.

$ git clone [email protected]:UFAL-DSG/pjsip.git
$ cd pjsip
$ ./configure CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC CPPFLAGS=-fPIC
$ make dep
$ make
$ make install

then

$ cd pjsip-apps/src/python/
$ python setup-pjsuaxt.py install

this will install the extended pjsuaxt library.

All the best, Filip Jurcicek

About

Git mirror of pjsip for introducing custom patches. Mirroring from http://svn.pjsip.org/repos/pjproject/trunk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • C++ 5.7%
  • Python 4.0%
  • Shell 2.2%
  • Objective-C 0.8%
  • Makefile 0.6%
  • Other 0.2%