]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merge "pbx: Reduce verbosity while loading extensions" into 15
authorJoshua Colp <jcolp@digium.com>
Mon, 22 Jan 2018 15:43:44 +0000 (09:43 -0600)
committerGerrit Code Review <gerrit2@gerrit.digium.api>
Mon, 22 Jan 2018 15:43:44 +0000 (09:43 -0600)
1  2 
CHANGES

diff --cc CHANGES
index bf4327f3ca6f450ebd815aa3e587d0374a015dad,ced42cb098a1b59adbec022f64040707e2f5f97b..2f6c4483b667bd3d0ca70d961f192f9b9aaf4246
+++ b/CHANGES
  Core
  ------------------
   * Removed the unused and incomplete SDP processing modules.
+  * During dialplan reload log messages are produced for each context,
+    extension and include.  These messages are no longer printed by the
+    verbose loggers, they are now only logged as debug messages.
  
 +app_followme
 +------------------
 + * Added a new prompt, connecting-prompt, which will be played
 +   (if configured) to the "winner" callee before connecting the call.
 +
 +res_pjsip
 +------------------
 + * Users who are matching endpoints by SIP header need to reevaluate their
 +   global "endpoint_identifier_order" option in light of the "ip" endpoint
 +   identifier method split into the "ip" and "header" endpoint identifier
 +   methods.
 +
 +res_pjsip_endpoint_identifier_ip
 +------------------
 + * The endpoint identifier "ip" method previously recognized endpoints either
 +   by IP address or a matching SIP header.  The "ip" endpoint identifier method
 +   is now split into the "ip" and "header" endpoint identifier methods.  The
 +   "ip" endpoint identifier method only matches by IP address and the "header"
 +   endpoint identifier method only matches by SIP header.  The split allows the
 +   user to control the relative priority of the IP address and the SIP header
 +   identification methods in the global "endpoint_identifier_order" option.
 +   e.g., If you have two type=identify sections where one matches by IP address
 +   for endpoint alice and the other matches by SIP header for endpoint bob then
 +   you can now predict which endpoint is matched when a request comes in that
 +   matches both.
 +
  res_sdp_translator_pjmedia
  ------------------
   * Removed the unused and incomplete SDP processing modules.