From: Joshua Colp Date: Mon, 22 Jan 2018 15:43:44 +0000 (-0600) Subject: Merge "pbx: Reduce verbosity while loading extensions" into 15 X-Git-Tag: 15.3.0-rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82acad6d3ba3307e6c74115b3ac93b001ece27e3;p=thirdparty%2Fasterisk.git Merge "pbx: Reduce verbosity while loading extensions" into 15 --- 82acad6d3ba3307e6c74115b3ac93b001ece27e3 diff --cc CHANGES index bf4327f3ca,ced42cb098..2f6c4483b6 --- a/CHANGES +++ b/CHANGES @@@ -15,33 -15,10 +15,36 @@@ 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.