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.1.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 |
6 rmudgett 5 jrose 2 alecdavis 2 kpfleming 2 russell 2 twilson 1 kmoore 1 mjordan 1 mmichelson 1 seanbright |
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 |
352956 | rmudgett | Audit of ao2_iterator_init() usage for v1.8. | |
352965 | jrose | Make failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session. | ASTERISK-19249 |
352992 | rmudgett | Audit of ao2_iterator_init() usage for v10. | |
353039 | rmudgett | Audit of ao2_iterator_init() usage for v10. Missed one. | |
353078 | russell | Update ast_set_default_eid() to find more network interfaces. | |
353127 | kpfleming | Add 'L16-256' MIME subtype alias for slin16. | |
353176 | russell | Find even more network interfaces. | |
353261 | kpfleming | Clarify log WARNING message when port-zero SDP 'm' lines received. | |
353321 | alecdavis | RFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer | |
353369 | alecdavis | prevent debug messsges displaying -ve Cseq numbers. Missed in R353320 | |
353397 | twilson | Re-link peers by IP when dnsmgr changes the IP | ASTERISK-19106 |
353463 | rmudgett | Fix memory leak in error paths for action_originate(). | |
353503 | twilson | Allow res_calendar to be unloaded | ASTERISK-16744 |
353551 | mjordan | Added clarification for the VERBOSITY setting to etc_default_asterisk | ASTERISK-17030 |
353599 | seanbright | Resolve an overlap in the ast_audiohook_flags values. | ASTERISK-19246 |
353721 | jrose | Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip | ASTERISK-16930 |
353771 | jrose | Fix sip show peers port output, align columns, and fix ami port output. | ASTERISK-16930, ASTERISK-19281 |
353820 | mmichelson | Fix TLS port binding behavior as well as reload behavior: | ASTERISK-16959, ASTERISK-19201, ASTERISK-19204 |
353868 | rmudgett | Restore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888) | ASTERISK-19176 |
353916 | kmoore | Ensure entering T.38 passthrough does not cause an infinite loop | ASTERISK-18951 |
353962 | jrose | Fixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes | ASTERISK-19184 |
354000 | jrose | Fixes deadlocks occuring in chan_agent due to r335976 | ASTERISK-19285 |
354119 | rmudgett | Add missing headers to AMI UnParkedCall event to uniquely identify the call. | ASTERISK-19240 |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
apps/app_chanspy.c | 13 - apps/app_queue.c | 34 +- channels/chan_agent.c | 171 +++++++++++--- channels/chan_dahdi.c | 57 ++++ channels/chan_iax2.c | 16 - channels/chan_sip.c | 412 +++++++++++++++++++++++------------- channels/sig_pri.c | 98 +++++++- channels/sig_pri.h | 6 channels/sip/include/dialog.h | 4 channels/sip/include/sip.h | 16 - configs/http.conf.sample | 3 configs/manager.conf.sample | 3 contrib/init.d/etc_default_asterisk | 3 include/asterisk/audiohook.h | 11 include/asterisk/channel.h | 16 - include/asterisk/dnsmgr.h | 27 ++ include/asterisk/indications.h | 3 include/asterisk/manager.h | 1 main/dnsmgr.c | 31 ++ main/features.c | 9 main/http.c | 11 main/indications.c | 2 main/manager.c | 85 ++++--- main/netsock.c | 32 ++ main/pbx.c | 1 main/rtp_engine.c | 1 main/taskprocessor.c | 2 res/res_calendar.c | 42 ++- res/res_fax.c | 1 res/res_monitor.c | 35 +-- res/res_odbc.c | 5 res/res_srtp.c | 46 ++-- res/snmp/agent.c | 9 tests/test_format_api.c | 1 34 files changed, 869 insertions(+), 338 deletions(-)