[asterisk/el6/master: 2/2] Merge branch 'f14/master' into el6

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Aug 11 16:24:54 UTC 2010


commit bcecc2c19ea91cc443f58689e746c252e1dd01a6
Merge: 9d017fc 080d387
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Aug 11 11:24:11 2010 -0500

    Merge branch 'f14/master' into el6
    
    Conflicts:
    	asterisk.spec

 .gitignore                                         |    2 +
 ...it-scripts-for-better-Fedora-compatibilty.patch |    4 +-
 ...les.conf-so-that-different-voicemail-modu.patch |    4 +-
 ...king-building-against-an-external-libedit.patch |    4 +-
 ...rary-function-for-loading-command-history.patch |    6 +-
 ...igure.ac-to-look-for-pkg-config-gmime-2.0.patch |    4 +-
 0006-Fix-up-some-paths.patch                       |    4 +-
 ...hema-that-is-compatible-with-Fedora-Direc.patch |    4 +-
 ...2html-to-copy-icons-when-building-documen.patch |    4 +-
 asterisk.spec                                      |   82 +++++++++++++++++++-
 sources                                            |    4 +-
 11 files changed, 99 insertions(+), 23 deletions(-)
---
diff --cc asterisk.spec
index 9628ee3,349ea21..75e1397
--- a/asterisk.spec
+++ b/asterisk.spec
@@@ -1042,12 -1035,82 +1042,86 @@@ f
  %{_libdir}/asterisk/modules/app_voicemail_plain.so
  
  %changelog
+ * Wed Aug 11 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.11-1
+ -
+ - The following are a few of the issues resolved by community developers:
+ -
+ -  * Send DialPlanComplete as a response, not as a separate event. Otherwise, it
+ -    goes to all manager sessions and may exclude the current session, if the
+ -    Events mask excludes it.
+ -    (Closes issue #17504. Reported, patched by rrb3942)
+ -
+ -  * Allow the "useragent" value to be restored into memory from the realtime
+ -    backend. This value is purely informational. It does not alter configuration
+ -    at all.
+ -    (Closes issue #16029. Reported, patched by Guggemand)
+ -
+ -  * Fix rt(c)p set debug ip taking wrong argument Also clean up some coding
+ -    errors.
+ -    (Closes issue #17469. Reported, patched by wdoekes)
+ -
+ -  * Ensure channel placed in meetme in ringing state is properly hung up. An
+ -    outgoing channel placed in meetme while still ringing which was then hung up
+ -    would not exit meetme and the channel was not properly destroyed.
+ -    (Closes issue #15871. Reported, patched by Ivan)
+ -
+ -  * Correct how 100, 200, 300, etc. is said. Also add the crazy British numbers.
+ -    (Closes issue #16102. Reported, patched by Delvar)
+ -
+ -  * cdr_pgsql does not detect when a table is found. This change adds an ERROR
+ -    message to let you know when a failure exists to get the columns from the
+ -    pgsql database, which typically means that the table does not exist.
+ -    (Closes issue #17478. Reported, patched by kobaz)
+ -
+ -  * Avoid crashing when installing a duplicate translation path with a lower
+ -    cost.
+ -    (Closes issue #17092. Reported, patched by moy)
+ -
+ -  * Add missing handling for ringing state for use with queue empty options.
+ -    (Closes issue #17471. Reported, patched by jazzy)
+ -
+ -  * Fix reporting estimated queue hold time. Just say the number of seconds
+ -    (after minutes) rather than doing some incorrect calculation with respect to
+ -    minutes.
+ -    (Closes issue #17498. Reported, patched by corruptor)
+ -
+ - For a full list of changes in the current release, please see the
+ - ChangeLog:
+ -
+ - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.11
+ 
 +* Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.10-1.1
 +- Disable res_http_post on EPEL until gmime22-devel is available
 +- Disable res_ais on EPEL until openais brokenness can be investigated
 +
  * Sat Jul 31 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.10-1
- - Update to 1.6.2.10
+ -
+ - The following are a few of the issues resolved by community developers:
+ -
+ -  * Allow users to specify a port for DUNDI peers.
+ -    (Closes issue #17056. Reported, patched by klaus3000)
+ -
+ -  * Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is
+ -    set.
+ -    (Closes issue #16815. Reported, patched by rain)
+ -
+ -  * If there is realtime configuration, it does not get re-read on reload unless
+ -    the config file also changes.
+ -    (Closes issue #16982. Reported, patched by dmitri)
+ -
+ -  * Send AgentComplete manager event for attended transfers.
+ -    (Closes issue #16819. Reported, patched by elbriga)
+ -
+ -  * Correct manager variable 'EventList' case.
+ -    (Closes issue #17520. Reported, patched by kobaz)
+ -
+ - In addition, changes to res_timing_pthread that should make it more stable have
+ - also been implemented.
+ -
+ - For a full list of changes in the current release, please see the
+ - ChangeLog:
+ -
+ - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.10
  
  * Wed Jul 14 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.8-0.3.rc1
  - Add patch to remove requirement on latex2html


More information about the scm-commits mailing list