Ignore:
Timestamp:
Feb 27, 2014 11:48:34 AM (10 years ago)
Author:
bennylp
Message:

Re #1742 (misc): Updated latest pjsip-book and added make install target to install the book to WWWDIR

File:
1 edited

Legend:

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

    r4763 r4772  
    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 PJSIP 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. 
     6PJSIP libraries provide multi-level APIs to do SIP calls, presence, and instant messaging, as well as handling media and NAT traversal. PJSUA2 API is the highest API from PJSIP, on top of PJSUA-LIB API. PJSUA-LIB API itself is a library that unifies SIP, audio/video media, NAT traversal, and client media application best practices into a high level, integrated, and easy to use API. The next chapter will guide you on selecting which API level to use depending on your requirements. 
     7 
     8This documentation can be `viewed online <http://www.pjsip.org/docs/book-latest/html/index.html>`_, or alternatively you can `download the PDF format <http://www.pjsip.org/docs/book-latest/PJSUA2Doc.pdf>`_ for offline viewing. 
    79 
    810Getting Started with PJSIP 
    911============================== 
    10 Check `PJSIP's Features List`_ to make sure that it has the features that you require. 
     12Check `PJSIP Datasheet <http://trac.pjsip.org/repos/wiki/PJSIP-Datasheet>`_ to make sure that it has the features that you require. 
    1113 
    12 .. _`PJSIP's Features List`: http://trac.pjsip.org/repos/wiki/PJSIP-Datasheet 
     14To start using PJSIP, the `Getting Started Guide <http://trac.pjsip.org/repos/wiki/Getting-Started>`_ contains instructions to acquire and build PJSIP on various platforms that we support. 
    1315 
    14 To start using PJSIP, the `Getting Started Guide`_ contains instructions to acquire and build PJSIP on various platforms that we support. 
    15  
    16 .. _`Getting Started Guide`: http://trac.pjsip.org/repos/wiki/Getting-Started  
    1716 
    1817PJSIP Info and Documentation 
     
    2019To get other relevant info and documentations about PJSIP, you can visit: 
    2120 
    22 - `PJSIP General Wiki`_ 
    23 - `PJSIP FAQ`_ 
    24 - `PJSIP Reference Manual`_ - please see Reference Manual section 
    25  
    26 .. _`PJSIP General Wiki`: http://trac.pjsip.org/repos/wiki 
    27 .. _`PJSIP FAQ`: http://trac.pjsip.org/repos/wiki/FAQ 
    28 .. _`PJSIP Reference Manual`: http://trac.pjsip.org/repos/wiki 
     21- `PJSIP General Wiki <http://trac.pjsip.org/repos/wiki>`_ is the home for all documentation 
     22- `PJSIP FAQ <http://trac.pjsip.org/repos/wiki/FAQ>`_ 
     23- `PJSIP Reference Manual <http://trac.pjsip.org/repos/wiki>`_ - please see Reference Manual section 
    2924 
    3025 
Note: See TracChangeset for help on using the changeset viewer.