This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release series. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous release series 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-11.2.0.
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 closed by commits that went into this release.
Coders |
Testers |
Reporters |
26 rmudgett 13 mjordan 7 kmoore 5 dlee 5 jrose 4 elguero 4 wedhorn 3 mmichelson 3 snuffy 2 dkerr 2 igorg 2 jcolp 2 jonax 2 qwell 2 roeften 1 bootc 1 Christian Hesse 1 Corey Farrell 1 Eelco Brolman 1 Eric Hill 1 file 1 Jakob Hirsch 1 lathama 1 newtonr 1 Nikolay Ilduganov 1 Pavel Troller 1 Pedro Kiefer 1 russell 1 seanbright 1 Stefan Reuter 1 Thomas Omerzu 1 tilghman 1 Timo Teras 1 wdoekes |
3 elguero 3 myself 3 rmudgett 3 snuffy 2 Deepak Lohani 2 Jonas Falck 2 Kayode 2 mjordan 2 Thomas Sevestre 1 1 Alexander Heinz 1 benjamin 1 Bryan Hunt 1 call 1 Chris Warr 1 Christian Hesse 1 danilo borges 1 Danny Nicholas 1 David van Geyn 1 Dennis DeDonatis 1 eliafino 1 Eric Hill 1 Iñaki Baz Castillo 1 Jamuel Starkey 1 Joel Vandal 1 kaldemar 1 Nikolay Ilduganov 1 Stephan 1 Steve Lang |
3 jbigelow 3 snuffy 2 dkerr 2 jmillan 1 alecdavis 1 bklang 1 bootc 1 brhunt 1 call 1 challado 1 chesse 1 coreyfarrell 1 dennisd 1 derlinuxer 1 din3sh 1 dlee 1 eelcob 1 eleo 1 erichill 1 fabled 1 gentlec 1 jhirsch 1 jmce 1 joel_vandal 1 kmoore 1 kuj 1 lexus350 1 menschentier 1 mmichelson 1 ovi 1 patrol-cz 1 rmudgett 1 roeften 1 srt 1 t-o 1 tootai 1 wcselby 1 wedhorn 1 xhienne |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.
Revision | Author | Summary | Issues Referenced |
377577 | igorg | Remove trailing whitespaces in number from incoming redial list. | |
377593 | igorg | Fix codec mismatch | ASTERISK-20183 |
377657 | kmoore | Ensure ReceiveFax provides a CED tone via T.38 | |
377706 | rmudgett | Cleanup dnsmgr on exit. | ASTERISK-20649 |
377710 | rmudgett | Cleanup event on exit. | ASTERISK-20649 |
377742 | rmudgett | Cleanup indications on exit. | ASTERISK-20649 |
377773 | rmudgett | Cleanup logger on exit. | ASTERISK-20649 |
377808 | rmudgett | Cleanup pbx on exit. | ASTERISK-20649 |
377839 | rmudgett | Cleanup taskprocessor on exit. | ASTERISK-20649 |
377843 | mmichelson | Fix crash that can occur if CLI registration fails for an aliased command. | |
377849 | rmudgett | Cleanup udptl on exit. | ASTERISK-20649 |
377883 | rmudgett | Cleanup CLI commands on exit for several files. | ASTERISK-20649 |
377924 | newtonr | Incremented EXTRA_SOUNDS_VERSION in sounds/Makefile to 1.4.12 for new Extra Sounds releases | |
377948 | kmoore | Ensure Min-SE is included in outbound INVITEs | |
377991 | wedhorn | Minor fixes for chan_skinny | |
378073 | qwell | Make libasteriskssl.so symlink use a relative path. | |
378090 | rmudgett | Make chan_local module references tied to local_pvt lifetime. | |
378094 | rmudgett | Fix potential double free when unloading a module. | |
378121 | kmoore | Add test events for time limit-related hangups | |
378163 | rmudgett | Add branch-1.8-merged property to allow direct merging from v1.8 | |
378165 | rmudgett | Give the causes[] a struct name. | |
378219 | kmoore | Ensure chan_sip rejects encrypted streams without crypto info | |
378287 | mjordan | Resolve crashes due to large stack allocations when using TCP | ASTERISK-20658 |
378321 | mjordan | Prevent exhaustion of system resources through exploitation of event cache | ASTERISK-20175 |
378337 | kmoore | Restore branch-1.8-merged on 11 | |
378376 | mjordan | Prevent crashes from occurring when reading from data sources with large values | ASTERISK-20658 |
378409 | mjordan | Prevent crashes in res_xmpp when receiving large messages | ASTERISK-20658 |
378411 | file | Prevent exhaustion of system resources through exploitation of event cache | ASTERISK-20175 |
378428 | rmudgett | chan_agent: Fix agent_indicate() locking. | |
378457 | rmudgett | chan_agent: Misc code cleanup. | |
378459 | kmoore | Add missing test event | |
378487 | rmudgett | chan_agent: Fix wrapup time wait response. | |
378622 | wedhorn | Rewrite skinny dialing to remove threaded simpleswitch | |
378687 | rmudgett | app_queue: Fix multiple calls to a queue member that is in only one queue. | ASTERISK-16115 |
378690 | rmudgett | app_queue: Fix incorrect assertion. | ASTERISK-16115 |
378934 | dlee | Fix XML encoding of 'identity display' in NOTIFY messages. | |
379020 | dlee | Fix XML encoding of 'identity display' in NOTIFY messages, continued. | |
379209 | mjordan | Add module tags to documentation for res_jabber/res_xmpp | |
379210 | mjordan | Update the dtd to actually *support* the module attribute in all elements | |
379228 | mjordan | Let documentation reference links specify which module they're linking to | |
379230 | rmudgett | chan_misdn: Fix compile error. | ASTERISK-15456 |
379232 | rmudgett | Reduce call-id logging resource usage. | |
379277 | qwell | Reduce number of packages install_prereq installs on Debian systems. | |
379311 | mmichelson | Further fix misinformation in the description of manager MailboxStatus command. | |
379582 | wedhorn | Fix issues with skinny sessions | |
379643 | lathama | Add LDAP libraries to install script | ASTERISK-20886 |
379808 | rmudgett | confbridge: Minor fixes playing user counts to the conference. | |
379949 | jrose | res_fax_spandsp: fix t38 transmission bug caused by not returning success | ASTERISK-20919 |
379964 | rmudgett | Attempt to be more helpful when using a bad ao2 object pointer. | |
380211 | russell | Change cleanup ordering in filestream destructor. | |
380255 | seanbright | Correct the number of available call numbers in IAX2. | |
380384 | rmudgett | chan_agent: Prevent multiple channels from logging in as the same agent. | |
380480 | mjordan | Unregister SIP provider API if module load is declined |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 2 Makefile | 5 UPGRADE.txt | 21 addons/chan_mobile.c | 3 apps/app_confbridge.c | 252 ++++++--- apps/app_meetme.c | 821 +++++++++++++++++------------- apps/app_minivm.c | 1 apps/app_queue.c | 225 +++++--- apps/app_voicemail.c | 125 ++-- apps/confbridge/conf_config_parser.c | 8 apps/confbridge/conf_state.c | 19 apps/confbridge/conf_state_empty.c | 2 apps/confbridge/conf_state_multi_marked.c | 14 apps/confbridge/include/confbridge.h | 19 autoconf/ast_check_pwlib.m4 | 2 channels/chan_agent.c | 483 +++++++---------- channels/chan_bridge.c | 5 channels/chan_dahdi.c | 7 channels/chan_iax2.c | 42 - channels/chan_local.c | 46 + channels/chan_misdn.c | 3 channels/chan_sip.c | 332 ++++++++---- channels/chan_skinny.c | 437 +++++++-------- channels/chan_unistim.c | 12 channels/iax2.h | 8 channels/sip/include/reqresp_parser.h | 11 channels/sip/include/sip.h | 1 channels/sip/reqresp_parser.c | 53 + channels/sip/sdp_crypto.c | 32 - codecs/codec_ilbc.c | 16 configs/queues.conf.sample | 7 configure.ac | 36 + contrib/init.d/rc.archlinux.asterisk | 2 contrib/init.d/rc.debian.asterisk | 2 contrib/init.d/rc.gentoo.asterisk | 2 contrib/init.d/rc.mandriva.asterisk | 2 contrib/init.d/rc.redhat.asterisk | 2 contrib/init.d/rc.slackware.asterisk | 2 contrib/init.d/rc.suse.asterisk | 2 contrib/scripts/install_prereq | 10 contrib/scripts/safe_asterisk | 2 doc/appdocsxml.dtd | 4 funcs/func_devstate.c | 6 funcs/func_realtime.c | 17 include/asterisk/autoconfig.h.in | 16 include/asterisk/bridging.h | 26 include/asterisk/causes.h | 10 include/asterisk/channel.h | 13 include/asterisk/compat.h | 8 include/asterisk/devicestate.h | 16 include/asterisk/event_defs.h | 8 include/asterisk/strings.h | 30 - include/asterisk/utils.h | 14 main/Makefile | 5 main/aoc.c | 5 main/asterisk.c | 7 main/astobj2.c | 6 main/ccss.c | 2 main/cel.c | 1 main/channel.c | 17 main/channel_internal_api.c | 1 main/config.c | 11 main/data.c | 2 main/devicestate.c | 51 + main/dnsmgr.c | 23 main/event.c | 4 main/features.c | 23 main/file.c | 21 main/http.c | 26 main/image.c | 6 main/indications.c | 15 main/loader.c | 28 - main/logger.c | 20 main/manager.c | 141 +++-- main/pbx.c | 13 main/rtp_engine.c | 2 main/strcompat.c | 14 main/stun.c | 6 main/taskprocessor.c | 7 main/timing.c | 10 main/udptl.c | 10 main/utils.c | 63 ++ makeopts.in | 1 res/pjproject/aconfigure | 3 res/pjproject/aconfigure.ac | 1 res/pjproject/build/common.mak | 9 res/res_calendar.c | 8 res/res_calendar_icalendar.c | 5 res/res_clialiases.c | 5 res/res_fax.c | 3 res/res_fax_spandsp.c | 1 res/res_jabber.c | 96 ++- res/res_rtp_asterisk.c | 8 res/res_srtp.c | 15 res/res_xmpp.c | 89 ++- sounds/Makefile | 4 tests/test_xml_escape.c | 118 ++++ 97 files changed, 2650 insertions(+), 1500 deletions(-)