Ignore:
Timestamp:
Feb 27, 2014 2:03:59 AM (10 years ago)
Author:
bennylp
Message:

Re #1715: updated book with latest Rst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/doc/pjsip-book/intro.rst

    r4762 r4763  
    11 
    2 Introduction to PJSUA2 
     2Introduction 
    33******************************* 
    44This documentation is intended for developers looking to develop Session Initiation Protocol (SIP) based client application. Some knowledge on SIP is definitely required, and of course some programming experience. Prior knowledge of PJSUA C API is not needed, although it will probably help. 
    55 
    6 This PJSUA2 module provides very high level C++ API to do SIP calls, presence, and instant messaging, as well as handling media and NAT traversal. Knowledge of SIP protocol details (such as the grammar, transaction, dialog, and whatnot) are not required, 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, to use the module. 
     6PJSIP libraries provide multi-level APIs to do SIP calls, presence, and instant messaging, as well as handling media and NAT traversal. Knowledge of SIP protocol details (such as the grammar, transaction, dialog, and whatnot) are not required (but it will help a lot!), 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, to use the module. 
    77 
    88Getting Started with PJSIP 
     
    1212.. _`PJSIP's Features List`: http://trac.pjsip.org/repos/wiki/PJSIP-Datasheet 
    1313 
    14 Then to begin using PJSIP, the `Getting Started Guide`_ contains instructions to acquire and build PJSIP on various platforms that we support. 
     14To start using PJSIP, the `Getting Started Guide`_ contains instructions to acquire and build PJSIP on various platforms that we support. 
    1515 
    1616.. _`Getting Started Guide`: http://trac.pjsip.org/repos/wiki/Getting-Started  
     
    2828.. _`PJSIP Reference Manual`: http://trac.pjsip.org/repos/wiki 
    2929 
    30 Building PJSUA2 
    31 ================= 
    32 PJSUA2 API declaration can be found in ``pjsip/include/pjsua2`` while the source codes are located in ``pjsip/src/pjsua2``. It will be automatically built when you compile PJSIP. 
    3330 
    34 PJSUA2 Language Binding Support 
    35 =================================== 
    36 The PJSUA2 API is also available for other programming languages via SWIG binding, such as Java and Python. 
    3731 
Note: See TracChangeset for help on using the changeset viewer.