res_pjsip_outbound_publish: Add module which provides outbound PUBLISH support.

This module implements the core parts required for doing outbound PUBLISH.
It takes care of configuration, lifetime management, and authentication.
Additional modules implement the specific events that are published.

Review: https://reviewboard.asterisk.org/r/3780/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2014-08-07 14:35:09 +00:00
parent 98af8fb715
commit ece78c6991
3 changed files with 1186 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
global:
LINKER_SYMBOL_PREFIXast_sip_*;
local:
*;
};