]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for 18.15.1 18.15 18.15.1
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 Dec 2022 20:01:28 +0000 (15:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 Dec 2022 20:01:28 +0000 (15:01 -0500)
.version
ChangeLog
asterisk-18.15.0-summary.html [deleted file]
asterisk-18.15.0-summary.txt [deleted file]
asterisk-18.15.1-summary.html [new file with mode: 0644]
asterisk-18.15.1-summary.txt [new file with mode: 0644]

index 1e24c021562c5f7e4ddf183fa3c011eb1f168d24..c1f7114f8b32882879c3122274902029910524a9 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-18.15.0
\ No newline at end of file
+18.15.1
\ No newline at end of file
index 3fa6e8cc723a82ed7d411f2ce832dae31e7e99ea..c3d742e0b35d7f24703ddfb4ad361821f18e9ccb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2022-12-01 20:01 +0000  Asterisk Development Team <asteriskteam@digium.com>
+
+       * asterisk 18.15.1 Released.
+
+2022-12-01 13:43 +0000 [7c6fe5168b]  Asterisk Development Team <asteriskteam@digium.com>
+
+       * Update CHANGES and UPGRADE.txt for 18.15.1
+2022-12-01 13:43 +0000 [4bc9c23aad]  Asterisk Development Team <asteriskteam@digium.com>
+
+       * Update for 18.15.1
+
+2022-11-29 14:02 +0000 [9b893ce332]  Ben Ford <bford@digium.com>
+
+       * pjproject: 2.13 security fixes
+
+         Backports two security fixes (c4d3498 and 450baca) from pjproject 2.13.
+
+         ASTERISK-30338
+
+         Change-Id: I86fdc003d5d22cb66e7cc6dc3313a8194f27eb69
+
+2022-10-10 09:35 +0000 [936d95bfe9]  George Joseph <gjoseph@digium.com>
+
+       * pjsip_transport_events: Fix possible use after free on transport
+
+         It was possible for a module that registered for transport monitor
+         events to pass in a pjsip_transport that had already been freed.
+         This caused pjsip_transport_events to crash when looking up the
+         monitor for the transport.  The fix is a two pronged approach.
+
+         1. We now increment the reference count on pjsip_transports when we
+         create monitors for them, then decrement the count when the
+         transport is going to be destroyed.
+
+         2. There are now APIs to register and unregister monitor callbacks
+         by "transport key" which is a string concatenation of the remote ip
+         address and port.  This way the module needing to monitor the
+         transport doesn't have to hold on to the transport object itself to
+         unregister.  It just has to save the transport_key.
+
+         * Added the pjsip_transport reference increment and decrement.
+
+         * Changed the internal transport monitor container key from the
+           transport->obj_name (which may not be unique anyway) to the
+           transport_key.
+
+         * Added a helper macro AST_SIP_MAKE_REMOTE_IPADDR_PORT_STR() that
+           fills a buffer with the transport_key using a passed-in
+           pjsip_transport.
+
+         * Added the following functions:
+           ast_sip_transport_monitor_register_key
+           ast_sip_transport_monitor_register_replace_key
+           ast_sip_transport_monitor_unregister_key
+           and marked their non-key counterparts as deprecated.
+
+         * Updated res_pjsip_pubsub and res_pjsip_outbound_register to use
+           the new "key" monitor functions.
+
+         NOTE: res_pjsip_registrar also uses the transport monitor
+         functionality but doesn't have a persistent object other than
+         contact to store a transport key.  At this time, it continues to
+         use the non-key monitor functions.
+
+         ASTERISK-30244
+
+         Change-Id: I1a20baf2a8643c272dcf819871d6c395f148f00b
+
+2022-10-03 13:54 +0000 [d309e25d61]  Mike Bradeen <mbradeen@sangoma.com>
+
+       * manager: prevent file access outside of config dir
+
+         Add live_dangerously flag to manager and use this flag to
+         determine if a configuation file outside of AST_CONFIG_DIR
+         should be read.
+
+         ASTERISK-30176
+
+         Change-Id: I46b26af4047433b49ae5c8a85cb8cda806a07404
+
+2022-06-06 18:11 +0000 [47a483dc8c]  Mike Bradeen <mbradeen@sangoma.com>
+
+       * ooh323c: not checking for IE minimum length
+
+         When decoding q.931 encoded calling/called number
+         now checking for length being less than minimum required.
+
+         ASTERISK-30103
+
+         Change-Id: I3dcfce0f35eca258dc450f87c92d4d7af402c2e7
+
 2022-10-19 14:23 +0000  Asterisk Development Team <asteriskteam@digium.com>
 
        * asterisk 18.15.0 Released.
diff --git a/asterisk-18.15.0-summary.html b/asterisk-18.15.0-summary.html
deleted file mode 100644 (file)
index a4d45fc..0000000
+++ /dev/null
@@ -1,212 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-18.15.0</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-18.15.0</h3><h3 align="center">Date: 2022-10-19</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
-<li><a href="#summary">Summary</a></li>
-<li><a href="#contributors">Contributors</a></li>
-<li><a href="#closed_issues">Closed Issues</a></li>
-<li><a href="#open_issues">Open Issues</a></li>
-<li><a href="#commits">Other Changes</a></li>
-<li><a href="#diffstat">Diffstat</a></li>
-</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-18.14.0.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.</p><table width="100%" border="0">
-<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
-<tr valign="top"><td width="33%">17 Naveen Albert <asterisk@phreaknet.org><br/>10 George Joseph <gjoseph@digium.com><br/>7 Philip Prindeville <philipp@redfish-solutions.com><br/>4 Asterisk Development Team <asteriskteam@digium.com><br/>4 Mike Bradeen <mbradeen@sangoma.com><br/>2 Sean Bright <sean@seanbright.com><br/>2 Joshua C. Colp <jcolp@sangoma.com><br/>1 Alexei Gradinari <alex2grad@gmail.com><br/>1 Ben Ford <bford@digium.com><br/>1 sungtae kim <pchero21@gmail.com><br/></td><td width="33%"><td width="33%">13 N A <asterisk@phreaknet.org><br/>7 George Joseph <gjoseph@digium.com><br/>7 Philip Prindeville <philipp@redfish-solutions.com><br/>3 Joshua C. Colp <jcolp@digium.com><br/>2 Michael Cargile <mikec@vicidial.com><br/>1 Dan Cropp <dan@amtelco.com><br/>1 Daniel Thümen <daniel.thuemen@auerswald.de><br/>1 Chris Young<br/>1 Michael Bradeen <mbradeen@sangoma.com><br/>1 Alexei Gradinari <alex2grad@gmail.com><br/>1 Alexander Traud <pabstraud@compuserve.com><br/>1 Dan Cropp<br/>1 Chris Young <chris.young@servedup.co.uk><br/>1 sungtae kim <pchero21@gmail.com><br/>1 Ted G <tgwaste@gmail.com><br/>1 Gergely Dömsödi <doome@uhusystems.com><br/></td></tr>
-</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>New Feature</h3><h4>Category: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30211">ASTERISK-30211</a>: app_confbridge: Add end_marked_any option<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8c6c06a3400a5339578386c0d97f98c19274cdb0">[8c6c06a340]</a> Naveen Albert -- app_confbridge: Add end_marked_any option.</li>
-</ul><br><h4>Category: Features</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29899">ASTERISK-29899</a>: features: Add advanced transfer initiation options<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6000f9963c652eaaf306a9a9fcf5a3842214f067">[6000f9963c]</a> Naveen Albert -- features: Add transfer initiation options.</li>
-</ul><br><h4>Category: General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30161">ASTERISK-30161</a>: locks: add AMI event for deadlock<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=50ce155749594880e8fa4084d0f4d3622436775e">[50ce155749]</a> Naveen Albert -- lock.c: Add AMI event for deadlocks.</li>
-</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30186">ASTERISK-30186</a>: res_pjsip: Add support for reloading TLS certificate and key information<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f97e9aed85fde0298f2637b17b904d3854dae749">[f97e9aed85]</a> Joshua C. Colp -- pjsip: Add TLS transport reload support for certificate and key.</li>
-</ul><br><h4>Category: Tests/NewFeature</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30037">ASTERISK-30037</a>: Add test support to calling external processes<br/>Reported by: Philip Prindeville<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=47e49f93faeab4832479dd326867345a21810c38">[47e49f93fa]</a> Philip Prindeville -- test: Add test coverage for capture child process output</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=aeb23fe2a7709ffd14503ae1090fc17e7e6aebd4">[aeb23fe2a7]</a> Philip Prindeville -- main/utils: allow checking for command in $PATH</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f2cd48e9a8eddf4008243bd0ef7b566d68526da4">[f2cd48e9a8]</a> Philip Prindeville -- test: Add ability to capture child process output</li>
-</ul><br><h3>Bug</h3><h4>Category: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28422">ASTERISK-28422</a>: Memory Leak in Confbridge menu<br/>Reported by: Ted G<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=300a6150d5ef5f7570b78d9a61d188ed848db1c9">[300a6150d5]</a> Naveen Albert -- app_confbridge: Fix memory leak on updated menu options.</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30020">ASTERISK-30020</a>: ConfbridgeListRooms Event Not Documented<br/>Reported by: Michael Cargile<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=38515df4da745fecfee22bfcc715d48bf62d2741">[38515df4da]</a> Naveen Albert -- app_confbridge: Add missing AMI documentation.</li>
-</ul><br><h4>Category: Applications/app_meetme</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30018">ASTERISK-30018</a>: app_meetme: MeetmeList AMI event not documented<br/>Reported by: Michael Cargile<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f4598724306a39eab9cbd3fa9ba5fa86f9107598">[f459872430]</a> Naveen Albert -- app_meetme: Add missing AMI documentation.</li>
-</ul><br><h4>Category: Channels/chan_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30135">ASTERISK-30135</a>: [res_musiconhold] Allows the moh only for the answered call<br/>Reported by: sungtae kim<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2f5cfa548feece422b60d4e5c41e49eb0f7f0848">[2f5cfa548f]</a> sungtae kim -- res_musiconhold: Add option to not play music on hold on unanswered channels</li>
-</ul><br><h4>Category: Contrib/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29453">ASTERISK-29453</a>: alembic: incoming_call_offer_pref and outgoing_call_offer_pref missing in "ps_endpoints" table<br/>Reported by: Daniel Thümen<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c49a2c46f6e129b8771e0149f22afcfdacb9d418">[c49a2c46f6]</a> Mike Bradeen -- alembic: add missing ps_endpoints columns</li>
-</ul><br><h4>Category: Core/Bridging</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30210">ASTERISK-30210</a>: func_frame_trace: Channel masquerade triggers assertion<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f74c459a42533bab9f0421ceea501cc2ddc0d726">[f74c459a42]</a> Naveen Albert -- func_frame_trace: Remove bogus assertion.</li>
-</ul><br><h4>Category: Core/CodecInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29185">ASTERISK-29185</a>: chan_pjsip: Endpoint: allow = all is broken.<br/>Reported by: Alexander Traud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fb11296a9b38f71923919ed493d23f11c97a3540">[fb11296a9b]</a> Joshua C. Colp -- res_pjsip_sdp_rtp: Skip formats without SDP details.</li>
-</ul><br><h4>Category: Core/ManagerInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29917">ASTERISK-29917</a>: ami: FilterList action doesn't exist<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ef1026227d6abd16a437c92e3fb23b7dab76dbf1">[ef1026227d]</a> Naveen Albert -- manager: Remove documentation for nonexistent action.</li>
-</ul><br><h4>Category: Core/RTP</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29185">ASTERISK-29185</a>: chan_pjsip: Endpoint: allow = all is broken.<br/>Reported by: Alexander Traud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fb11296a9b38f71923919ed493d23f11c97a3540">[fb11296a9b]</a> Joshua C. Colp -- res_pjsip_sdp_rtp: Skip formats without SDP details.</li>
-</ul><br><h4>Category: Core/Sorcery</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29453">ASTERISK-29453</a>: alembic: incoming_call_offer_pref and outgoing_call_offer_pref missing in "ps_endpoints" table<br/>Reported by: Daniel Thümen<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c49a2c46f6e129b8771e0149f22afcfdacb9d418">[c49a2c46f6]</a> Mike Bradeen -- alembic: add missing ps_endpoints columns</li>
-</ul><br><h4>Category: Documentation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29917">ASTERISK-29917</a>: ami: FilterList action doesn't exist<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ef1026227d6abd16a437c92e3fb23b7dab76dbf1">[ef1026227d]</a> Naveen Albert -- manager: Remove documentation for nonexistent action.</li>
-</ul><br><h4>Category: Functions/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30210">ASTERISK-30210</a>: func_frame_trace: Channel masquerade triggers assertion<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=f74c459a42533bab9f0421ceea501cc2ddc0d726">[f74c459a42]</a> Naveen Albert -- func_frame_trace: Remove bogus assertion.</li>
-</ul><br><h4>Category: Functions/func_srv</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30151">ASTERISK-30151</a>: Documentation doesn't include info about "field", a 3rd required parameter.<br/>Reported by: Chris Young<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c8d2c74a5a614a1a99e9b8bd45b8be939a42b748">[c8d2c74a5a]</a> Naveen Albert -- func_srv: Document field parameter.</li>
-</ul><br><h4>Category: Resources/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30192">ASTERISK-30192</a>: res_tonedetect: fix typo for frametype<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=6c489a891d40d641ef29c96a6743e1a2404b68b7">[6c489a891d]</a> Naveen Albert -- res_tonedetect: Fix typos referring to wrong variables.</li>
-</ul><br><h4>Category: Resources/res_crypto</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30235">ASTERISK-30235</a>: res_crypto and tests:  Memory issues and and uninitialized variable error<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2bb16658291de747656e2d9b899c9ca2dbafac87">[2bb1665829]</a> George Joseph -- res_crypto: Memory issues and uninitialized variable errors</li>
-</ul><br><h4>Category: Resources/res_geolocation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30234">ASTERISK-30234</a>: res_geolocation: ...may be used uninitialized error in geoloc_config.c<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=03c8c596326579c681119a55143f0d337e61acf1">[03c8c59632]</a> George Joseph -- res_geolocation: Fix issues exposed by compiling with -O2</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30215">ASTERISK-30215</a>: Inbound SIP INVITE with Geo Location causing a Segmentation Fault<br/>Reported by: Dan Cropp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4ab3cd6f86982b47551ff774cde69fc797ea05ea">[4ab3cd6f86]</a> George Joseph -- res_geolocation: Fix segfault when there's an empty element</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30190">ASTERISK-30190</a>: res_geolocation:  GEOLOC_PROFILE isn't returning correct values on incoming channel<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0e9076df7b227d7ae2bb83b2982bfed061d9fbce">[0e9076df7b]</a> George Joseph -- res_geolocation: Add two new options to GEOLOC_PROFILE</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30167">ASTERISK-30167</a>: res_geolocation:  Refactor for issues found by users<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=dfedb13ecab3f9b8c614351b85fe77cf0ec6baa2">[dfedb13eca]</a> George Joseph -- res_geolocation: Address user issues, remove complexity, plug leaks</li>
-</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29453">ASTERISK-29453</a>: alembic: incoming_call_offer_pref and outgoing_call_offer_pref missing in "ps_endpoints" table<br/>Reported by: Daniel Thümen<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c49a2c46f6e129b8771e0149f22afcfdacb9d418">[c49a2c46f6]</a> Mike Bradeen -- alembic: add missing ps_endpoints columns</li>
-</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-26894">ASTERISK-26894</a>: pjsip should support tel uri scheme<br/>Reported by: Gergely Dömsödi<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1f685d69698816ed9e803b0c3086c939e9d62dcf">[1f685d6969]</a> Ben Ford -- res_pjsip: Add TEL URI support for basic calls.</li>
-</ul><br><h4>Category: Tests/testsuite</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-26826">ASTERISK-26826</a>: testsuite: Add support for Python 3<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=bd821549af3bccb000c809121094adb5b84fec7f">[bd821549af]</a> Mike Bradeen -- CI: Fixing path issue on venv check</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=e2f34ad8ce2e2319ddd64ed251902de30e11e68d">[e2f34ad8ce]</a> Mike Bradeen -- CI: use Python3 virtual environment</li>
-</ul><br><h3>Improvement</h3><h4>Category: Applications/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30163">ASTERISK-30163</a>: general: fix minor formatting issues<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9126f9bd2b03827b252342c1967c0ac7a1a65e5b">[9126f9bd2b]</a> Naveen Albert -- general: Very minor coding guideline fixes.</li>
-</ul><br><h4>Category: Channels/chan_iax2</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30164">ASTERISK-30164</a>: chan_iax2: Add missing option documentation<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d76f0506e5e1ff4fb3bab5ef647b9dffd38933b0">[d76f0506e5]</a> Naveen Albert -- chan_iax2: Add missing options documentation.</li>
-</ul><br><h4>Category: Configs/Samples</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30160">ASTERISK-30160</a>: cdr.conf: Remove obsolete app_mysql reference<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d0cd6e82a62957916e4679be8567b9bff507fefb">[d0cd6e82a6]</a> Naveen Albert -- cdr.conf: Remove obsolete app_mysql reference.</li>
-</ul><br><h4>Category: Core/Logging</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30153">ASTERISK-30153</a>: logger: Improve log levels<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=08afdcbd304decfd864d36814e5cdf0ee6d90f1b">[08afdcbd30]</a> Naveen Albert -- general: Improve logging levels of some log messages.</li>
-</ul><br><h4>Category: General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30159">ASTERISK-30159</a>: general: Remove obsolete SVN references<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=307b0fa767710e088ec0bc60c01f36a02cd81c04">[307b0fa767]</a> Naveen Albert -- general: Remove obsolete SVN references.</li>
-</ul><br><h4>Category: Resources/res_crypto</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30046">ASTERISK-30046</a>: Reimplement res/res_crypto.c internals with EVP_PKEY interface to Openssl API's<br/>Reported by: Philip Prindeville<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=bb8b2259bcd307e2c4ce75d954a3bbc4eeefcb32">[bb8b2259bc]</a> Philip Prindeville -- res_crypto: Use EVP API's instead of legacy API's</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7a0fe63390246e45f341f9ce9f3cc5e691538c2d">[7a0fe63390]</a> Philip Prindeville -- res_crypto: Don't load non-regular files in keys directory</li>
-</ul><br><h4>Category: Resources/res_geolocation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30185">ASTERISK-30185</a>: res_geolocation: Allow location parameters to be specified in profiles<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=261051ecec4468e7bab5840946327b40872fcdaa">[261051ecec]</a> George Joseph -- res_geolocation:  Allow location parameters on the profile object</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30177">ASTERISK-30177</a>: res_geolocation:  Add option to suppress empty elements<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=372f5c56e1c18a584a2c107c20044789bd381a2d">[372f5c56e1]</a> George Joseph -- res_geolocation: Add profile parameter suppress_empty_ca_elements</li>
-</ul><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30182">ASTERISK-30182</a>: res_geolocation: Add built-in profiles to use in fully dynamic configurations<br/>Reported by: George Joseph<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1fc0298f87119b0da1982ca208aa9775d8d890c3">[1fc0298f87]</a> George Joseph -- res_geolocation:  Add built-in profiles</li>
-</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30178">ASTERISK-30178</a>: extend user_eq_phone behavior to local uri's<br/>Reported by: Michael Bradeen<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=23933c62422aec1ca51a98d948ba918280c656fc">[23933c6242]</a> Mike Bradeen -- res_pjsip: Add user=phone on From and PAID for usereqphone=yes</li>
-</ul><br><h4>Category: Resources/res_pjsip_geolocation</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30241">ASTERISK-30241</a>: res_pjsip_gelocation: Downgrade some NOTICE scope trace debugs to DEBUG level<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7d7165ded183925cc847ca8f5c5034b8e6f981aa">[7d7165ded1]</a> Naveen Albert -- res_pjsip_geolocation: Change some notices to debugs.</li>
-</ul><br><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29906">ASTERISK-29906</a>: [patch] update RLS to reflect the changes to the lists<br/>Reported by: Alexei Gradinari<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=18cfcdcd3498b2e991198d8da08048ab8d34c85b">[18cfcdcd34]</a> Alexei Gradinari -- res_pjsip_pubsub: Postpone destruction of old subscriptions on RLS update</li>
-</ul><br><h4>Category: Tests/General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30045">ASTERISK-30045</a>: Add test coverage to res/res_crypto.c functionality<br/>Reported by: Philip Prindeville<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0972106d5101d7163133bcd559ba62cc86792224">[0972106d51]</a> Philip Prindeville -- test: Add coverage for res_crypto</li>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=53f8cc1d49771282b6bec9da8719850139bc22c6">[53f8cc1d49]</a> Philip Prindeville -- res_crypto: make keys reloadable on demand for testing</li>
-</ul><br><hr><a name="open_issues"><h2 align="center">Open Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.</p><h3>Bug</h3><h4>Category: General</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29846">ASTERISK-29846</a>: channels: bad ao2 ref causes crash<br/>Reported by: N A<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=8041bd12c140d57506a7cc91ead8b5b3666ee085">[8041bd12c1]</a> Naveen Albert -- cli: Prevent assertions on startup from bad ao2 refs.</li>
-</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
-<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=984ac0ba03be8f776b57e070a645fafce6345d85">984ac0ba03</a></td><td>Asterisk Development Team</td><td>Update for 18.15.0-rc2</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=cec323b4c827cc77b4493451597000c6b8fab2d2">cec323b4c8</a></td><td>George Joseph</td><td>manager.h: Bump version to 7.0.3</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1061c9d5bf868cb65c3f85704a74da68082f4d24">1061c9d5bf</a></td><td>Asterisk Development Team</td><td>Update for 18.15.0-rc1</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=a7f29e8d1a555f59b3e3cabbb7c091db8e0ab74d">a7f29e8d1a</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 18.15.0</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=b3bf41545566e37459a7b53d276f1baed3f194f9">b3bf415455</a></td><td>Sean Bright</td><td>chan_dahdi.c: Resolve a format-truncation build warning.</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=57972bac38590c63c302fa21000c50be1f5f278a">57972bac38</a></td><td>Sean Bright</td><td>channel.h: Remove redundant declaration.</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c5ebc6ba407c9aa599acd0be37b160ca2ffee5c3">c5ebc6ba40</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 18.14.0</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=0da37ff8ede4dc5ee31bc99591906e93fa7299a5">0da37ff8ed</a></td><td>George Joseph</td><td>Geolocation: Wiki Documentation</td></tr>
-</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>asterisk-18.14.0-summary.html                                                              |  187 --
-asterisk-18.14.0-summary.txt                                                               |  455 -------
-b/.version                                                                                 |    2
-b/CHANGES                                                                                  |   70 +
-b/ChangeLog                                                                                |  597 +++++++++
-b/UPGRADE.txt                                                                              |   10
-b/apps/app_confbridge.c                                                                    |   33
-b/apps/app_meetme.c                                                                        |   76 +
-b/apps/app_mp3.c                                                                           |    4
-b/apps/app_stack.c                                                                         |    2
-b/apps/app_voicemail.c                                                                     |    6
-b/apps/confbridge/conf_config_parser.c                                                     |   15
-b/apps/confbridge/conf_state.c                                                             |    3
-b/apps/confbridge/conf_state_empty.c                                                       |    3
-b/apps/confbridge/conf_state_inactive.c                                                    |    3
-b/apps/confbridge/conf_state_multi.c                                                       |    3
-b/apps/confbridge/conf_state_multi_marked.c                                                |   53
-b/apps/confbridge/conf_state_single.c                                                      |    3
-b/apps/confbridge/conf_state_single_marked.c                                               |    3
-b/apps/confbridge/include/conf_state.h                                                     |    3
-b/apps/confbridge/include/confbridge.h                                                     |    1
-b/asterisk-18.15.0-rc2-summary.html                                                        |   23
-b/asterisk-18.15.0-rc2-summary.txt                                                         |  121 +
-b/channels/chan_dahdi.c                                                                    |    7
-b/channels/chan_iax2.c                                                                     |   18
-b/channels/chan_pjsip.c                                                                    |    6
-b/configs/samples/cdr.conf.sample                                                          |    2
-b/configs/samples/confbridge.conf.sample                                                   |    7
-b/configs/samples/features.conf.sample                                                     |    9
-b/configs/samples/geolocation.conf.sample                                                  |   48
-b/configs/samples/musiconhold.conf.sample                                                  |    3
-b/configs/samples/pjsip.conf.sample                                                        |   22
-b/configure                                                                                |  257 ++-
-b/configure.ac                                                                             |   12
-b/contrib/ast-db-manage/config/versions/9f3692b1654b_add_stir_shaken_profile_and_codec_.py |   58
-b/contrib/realtime/mysql/mysql_config.sql                                                  |   10
-b/contrib/realtime/postgresql/postgresql_config.sql                                        |   14
-b/doc/appdocsxml.dtd                                                                       |    4
-b/funcs/func_frame_trace.c                                                                 |    3
-b/funcs/func_srv.c                                                                         |   10
-b/include/asterisk/_private.h                                                              |    1
-b/include/asterisk/autoconfig.h.in                                                         |  125 +
-b/include/asterisk/channel.h                                                               |    2
-b/include/asterisk/crypto.h                                                                |   40
-b/include/asterisk/features_config.h                                                       |    2
-b/include/asterisk/manager.h                                                               |    2
-b/include/asterisk/res_geolocation.h                                                       |   16
-b/include/asterisk/res_pjsip.h                                                             |   78 +
-b/include/asterisk/strings.h                                                               |    2
-b/include/asterisk/test.h                                                                  |   56
-b/include/asterisk/utils.h                                                                 |   10
-b/main/Makefile                                                                            |    3
-b/main/asterisk.c                                                                          |    1
-b/main/bridge_basic.c                                                                      |   61
-b/main/channel_internal_api.c                                                              |    3
-b/main/cli.c                                                                               |   44
-b/main/config.c                                                                            |   13
-b/main/features_config.c                                                                   |    9
-b/main/lock.c                                                                              |   21
-b/main/manager.c                                                                           |   17
-b/main/stasis.c                                                                            |    2
-b/main/strings.c                                                                           |    1
-b/main/test.c                                                                              |  251 +++
-b/main/utils.c                                                                             |   45
-b/makeopts.in                                                                              |    1
-b/menuselect/autoconfig.h.in                                                               |   22
-b/menuselect/configure                                                                     |   16
-b/res/res_config_sqlite3.c                                                                 |    3
-b/res/res_crypto.c                                                                         |  395 +++++-
-b/res/res_geolocation/eprofile_to_pidf.xslt                                                |    9
-b/res/res_geolocation/geoloc_config.c                                                      |  313 +++-
-b/res/res_geolocation/geoloc_dialplan.c                                                    |  138 +-
-b/res/res_geolocation/geoloc_doc.xml                                                       |   86 +
-b/res/res_geolocation/geoloc_eprofile.c                                                    |   92 +
-b/res/res_geolocation/geoloc_private.h                                                     |   16
-b/res/res_musiconhold.c                                                                    |    9
-b/res/res_pjsip.c                                                                          |   64
-b/res/res_pjsip/config_transport.c                                                         |   72 +
-b/res/res_pjsip/pjsip_config.xml                                                           |    8
-b/res/res_pjsip/pjsip_distributor.c                                                        |    6
-b/res/res_pjsip/pjsip_message_filter.c                                                     |   38
-b/res/res_pjsip/pjsip_options.c                                                            |    8
-b/res/res_pjsip_caller_id.c                                                                |    4
-b/res/res_pjsip_dialog_info_body_generator.c                                               |    3
-b/res/res_pjsip_diversion.c                                                                |   10
-b/res/res_pjsip_endpoint_identifier_anonymous.c                                            |    6
-b/res/res_pjsip_endpoint_identifier_user.c                                                 |   10
-b/res/res_pjsip_exten_state.c                                                              |   10
-b/res/res_pjsip_geolocation.c                                                              |   30
-b/res/res_pjsip_messaging.c                                                                |    6
-b/res/res_pjsip_nat.c                                                                      |    1
-b/res/res_pjsip_outbound_registration.c                                                    |    7
-b/res/res_pjsip_path.c                                                                     |   17
-b/res/res_pjsip_pubsub.c                                                                   |   50
-b/res/res_pjsip_sdp_rtp.c                                                                  |   10
-b/res/res_pjsip_session.c                                                                  |    6
-b/res/res_tonedetect.c                                                                     |    4
-b/tests/CI/runTestsuite.sh                                                                 |   15
-b/tests/Makefile                                                                           |    3
-b/tests/keys/rsa_key1.key                                                                  |   15
-b/tests/keys/rsa_key1.pub                                                                  |    6
-b/tests/test_capture.c                                                                     |  379 +++++
-b/tests/test_config.c                                                                      |    4
-b/tests/test_crypto.c                                                                      |  645 ++++++++++
-104 files changed, 4263 insertions(+), 1245 deletions(-)</pre><br></html>
\ No newline at end of file
diff --git a/asterisk-18.15.0-summary.txt b/asterisk-18.15.0-summary.txt
deleted file mode 100644 (file)
index 1b8fb2e..0000000
+++ /dev/null
@@ -1,528 +0,0 @@
-                                Release Summary
-
-                                asterisk-18.15.0
-
-                                Date: 2022-10-19
-
-                           <asteriskteam@digium.com>
-
-     ----------------------------------------------------------------------
-
-                               Table of Contents
-
-    1. Summary
-    2. Contributors
-    3. Closed Issues
-    4. Open Issues
-    5. Other Changes
-    6. Diffstat
-
-     ----------------------------------------------------------------------
-
-                                    Summary
-
-                                 [Back to Top]
-
-   This release is a point release of an existing major version. The changes
-   included were made to address problems that have been identified in this
-   release series, or are minor, backwards compatible new features or
-   improvements. Users should be able to safely upgrade to this version if
-   this release series is already in use. Users considering upgrading from a
-   previous version are strongly encouraged to review the UPGRADE.txt
-   document as well as the CHANGES document for information about upgrading
-   to this release series.
-
-   The data in this summary reflects changes that have been made since the
-   previous release, asterisk-18.14.0.
-
-     ----------------------------------------------------------------------
-
-                                  Contributors
-
-                                 [Back to Top]
-
-   This table lists the people who have submitted code, those that have
-   tested patches, as well as those that reported issues on the issue tracker
-   that were resolved in this release. For coders, the number is how many of
-   their patches (of any size) were committed into this release. For testers,
-   the number is the number of times their name was listed as assisting with
-   testing a patch. Finally, for reporters, the number is the number of
-   issues that they reported that were affected by commits that went into
-   this release.
-
-   Coders                      Testers               Reporters                
-   17 Naveen Albert                                  13 N A                   
-   10 George Joseph                                  7 George Joseph          
-   7 Philip Prindeville                              7 Philip Prindeville     
-   4 Asterisk Development Team                       3 Joshua C. Colp         
-   4 Mike Bradeen                                    2 Michael Cargile        
-   2 Sean Bright                                     1 Dan Cropp              
-   2 Joshua C. Colp                                  1 Daniel Thümen          
-   1 Alexei Gradinari                                1 Chris Young            
-   1 Ben Ford                                        1 Michael Bradeen        
-   1 sungtae kim                                     1 Alexei Gradinari       
-                                                     1 Alexander Traud        
-                                                     1 Dan Cropp              
-                                                     1 Chris Young            
-                                                     1 sungtae kim            
-                                                     1 Ted G                  
-                                                     1 Gergely Dömsödi        
-
-     ----------------------------------------------------------------------
-
-                                 Closed Issues
-
-                                 [Back to Top]
-
-   This is a list of all issues from the issue tracker that were closed by
-   changes that went into this release.
-
-  New Feature
-
-    Category: Applications/app_confbridge
-
-   ASTERISK-30211: app_confbridge: Add end_marked_any option
-   Reported by: N A
-     * [8c6c06a340] Naveen Albert -- app_confbridge: Add end_marked_any
-       option.
-
-    Category: Features
-
-   ASTERISK-29899: features: Add advanced transfer initiation options
-   Reported by: N A
-     * [6000f9963c] Naveen Albert -- features: Add transfer initiation
-       options.
-
-    Category: General
-
-   ASTERISK-30161: locks: add AMI event for deadlock
-   Reported by: N A
-     * [50ce155749] Naveen Albert -- lock.c: Add AMI event for deadlocks.
-
-    Category: Resources/res_pjsip
-
-   ASTERISK-30186: res_pjsip: Add support for reloading TLS certificate and
-   key information
-   Reported by: Joshua C. Colp
-     * [f97e9aed85] Joshua C. Colp -- pjsip: Add TLS transport reload support
-       for certificate and key.
-
-    Category: Tests/NewFeature
-
-   ASTERISK-30037: Add test support to calling external processes
-   Reported by: Philip Prindeville
-     * [47e49f93fa] Philip Prindeville -- test: Add test coverage for capture
-       child process output
-     * [aeb23fe2a7] Philip Prindeville -- main/utils: allow checking for
-       command in $PATH
-     * [f2cd48e9a8] Philip Prindeville -- test: Add ability to capture child
-       process output
-
-  Bug
-
-    Category: Applications/app_confbridge
-
-   ASTERISK-28422: Memory Leak in Confbridge menu
-   Reported by: Ted G
-     * [300a6150d5] Naveen Albert -- app_confbridge: Fix memory leak on
-       updated menu options.
-   ASTERISK-30020: ConfbridgeListRooms Event Not Documented
-   Reported by: Michael Cargile
-     * [38515df4da] Naveen Albert -- app_confbridge: Add missing AMI
-       documentation.
-
-    Category: Applications/app_meetme
-
-   ASTERISK-30018: app_meetme: MeetmeList AMI event not documented
-   Reported by: Michael Cargile
-     * [f459872430] Naveen Albert -- app_meetme: Add missing AMI
-       documentation.
-
-    Category: Channels/chan_pjsip
-
-   ASTERISK-30135: [res_musiconhold] Allows the moh only for the answered
-   call
-   Reported by: sungtae kim
-     * [2f5cfa548f] sungtae kim -- res_musiconhold: Add option to not play
-       music on hold on unanswered channels
-
-    Category: Contrib/General
-
-   ASTERISK-29453: alembic: incoming_call_offer_pref and
-   outgoing_call_offer_pref missing in "ps_endpoints" table
-   Reported by: Daniel Thümen
-     * [c49a2c46f6] Mike Bradeen -- alembic: add missing ps_endpoints columns
-
-    Category: Core/Bridging
-
-   ASTERISK-30210: func_frame_trace: Channel masquerade triggers assertion
-   Reported by: N A
-     * [f74c459a42] Naveen Albert -- func_frame_trace: Remove bogus
-       assertion.
-
-    Category: Core/CodecInterface
-
-   ASTERISK-29185: chan_pjsip: Endpoint: allow = all is broken.
-   Reported by: Alexander Traud
-     * [fb11296a9b] Joshua C. Colp -- res_pjsip_sdp_rtp: Skip formats without
-       SDP details.
-
-    Category: Core/ManagerInterface
-
-   ASTERISK-29917: ami: FilterList action doesn't exist
-   Reported by: N A
-     * [ef1026227d] Naveen Albert -- manager: Remove documentation for
-       nonexistent action.
-
-    Category: Core/RTP
-
-   ASTERISK-29185: chan_pjsip: Endpoint: allow = all is broken.
-   Reported by: Alexander Traud
-     * [fb11296a9b] Joshua C. Colp -- res_pjsip_sdp_rtp: Skip formats without
-       SDP details.
-
-    Category: Core/Sorcery
-
-   ASTERISK-29453: alembic: incoming_call_offer_pref and
-   outgoing_call_offer_pref missing in "ps_endpoints" table
-   Reported by: Daniel Thümen
-     * [c49a2c46f6] Mike Bradeen -- alembic: add missing ps_endpoints columns
-
-    Category: Documentation
-
-   ASTERISK-29917: ami: FilterList action doesn't exist
-   Reported by: N A
-     * [ef1026227d] Naveen Albert -- manager: Remove documentation for
-       nonexistent action.
-
-    Category: Functions/General
-
-   ASTERISK-30210: func_frame_trace: Channel masquerade triggers assertion
-   Reported by: N A
-     * [f74c459a42] Naveen Albert -- func_frame_trace: Remove bogus
-       assertion.
-
-    Category: Functions/func_srv
-
-   ASTERISK-30151: Documentation doesn't include info about "field", a 3rd
-   required parameter.
-   Reported by: Chris Young
-     * [c8d2c74a5a] Naveen Albert -- func_srv: Document field parameter.
-
-    Category: Resources/General
-
-   ASTERISK-30192: res_tonedetect: fix typo for frametype
-   Reported by: N A
-     * [6c489a891d] Naveen Albert -- res_tonedetect: Fix typos referring to
-       wrong variables.
-
-    Category: Resources/res_crypto
-
-   ASTERISK-30235: res_crypto and tests: Memory issues and and uninitialized
-   variable error
-   Reported by: George Joseph
-     * [2bb1665829] George Joseph -- res_crypto: Memory issues and
-       uninitialized variable errors
-
-    Category: Resources/res_geolocation
-
-   ASTERISK-30234: res_geolocation: ...may be used uninitialized error in
-   geoloc_config.c
-   Reported by: George Joseph
-     * [03c8c59632] George Joseph -- res_geolocation: Fix issues exposed by
-       compiling with -O2
-   ASTERISK-30215: Inbound SIP INVITE with Geo Location causing a
-   Segmentation Fault
-   Reported by: Dan Cropp
-     * [4ab3cd6f86] George Joseph -- res_geolocation: Fix segfault when
-       there's an empty element
-   ASTERISK-30190: res_geolocation: GEOLOC_PROFILE isn't returning correct
-   values on incoming channel
-   Reported by: George Joseph
-     * [0e9076df7b] George Joseph -- res_geolocation: Add two new options to
-       GEOLOC_PROFILE
-   ASTERISK-30167: res_geolocation: Refactor for issues found by users
-   Reported by: George Joseph
-     * [dfedb13eca] George Joseph -- res_geolocation: Address user issues,
-       remove complexity, plug leaks
-
-    Category: Resources/res_pjsip
-
-   ASTERISK-29453: alembic: incoming_call_offer_pref and
-   outgoing_call_offer_pref missing in "ps_endpoints" table
-   Reported by: Daniel Thümen
-     * [c49a2c46f6] Mike Bradeen -- alembic: add missing ps_endpoints columns
-
-    Category: Resources/res_pjsip_session
-
-   ASTERISK-26894: pjsip should support tel uri scheme
-   Reported by: Gergely Dömsödi
-     * [1f685d6969] Ben Ford -- res_pjsip: Add TEL URI support for basic
-       calls.
-
-    Category: Tests/testsuite
-
-   ASTERISK-26826: testsuite: Add support for Python 3
-   Reported by: Joshua C. Colp
-     * [bd821549af] Mike Bradeen -- CI: Fixing path issue on venv check
-     * [e2f34ad8ce] Mike Bradeen -- CI: use Python3 virtual environment
-
-  Improvement
-
-    Category: Applications/General
-
-   ASTERISK-30163: general: fix minor formatting issues
-   Reported by: N A
-     * [9126f9bd2b] Naveen Albert -- general: Very minor coding guideline
-       fixes.
-
-    Category: Channels/chan_iax2
-
-   ASTERISK-30164: chan_iax2: Add missing option documentation
-   Reported by: N A
-     * [d76f0506e5] Naveen Albert -- chan_iax2: Add missing options
-       documentation.
-
-    Category: Configs/Samples
-
-   ASTERISK-30160: cdr.conf: Remove obsolete app_mysql reference
-   Reported by: N A
-     * [d0cd6e82a6] Naveen Albert -- cdr.conf: Remove obsolete app_mysql
-       reference.
-
-    Category: Core/Logging
-
-   ASTERISK-30153: logger: Improve log levels
-   Reported by: N A
-     * [08afdcbd30] Naveen Albert -- general: Improve logging levels of some
-       log messages.
-
-    Category: General
-
-   ASTERISK-30159: general: Remove obsolete SVN references
-   Reported by: N A
-     * [307b0fa767] Naveen Albert -- general: Remove obsolete SVN references.
-
-    Category: Resources/res_crypto
-
-   ASTERISK-30046: Reimplement res/res_crypto.c internals with EVP_PKEY
-   interface to Openssl API's
-   Reported by: Philip Prindeville
-     * [bb8b2259bc] Philip Prindeville -- res_crypto: Use EVP API's instead
-       of legacy API's
-     * [7a0fe63390] Philip Prindeville -- res_crypto: Don't load non-regular
-       files in keys directory
-
-    Category: Resources/res_geolocation
-
-   ASTERISK-30185: res_geolocation: Allow location parameters to be specified
-   in profiles
-   Reported by: George Joseph
-     * [261051ecec] George Joseph -- res_geolocation: Allow location
-       parameters on the profile object
-   ASTERISK-30177: res_geolocation: Add option to suppress empty elements
-   Reported by: George Joseph
-     * [372f5c56e1] George Joseph -- res_geolocation: Add profile parameter
-       suppress_empty_ca_elements
-   ASTERISK-30182: res_geolocation: Add built-in profiles to use in fully
-   dynamic configurations
-   Reported by: George Joseph
-     * [1fc0298f87] George Joseph -- res_geolocation: Add built-in profiles
-
-    Category: Resources/res_pjsip
-
-   ASTERISK-30178: extend user_eq_phone behavior to local uri's
-   Reported by: Michael Bradeen
-     * [23933c6242] Mike Bradeen -- res_pjsip: Add user=phone on From and
-       PAID for usereqphone=yes
-
-    Category: Resources/res_pjsip_geolocation
-
-   ASTERISK-30241: res_pjsip_gelocation: Downgrade some NOTICE scope trace
-   debugs to DEBUG level
-   Reported by: N A
-     * [7d7165ded1] Naveen Albert -- res_pjsip_geolocation: Change some
-       notices to debugs.
-
-    Category: Resources/res_pjsip_pubsub
-
-   ASTERISK-29906: [patch] update RLS to reflect the changes to the lists
-   Reported by: Alexei Gradinari
-     * [18cfcdcd34] Alexei Gradinari -- res_pjsip_pubsub: Postpone
-       destruction of old subscriptions on RLS update
-
-    Category: Tests/General
-
-   ASTERISK-30045: Add test coverage to res/res_crypto.c functionality
-   Reported by: Philip Prindeville
-     * [0972106d51] Philip Prindeville -- test: Add coverage for res_crypto
-     * [53f8cc1d49] Philip Prindeville -- res_crypto: make keys reloadable on
-       demand for testing
-
-     ----------------------------------------------------------------------
-
-                                  Open Issues
-
-                                 [Back to Top]
-
-   This is a list of all open issues from the issue tracker that were
-   referenced by changes that went into this release.
-
-  Bug
-
-    Category: General
-
-   ASTERISK-29846: channels: bad ao2 ref causes crash
-   Reported by: N A
-     * [8041bd12c1] Naveen Albert -- cli: Prevent assertions on startup from
-       bad ao2 refs.
-
-     ----------------------------------------------------------------------
-
-                      Commits Not Associated with an Issue
-
-                                 [Back to Top]
-
-   This is a list of all changes that went into this release that did not
-   reference a JIRA issue.
-
-   +------------------------------------------------------------------------+
-   | Revision   | Author               | Summary                            |
-   |------------+----------------------+------------------------------------|
-   | 984ac0ba03 | Asterisk Development | Update for 18.15.0-rc2             |
-   |            | Team                 |                                    |
-   |------------+----------------------+------------------------------------|
-   | cec323b4c8 | George Joseph        | manager.h: Bump version to 7.0.3   |
-   |------------+----------------------+------------------------------------|
-   | 1061c9d5bf | Asterisk Development | Update for 18.15.0-rc1             |
-   |            | Team                 |                                    |
-   |------------+----------------------+------------------------------------|
-   | a7f29e8d1a | Asterisk Development | Update CHANGES and UPGRADE.txt for |
-   |            | Team                 | 18.15.0                            |
-   |------------+----------------------+------------------------------------|
-   | b3bf415455 | Sean Bright          | chan_dahdi.c: Resolve a            |
-   |            |                      | format-truncation build warning.   |
-   |------------+----------------------+------------------------------------|
-   | 57972bac38 | Sean Bright          | channel.h: Remove redundant        |
-   |            |                      | declaration.                       |
-   |------------+----------------------+------------------------------------|
-   | c5ebc6ba40 | Asterisk Development | Update CHANGES and UPGRADE.txt for |
-   |            | Team                 | 18.14.0                            |
-   |------------+----------------------+------------------------------------|
-   | 0da37ff8ed | George Joseph        | Geolocation: Wiki Documentation    |
-   +------------------------------------------------------------------------+
-
-     ----------------------------------------------------------------------
-
-                                Diffstat Results
-
-                                 [Back to Top]
-
-   This is a summary of the changes to the source code that went into this
-   release that was generated using the diffstat utility.
-
- asterisk-18.14.0-summary.html                                                              |  187 --
- asterisk-18.14.0-summary.txt                                                               |  455 -------
- b/.version                                                                                 |    2
- b/CHANGES                                                                                  |   70 +
- b/ChangeLog                                                                                |  597 +++++++++
- b/UPGRADE.txt                                                                              |   10
- b/apps/app_confbridge.c                                                                    |   33
- b/apps/app_meetme.c                                                                        |   76 +
- b/apps/app_mp3.c                                                                           |    4
- b/apps/app_stack.c                                                                         |    2
- b/apps/app_voicemail.c                                                                     |    6
- b/apps/confbridge/conf_config_parser.c                                                     |   15
- b/apps/confbridge/conf_state.c                                                             |    3
- b/apps/confbridge/conf_state_empty.c                                                       |    3
- b/apps/confbridge/conf_state_inactive.c                                                    |    3
- b/apps/confbridge/conf_state_multi.c                                                       |    3
- b/apps/confbridge/conf_state_multi_marked.c                                                |   53
- b/apps/confbridge/conf_state_single.c                                                      |    3
- b/apps/confbridge/conf_state_single_marked.c                                               |    3
- b/apps/confbridge/include/conf_state.h                                                     |    3
- b/apps/confbridge/include/confbridge.h                                                     |    1
- b/asterisk-18.15.0-rc2-summary.html                                                        |   23
- b/asterisk-18.15.0-rc2-summary.txt                                                         |  121 +
- b/channels/chan_dahdi.c                                                                    |    7
- b/channels/chan_iax2.c                                                                     |   18
- b/channels/chan_pjsip.c                                                                    |    6
- b/configs/samples/cdr.conf.sample                                                          |    2
- b/configs/samples/confbridge.conf.sample                                                   |    7
- b/configs/samples/features.conf.sample                                                     |    9
- b/configs/samples/geolocation.conf.sample                                                  |   48
- b/configs/samples/musiconhold.conf.sample                                                  |    3
- b/configs/samples/pjsip.conf.sample                                                        |   22
- b/configure                                                                                |  257 ++-
- b/configure.ac                                                                             |   12
- b/contrib/ast-db-manage/config/versions/9f3692b1654b_add_stir_shaken_profile_and_codec_.py |   58
- b/contrib/realtime/mysql/mysql_config.sql                                                  |   10
- b/contrib/realtime/postgresql/postgresql_config.sql                                        |   14
- b/doc/appdocsxml.dtd                                                                       |    4
- b/funcs/func_frame_trace.c                                                                 |    3
- b/funcs/func_srv.c                                                                         |   10
- b/include/asterisk/_private.h                                                              |    1
- b/include/asterisk/autoconfig.h.in                                                         |  125 +
- b/include/asterisk/channel.h                                                               |    2
- b/include/asterisk/crypto.h                                                                |   40
- b/include/asterisk/features_config.h                                                       |    2
- b/include/asterisk/manager.h                                                               |    2
- b/include/asterisk/res_geolocation.h                                                       |   16
- b/include/asterisk/res_pjsip.h                                                             |   78 +
- b/include/asterisk/strings.h                                                               |    2
- b/include/asterisk/test.h                                                                  |   56
- b/include/asterisk/utils.h                                                                 |   10
- b/main/Makefile                                                                            |    3
- b/main/asterisk.c                                                                          |    1
- b/main/bridge_basic.c                                                                      |   61
- b/main/channel_internal_api.c                                                              |    3
- b/main/cli.c                                                                               |   44
- b/main/config.c                                                                            |   13
- b/main/features_config.c                                                                   |    9
- b/main/lock.c                                                                              |   21
- b/main/manager.c                                                                           |   17
- b/main/stasis.c                                                                            |    2
- b/main/strings.c                                                                           |    1
- b/main/test.c                                                                              |  251 +++
- b/main/utils.c                                                                             |   45
- b/makeopts.in                                                                              |    1
- b/menuselect/autoconfig.h.in                                                               |   22
- b/menuselect/configure                                                                     |   16
- b/res/res_config_sqlite3.c                                                                 |    3
- b/res/res_crypto.c                                                                         |  395 +++++-
- b/res/res_geolocation/eprofile_to_pidf.xslt                                                |    9
- b/res/res_geolocation/geoloc_config.c                                                      |  313 +++-
- b/res/res_geolocation/geoloc_dialplan.c                                                    |  138 +-
- b/res/res_geolocation/geoloc_doc.xml                                                       |   86 +
- b/res/res_geolocation/geoloc_eprofile.c                                                    |   92 +
- b/res/res_geolocation/geoloc_private.h                                                     |   16
- b/res/res_musiconhold.c                                                                    |    9
- b/res/res_pjsip.c                                                                          |   64
- b/res/res_pjsip/config_transport.c                                                         |   72 +
- b/res/res_pjsip/pjsip_config.xml                                                           |    8
- b/res/res_pjsip/pjsip_distributor.c                                                        |    6
- b/res/res_pjsip/pjsip_message_filter.c                                                     |   38
- b/res/res_pjsip/pjsip_options.c                                                            |    8
- b/res/res_pjsip_caller_id.c                                                                |    4
- b/res/res_pjsip_dialog_info_body_generator.c                                               |    3
- b/res/res_pjsip_diversion.c                                                                |   10
- b/res/res_pjsip_endpoint_identifier_anonymous.c                                            |    6
- b/res/res_pjsip_endpoint_identifier_user.c                                                 |   10
- b/res/res_pjsip_exten_state.c                                                              |   10
- b/res/res_pjsip_geolocation.c                                                              |   30
- b/res/res_pjsip_messaging.c                                                                |    6
- b/res/res_pjsip_nat.c                                                                      |    1
- b/res/res_pjsip_outbound_registration.c                                                    |    7
- b/res/res_pjsip_path.c                                                                     |   17
- b/res/res_pjsip_pubsub.c                                                                   |   50
- b/res/res_pjsip_sdp_rtp.c                                                                  |   10
- b/res/res_pjsip_session.c                                                                  |    6
- b/res/res_tonedetect.c                                                                     |    4
- b/tests/CI/runTestsuite.sh                                                                 |   15
- b/tests/Makefile                                                                           |    3
- b/tests/keys/rsa_key1.key                                                                  |   15
- b/tests/keys/rsa_key1.pub                                                                  |    6
- b/tests/test_capture.c                                                                     |  379 +++++
- b/tests/test_config.c                                                                      |    4
- b/tests/test_crypto.c                                                                      |  645 ++++++++++
- 104 files changed, 4263 insertions(+), 1245 deletions(-)
diff --git a/asterisk-18.15.1-summary.html b/asterisk-18.15.1-summary.html
new file mode 100644 (file)
index 0000000..3b6a404
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-18.15.1</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-18.15.1</h3><h3 align="center">Date: 2022-12-01</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
+<li><a href="#summary">Summary</a></li>
+<li><a href="#contributors">Contributors</a></li>
+<li><a href="#closed_issues">Closed Issues</a></li>
+<li><a href="#commits">Other Changes</a></li>
+<li><a href="#diffstat">Diffstat</a></li>
+</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.</p><p>Security Advisories:</p><ul>
+<li><a href="http://downloads.asterisk.org/pub/security/AST-2022-007,AST-2022-008,AST-2022-009.html">AST-2022-007,AST-2022-008,AST-2022-009</a></li>
+</ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-18.15.0.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.</p><table width="100%" border="0">
+<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
+<tr valign="top"><td width="33%">2 Asterisk Development Team <asteriskteam@digium.com><br/>2 Mike Bradeen <mbradeen@sangoma.com><br/>1 George Joseph <gjoseph@digium.com><br/>1 Ben Ford <bford@digium.com><br/></td><td width="33%"><td width="33%">1 shawty <shawty.d.ds@googlemail.com><br/>1 nappsoft <infos@nappsoft.ch><br/>1 Benjamin Keith Ford <bford@digium.com><br/>1 Michael Bradeen <mbradeen@sangoma.com><br/></td></tr>
+</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Security</h3><h4>Category: Addons/chan_ooh323</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30103">ASTERISK-30103</a>: chan_ooh323 Vulnerability in calling/called party IE<br/>Reported by: Michael Bradeen<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=47a483dc8cd5262bcaac8741281fdbb4e4c51f4a">[47a483dc8c]</a> Mike Bradeen -- ooh323c: not checking for IE minimum length</li>
+</ul><br><h4>Category: Core/ManagerInterface</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30176">ASTERISK-30176</a>: manager: GetConfig can read files outside of Asterisk<br/>Reported by: shawty<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d309e25d612a6d115223671ff7e5b9988e55d59a">[d309e25d61]</a> Mike Bradeen -- manager: prevent file access outside of config dir</li>
+</ul><br><h4>Category: pjproject/pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30338">ASTERISK-30338</a>: pjproject: Backport security fixes from 2.13<br/>Reported by: Benjamin Keith Ford<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=9b893ce332b2c1c53d3198957e930128e62ae9ab">[9b893ce332]</a> Ben Ford -- pjproject: 2.13 security fixes</li>
+</ul><br><h3>Bug</h3><h4>Category: Resources/res_pjsip_pubsub</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-30244">ASTERISK-30244</a>: res_pjsip_pubsub: Occasional crash when TCP/TLS connection terminated and subscription persistence is removed<br/>Reported by: nappsoft<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=936d95bfe959941ee0755d4b4d6d215acca5e2ce">[936d95bfe9]</a> George Joseph -- pjsip_transport_events: Fix possible use after free on transport</li>
+</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
+<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7c6fe5168b8c6a5bf909778f96360c13961c20f7">7c6fe5168b</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for 18.15.1</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=4bc9c23aade245bfcc67690a0a4837c756cc69da">4bc9c23aad</a></td><td>Asterisk Development Team</td><td>Update for 18.15.1</td></tr>
+</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>UPGRADE.txt                                                                                     |   13
+addons/ooh323c/src/ooq931.c                                                                     |   15
+configs/samples/asterisk.conf.sample                                                            |   11
+include/asterisk/manager.h                                                                      |   12
+include/asterisk/res_pjsip.h                                                                    |   83 ++
+main/manager.c                                                                                  |   42 +
+main/options.c                                                                                  |    1
+res/res_pjsip/pjsip_transport_events.c                                                          |  214 ++++++-
+res/res_pjsip_outbound_registration.c                                                           |   28
+res/res_pjsip_pubsub.c                                                                          |   25
+third-party/pjproject/patches/0200-potential-buffer-overflow-in-pjlib-scanner-and-pjmedia.patch |  289 ++++++++++
+11 files changed, 680 insertions(+), 53 deletions(-)</pre><br></html>
\ No newline at end of file
diff --git a/asterisk-18.15.1-summary.txt b/asterisk-18.15.1-summary.txt
new file mode 100644 (file)
index 0000000..62a2056
--- /dev/null
@@ -0,0 +1,139 @@
+                                Release Summary
+
+                                asterisk-18.15.1
+
+                                Date: 2022-12-01
+
+                           <asteriskteam@digium.com>
+
+     ----------------------------------------------------------------------
+
+                               Table of Contents
+
+    1. Summary
+    2. Contributors
+    3. Closed Issues
+    4. Other Changes
+    5. Diffstat
+
+     ----------------------------------------------------------------------
+
+                                    Summary
+
+                                 [Back to Top]
+
+   This release has been made to address one or more security vulnerabilities
+   that have been identified. A security advisory document has been published
+   for each vulnerability that includes additional information. Users of
+   versions of Asterisk that are affected are strongly encouraged to review
+   the advisories and determine what action they should take to protect their
+   systems from these issues.
+
+   Security Advisories:
+
+     * AST-2022-007,AST-2022-008,AST-2022-009
+
+   The data in this summary reflects changes that have been made since the
+   previous release, asterisk-18.15.0.
+
+     ----------------------------------------------------------------------
+
+                                  Contributors
+
+                                 [Back to Top]
+
+   This table lists the people who have submitted code, those that have
+   tested patches, as well as those that reported issues on the issue tracker
+   that were resolved in this release. For coders, the number is how many of
+   their patches (of any size) were committed into this release. For testers,
+   the number is the number of times their name was listed as assisting with
+   testing a patch. Finally, for reporters, the number is the number of
+   issues that they reported that were affected by commits that went into
+   this release.
+
+   Coders                      Testers               Reporters                
+   2 Asterisk Development Team                       1 shawty                 
+   2 Mike Bradeen                                    1 nappsoft               
+   1 George Joseph                                   1 Benjamin Keith Ford    
+   1 Ben Ford                                        1 Michael Bradeen        
+
+     ----------------------------------------------------------------------
+
+                                 Closed Issues
+
+                                 [Back to Top]
+
+   This is a list of all issues from the issue tracker that were closed by
+   changes that went into this release.
+
+  Security
+
+    Category: Addons/chan_ooh323
+
+   ASTERISK-30103: chan_ooh323 Vulnerability in calling/called party IE
+   Reported by: Michael Bradeen
+     * [47a483dc8c] Mike Bradeen -- ooh323c: not checking for IE minimum
+       length
+
+    Category: Core/ManagerInterface
+
+   ASTERISK-30176: manager: GetConfig can read files outside of Asterisk
+   Reported by: shawty
+     * [d309e25d61] Mike Bradeen -- manager: prevent file access outside of
+       config dir
+
+    Category: pjproject/pjsip
+
+   ASTERISK-30338: pjproject: Backport security fixes from 2.13
+   Reported by: Benjamin Keith Ford
+     * [9b893ce332] Ben Ford -- pjproject: 2.13 security fixes
+
+  Bug
+
+    Category: Resources/res_pjsip_pubsub
+
+   ASTERISK-30244: res_pjsip_pubsub: Occasional crash when TCP/TLS connection
+   terminated and subscription persistence is removed
+   Reported by: nappsoft
+     * [936d95bfe9] George Joseph -- pjsip_transport_events: Fix possible use
+       after free on transport
+
+     ----------------------------------------------------------------------
+
+                      Commits Not Associated with an Issue
+
+                                 [Back to Top]
+
+   This is a list of all changes that went into this release that did not
+   reference a JIRA issue.
+
+   +------------------------------------------------------------------------+
+   | Revision   | Author                    | Summary                       |
+   |------------+---------------------------+-------------------------------|
+   | 7c6fe5168b | Asterisk Development Team | Update CHANGES and            |
+   |            |                           | UPGRADE.txt for 18.15.1       |
+   |------------+---------------------------+-------------------------------|
+   | 4bc9c23aad | Asterisk Development Team | Update for 18.15.1            |
+   +------------------------------------------------------------------------+
+
+     ----------------------------------------------------------------------
+
+                                Diffstat Results
+
+                                 [Back to Top]
+
+   This is a summary of the changes to the source code that went into this
+   release that was generated using the diffstat utility.
+
+ UPGRADE.txt                                                                                     |   13
+ addons/ooh323c/src/ooq931.c                                                                     |   15
+ configs/samples/asterisk.conf.sample                                                            |   11
+ include/asterisk/manager.h                                                                      |   12
+ include/asterisk/res_pjsip.h                                                                    |   83 ++
+ main/manager.c                                                                                  |   42 +
+ main/options.c                                                                                  |    1
+ res/res_pjsip/pjsip_transport_events.c                                                          |  214 ++++++-
+ res/res_pjsip_outbound_registration.c                                                           |   28
+ res/res_pjsip_pubsub.c                                                                          |   25
+ third-party/pjproject/patches/0200-potential-buffer-overflow-in-pjlib-scanner-and-pjmedia.patch |  289 ++++++++++
+ 11 files changed, 680 insertions(+), 53 deletions(-)