-2016-08-01 11:57 +0000 Asterisk Development Team <asteriskteam@digium.com>
+2016-08-15 13:27 +0000 Asterisk Development Team <asteriskteam@digium.com>
- * asterisk certified/13.8-cert2-rc1 Released.
+ * asterisk certified/13.8-cert2 Released.
+
+2016-08-15 08:27 +0000 [d7eec92332] Joshua Colp <jcolp@digium.com>
+
+ * Release summaries: Remove previous versions
+
+2016-08-15 08:27 +0000 [847b0d007d] Joshua Colp <jcolp@digium.com>
+
+ * .version: Update for certified/13.8-cert2
+
+2016-08-15 08:27 +0000 [bd8581cd52] Joshua Colp <jcolp@digium.com>
+
+ * .lastclean: Update for certified/13.8-cert2
+
+2016-08-15 08:27 +0000 [628620c5ef] Joshua Colp <jcolp@digium.com>
+
+ * realtime: Add database scripts for certified/13.8-cert2
+
+2016-08-09 16:19 +0000 [13b950f4be] Mark Michelson <mmichelson@digium.com>
+
+ * res_rtp_asterisk: Cache local RTCP address.
+
+ When an RTCP packet is sent or received, res_rtp_asterisk generates a
+ Stasis event that contains the RTCP report as well as the local and
+ remote addresses that the report pertains to.
+
+ The addresses are determined using ast_find_ourip(). For the local
+ address, this will typically result in a lookup of the hostname of the
+ server, and then a DNS lookup of that hostname. If you do not have the
+ host in /etc/hosts, then this results in a full DNS lookup, which can
+ potentially block for some time.
+
+ This is especially problematic when performing RTCP reads, since those
+ are done on the same thread responsible for reading and writing media.
+
+ This patch addresses the issue by performing a lookup of the local
+ address when RTCP is allocated. We then use this cached local address
+ for the Stasis events when necessary.
+
+ ASTERISK-26280 #close
+ Reported by Mark Michelson
+
+ Change-Id: I3dd61882c2e57036f09f0c390cf38f7c87e9b556
+
+2016-08-01 06:57 +0000 [acf021cdec] Joshua Colp <jcolp@digium.com>
+
+ * ChangeLog: Updated for certified/13.8-cert2-rc1
+
+2016-08-01 06:57 +0000 [fba5cf4a00] Joshua Colp <jcolp@digium.com>
+
+ * Release summaries: Add summaries for certified/13.8-cert2-rc1
2016-08-01 06:57 +0000 [b2cc9b4879] Joshua Colp <jcolp@digium.com>