mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
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:
1015
res/res_pjsip_outbound_publish.c
Normal file
1015
res/res_pjsip_outbound_publish.c
Normal file
File diff suppressed because it is too large
Load Diff
6
res/res_pjsip_outbound_publish.exports.in
Normal file
6
res/res_pjsip_outbound_publish.exports.in
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIXast_sip_*;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user