From: Joshua Colp Date: Mon, 15 Aug 2016 13:27:32 +0000 (-0500) Subject: ChangeLog: Updated for certified/13.8-cert2 X-Git-Tag: certified/13.8-cert2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0f73694b59317f776ea2f4b8f777327def154e;p=thirdparty%2Fasterisk.git ChangeLog: Updated for certified/13.8-cert2 --- diff --git a/ChangeLog b/ChangeLog index 7db3f424c8..5d819043b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,56 @@ -2016-08-01 11:57 +0000 Asterisk Development Team +2016-08-15 13:27 +0000 Asterisk Development Team - * asterisk certified/13.8-cert2-rc1 Released. + * asterisk certified/13.8-cert2 Released. + +2016-08-15 08:27 +0000 [d7eec92332] Joshua Colp + + * Release summaries: Remove previous versions + +2016-08-15 08:27 +0000 [847b0d007d] Joshua Colp + + * .version: Update for certified/13.8-cert2 + +2016-08-15 08:27 +0000 [bd8581cd52] Joshua Colp + + * .lastclean: Update for certified/13.8-cert2 + +2016-08-15 08:27 +0000 [628620c5ef] Joshua Colp + + * realtime: Add database scripts for certified/13.8-cert2 + +2016-08-09 16:19 +0000 [13b950f4be] Mark Michelson + + * 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 + + * ChangeLog: Updated for certified/13.8-cert2-rc1 + +2016-08-01 06:57 +0000 [fba5cf4a00] Joshua Colp + + * Release summaries: Add summaries for certified/13.8-cert2-rc1 2016-08-01 06:57 +0000 [b2cc9b4879] Joshua Colp