Changes between Version 15 and Version 16 of Python_SIP_Tutorial


Ignore:
Timestamp:
Jul 23, 2008 1:08:24 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP_Tutorial

    v15 v16  
    2121Applications should use the '''pjsua''' module rather than '''_pjsua''' module, since it is easier to use and it is the module which API compatibility will be maintained between releases. 
    2222 
     23 
     24== Intended Audience == 
     25 
     26This tutorial is intended for developers looking to develop Session Initiation Protocol (SIP) based client application using Python. Some knowledge on SIP is definitely required, and of course some Python programming experience. 
     27 
     28This Python SIP module provides very high level API to do SIP calls, presence, and instant messaging, as well as handling media and NAT traversal. You don't need to know the details of SIP protocol (such as the grammar, ''transaction'', ''dialog'', and whatnot) to use this module, however you should know how SIP works in general and particularly how to configure SIP clients to, e.g. register to a SIP provider, specify SIP URI to make call to, and so on. 
     29 
     30[[TracNav(Python_SIP/TOC)]] 
     31 
    2332[[BR]] 
    2433[[BR]] 
    25 [[BR]] 
    26 ''Please click the link on the Table of Contents above to navigate to the next chapters'' 
     34''Please click the link on the Table of Contents above and on the right to navigate to the next chapters'' 
    2735