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-10.9.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 |
9 mjordan 7 jcolp 6 rmudgett 4 alecdavis 4 twilson 3 dlee 3 jrose 3 kmoore 3 mmichelson 3 seanbright 2 Byron Clark 2 file 2 Karsten Wemheuer 2 wdoekes 1 Antti Yrjola 1 ddkprog 1 elguero 1 John Covert |
5 mjordan 3 flan 3 Jonathan White 3 jrose 2 alecdavis 2 Byron Clark 1 mmichelson 1 rmudgett 1 tbsky 1 Thomas Arimont 1 Vladimir Mikhelson |
5 jbigelow 3 michele cicciotti privatewave 3 wdoekes 2 flan 2 spitts 2 tomaso 1 alecdavis 1 ayrjola 1 ddkprog 1 fhackenberger 1 ishmalik 1 jcovert 1 jhutchins 1 kristoff 1 kwemheuer 1 londonnet 1 mdavenport 1 mjordan 1 mmichelson 1 stefan.at.wpf 1 tbsky 1 teunis90 1 tim_ringenbach 1 ulugutz 1 univ 1 vmikhelson 1 wybecom |
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 |
373101 | rmudgett | Made companding law for SS7 calls only determined by SS7 signaling type. | |
373132 | seanbright | Don't crash when passing a NULL message to __astman_get_header. | |
373466 | rmudgett | Fix potential reentrancy problems in chan_sip. | |
373505 | mjordan | Revert change to res_rtp_asterisk committed in r373236 (1.8) | ASTERISK-20424 |
373633 | rmudgett | Make rebuild GSM, ilbc, or lpc10 codecs if the respective sources change. | |
373910 | file | loader: Ensure dependent modules are properly initialized. | ASTERISK-20439 |
373946 | rmudgett | Fix SendDTMF crash and channel reference leak using channel name parameter. | |
373990 | file | Update documentation to make it explicit that "stream file" will not restart musiconhold. | ASTERISK-17367 |
374132 | seanbright | Use ast_copy_string instead of strncpy to guarantee a NUL terminated string. | |
374135 | seanbright | app_queue: Support persisting and loading of long member lists. | |
374178 | mjordan | Fix a variety of ref counting issues | |
374210 | mjordan | Fix findings from check-in on r374177 | |
374231 | mjordan | Ensure Shutdown AMI event is still fired during Asterisk shutdown | |
374300 | mjordan | Destroy the generic_monitors container after the core_instances in ccss | |
374370 | alecdavis | _dsp_init: bring inline with trunk | |
374476 | alecdavis | dsp.c fix incorrect DTMF Digit_Duration. | ASTERISK-16003 |
374537 | rmudgett | chan_misdn: Remove some deadcode |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 3 apps/app_confbridge.c | 721 +++++++++++++++-------------- apps/app_meetme.c | 356 ++++++++------ apps/app_mixmonitor.c | 6 apps/app_queue.c | 65 +- apps/app_senddtmf.c | 63 +- apps/app_voicemail.c | 5 apps/confbridge/conf_config_parser.c | 3 apps/confbridge/conf_state.c | 70 ++ apps/confbridge/conf_state_empty.c | 86 +++ apps/confbridge/conf_state_inactive.c | 80 +++ apps/confbridge/conf_state_multi.c | 77 +++ apps/confbridge/conf_state_multi_marked.c | 187 +++++++ apps/confbridge/conf_state_single.c | 84 +++ apps/confbridge/conf_state_single_marked.c | 79 +++ apps/confbridge/include/conf_state.h | 95 +++ apps/confbridge/include/confbridge.h | 116 ++++ channels/chan_agent.c | 9 channels/chan_local.c | 19 channels/chan_misdn.c | 32 - channels/chan_sip.c | 278 ++++++----- channels/iax2-provision.c | 6 channels/misdn/isdn_lib.c | 220 +------- channels/misdn/isdn_lib.h | 9 channels/misdn/isdn_msg_parser.c | 12 channels/sig_ss7.c | 8 channels/sip/include/sip.h | 24 codecs/Makefile | 55 +- codecs/ilbc/iLBC_decode.c | 4 codecs/ilbc/iLBC_encode.c | 4 configs/agents.conf.sample | 3 configs/dsp.conf.sample | 36 + configs/res_odbc.conf.sample | 2 configs/sip.conf.sample | 11 funcs/func_audiohookinherit.c | 2 include/asterisk/astdb.h | 11 include/asterisk/astobj2.h | 2 include/asterisk/channel.h | 4 main/asterisk.c | 13 main/astobj2.c | 2 main/ccss.c | 28 + main/cel.c | 4 main/channel.c | 38 + main/data.c | 10 main/db.c | 77 ++- main/dsp.c | 138 ++++- main/features.c | 19 main/format.c | 37 + main/format_pref.c | 1 main/indications.c | 10 main/loader.c | 17 main/manager.c | 99 +++ main/message.c | 30 + main/pbx.c | 36 + main/say.c | 10 main/ssl.c | 2 main/tcptls.c | 13 res/res_agi.c | 22 res/res_jabber.c | 77 --- res/res_rtp_asterisk.c | 59 +- res/res_rtp_multicast.c | 6 tests/test_db.c | 60 ++ 62 files changed, 2553 insertions(+), 1102 deletions(-)