The core framework from which all other SIP components depends on.
More...
The PJSIP Core library only provides transport framework, event dispatching/module framework, and SIP message representation and parsing. It doesn't do anything usefull in itself!
If application wants the stack to do anything usefull at all, it must registers Modules to the core library. Examples of modules are Transaction Layer and SIP User Agent Module.