wiki:pjsip-doc/intro

Version 6 (modified by ismangil, 10 years ago) (diff)

--

Introduction

This 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.

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.

Getting Started with PJSIP

Check PJSIP's Features List to make sure that it has the features that you require.

To start using PJSIP, the Getting Started Guide contains instructions to acquire and build PJSIP on various platforms that we support.

PJSIP Info and Documentation

To get other relevant info and documentations about PJSIP, you can visit: