summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-01-18 18:20:52 -0700
committerGeorge Joseph <george.joseph@fairview5.com>2016-01-20 06:13:41 -0700
commit137fe5ae010df4ff808fa4aecd3f166c6698ba45 (patch)
treeccf5b09aec61f137f90f300a5c4860d24cd5fa01 /CHANGES
parenta0c79f3a4fdd7f5db09c257742156cdb4f86ac8e (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 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3571ed227..925911189 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,14 @@
--- Functionality changes from Asterisk 13.7.0 to Asterisk 13.8.0 ------------
------------------------------------------------------------------------------
+res_pjproject
+------------------
+ * This module is the successor of res_pjsip_log_forwarder. As well as
+ handling the log forwarding (which now displays as 'pjproject:0' instead
+ of 'pjsip:0'), it also adds a 'pjproject show buildopts' command to the CLI.
+ This displays the compiled-in options of the pjproject installation
+ Asterisk is currently running against.
+
res_pjsip
------------------