Changes between Version 21 and Version 22 of Python_SIP_Tutorial


Ignore:
Timestamp:
Jun 21, 2018 4:18:11 AM (6 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP_Tutorial

    v21 v22  
    22 
    33[[TracNav(Python_SIP/TOC)]] 
     4 
     5'''* IMPORTANT! :*''' Python module for PJSIP has been deprecated and although it may still be usable, the module, as well as this doc page, will no longer be maintained. For the replacement, please use PJSUA2 and Python SWIG binding as described [http://www.pjsip.org/docs/book-latest/html/intro_pjsua2.html#building-python-and-java-swig-modules here]. 
    46 
    57The PJSUA for Python Module is an object oriented Python wrapper/abstraction/modules for [http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm PJSUA API]. It provides high level API for constructing [http://www.ietf.org/rfc/rfc3261.txt Session Initiation Protocol (SIP)] multimedia user agent applications (a.k.a Voice over IP/VoIP softphones). It wraps together the signaling, media, and NAT traversal functionality into easy to use call control API, account management, buddy list management, presence, and instant messaging, along with multimedia features such as local conferencing, file streaming, local playback, and voice recording, and powerful NAT traversal techniques utilizing [http://tools.ietf.org/html/draft-ietf-behave-rfc3489bis STUN], [http://tools.ietf.org/html/draft-ietf-behave-turn TURN], and [http://tools.ietf.org/html/draft-ietf-mmusic-ice ICE].