summaryrefslogtreecommitdiff
path: root/res/res_pjproject.exports.in
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-01-18 18:27:57 -0700
committerGeorge Joseph <george.joseph@fairview5.com>2016-01-20 09:56:13 -0700
commitdd5c063934ab816f3826d89d363f285307d1f051 (patch)
treeabd78ef80969c06e9ce39bdebe44ab170927a3bf /res/res_pjproject.exports.in
parent130aa1427eeb6d56c149ca1f30a170d38d4830dc (diff)
res_pjproject: Add module providing pjproject logging and utils
res_pjsip_log_forwarder has been renamed to res_pjproject and enhanced as follows: As a follow-on to the recent 'Add CLI "pjsip show buildopts"' patch, a new ast_pjproject_get_buildopt function has been added. It allows the caller to get the value of one of the buildopts. The initial use case is retrieving the runtime value of PJ_MAX_HOSTNAME to insure we don't send a hostname greater than pjproject can handle. Since it can differ between the version of pjproject that Asterisk was compiled against and the version of pjproject that Asterisk is running against, we can't use the PJ_MAX_HOSTNAME macro directly in Asterisk source code. Change-Id: Iab6e82fec3d7cf00c1cf6185c42be3e7569dee1e
Diffstat (limited to 'res/res_pjproject.exports.in')
-rw-r--r--res/res_pjproject.exports.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/res_pjproject.exports.in b/res/res_pjproject.exports.in
new file mode 100644
index 000000000..f1821a6a2
--- /dev/null
+++ b/res/res_pjproject.exports.in
@@ -0,0 +1,6 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIXast_pjproject_*;
+ local:
+ *;
+};