Welcome

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

Getting Started

Check PJSIP Datasheet 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.

Info and Documentation

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