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-13.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 |
25 rmudgett 17 mjordan 16 jcolp 9 kharwell 7 coreyfarrell 4 file 4 Graham Barnett 4 sgriepentrog 3 gtjoseph 2 oej 2 snuffy 1 Alexander Traud 1 Ben Merrills 1 Diederik de Groot 1 dlee 1 Ed Hynan 1 ibercom 1 Javier Acosta 1 jrose 1 Makoto Dei 1 newtonr 1 Richard Miller |
2 Graham Barnett 2 snuffy 1 JoshE 1 mjordan |
7 coreyfarrell 5 mjordan 5 rnewton 4 jcolp 3 GrahamJB 3 kharwell 3 rmudgett 2 n8ideas 2 snuffy 2 zconkle 1 anatoli 1 asanders 1 atis 1 bford 1 cbbs70a 1 DarkS 1 dcabot 1 Demon 1 dhubbard 1 dkdegroot 1 Ed 1 falves11 1 feyfre 1 ibercom 1 jbigelow 1 jputnam 1 kenner 1 klaus3000 1 makoto 1 mhoskins 1 mmichelson 1 pnlarsson 1 roeften 1 rossbeer 1 simmcomm 1 skrusty 1 smurfix 1 StefanEng86 1 traud 1 twilson 1 ulogic 1 yurakocyuba |
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 |
431555 | file | res_pjsip_keepalive: Don't crash if PJSIP module is not loaded. | |
431583 | sgriepentrog | various: cleanup issues found during leak hunt | |
431643 | gtjoseph | res_pjsip_config_wizard: Add ability to auto-create hints. | |
431752 | file | 'information' ends with an 'n'. | |
431789 | mjordan | apps/app_mixmonitor: Move Test Event for MIXMONITOR_END to after it finishes | |
431841 | file | res_sorcery_config: Improve object lookup times. | |
431956 | rmudgett | res_pjsip_refer: Handle INVITE with Replaces failure after answer. | |
431993 | rmudgett | chan_dahdi: Remove some dead code. | |
432034 | rmudgett | chan_dahdi/sig_analog: Put log message strings on one line. | |
432237 | dlee | Increase WebSocket frame size and improve large read handling | |
432281 | mjordan | configure: Promote SQLite3 "not installed" warning to error | |
432301 | newtonr | configs/basic-pbx - Super Awesome Company example configs Phase 1, Patch 1 | |
432385 | sgriepentrog | Dial API: add self destruct option when complete | |
432423 | mjordan | res/res_pjsip_sdp_rtp: Revert portion of r432195 | |
432453 | mjordan | translate: Prevent invalid memory accesses on fast shutdown | |
432485 | gtjoseph | app_voicemail: Fix compile breaking in app_voicemail with IMAP_STORAGE. | |
432556 | jrose | app: Add functions to swap voicemail function table for testing purposes | |
432574 | rmudgett | res_pjsip_refer: Made refer_attended_alloc() not create the ao2 object with a lock. | |
432594 | rmudgett | res_pjsip_refer: Make safely get the context for a blind transfer. | |
432742 | file | core: Don't create snapshots with locks. | |
432764 | rmudgett | res_pjsip: Fixed invalid empty Server and User-Agent SIP headers. | |
432787 | rmudgett | res_pjsip: Move internal init/destroy prototypes to private header file. | |
432811 | mjordan | main/audiohook: Update internal sample rate on reads | |
432868 | kharwell | Revert - res_pjsip: Allow configuration of endpoint identifier query order | |
432892 | rmudgett | chan_pjsip/res_pjsip_callerid: Make Party ID handling simpler and consistent. | |
432938 | mjordan | FILE: fix retrieval of file contents when offset is specified | |
433005 | rmudgett | res_pjsip: Add reason comment. | |
433028 | kharwell | res_pjsip: Allow configuration of endpoint identifier query order | |
433031 | kharwell | res_pjsip: Allow configuration of endpoint identifier query order | |
433057 | rmudgett | Audit ast_sockaddr_resolve() usage for memory leaks. | |
433060 | sgriepentrog | core: Introduce chaos into memory allocations | |
433064 | sgriepentrog | Various: bugfixes found via chaos | |
433088 | rmudgett | res_pjsip_session: Fix off-nominal extra unref of session. | |
433174 | mjordan | funcs/func_env: Fix regression caused in FILE read operation | |
433199 | rmudgett | res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively. | |
433222 | rmudgett | Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 25 Makefile | 4 UPGRADE.txt | 9 apps/Makefile | 2 apps/app_amd.c | 3 apps/app_chanspy.c | 3 apps/app_confbridge.c | 6 apps/app_externalivr.c | 2 apps/app_mixmonitor.c | 7 apps/app_queue.c | 26 apps/app_voicemail.c | 46 bridges/bridge_builtin_features.c | 8 bridges/bridge_softmix.c | 37 build_tools/cflags.xml | 4 channels/Makefile | 2 channels/chan_dahdi.c | 124 +- channels/chan_dahdi.h | 2 channels/chan_iax2.c | 4 channels/chan_pjsip.c | 128 +- channels/chan_sip.c | 179 +-- channels/pjsip/dialplan_functions.c | 5 channels/sig_analog.c | 192 +-- channels/sig_analog.h | 1 channels/sip/include/dialog.h | 15 channels/sip/include/sip.h | 11 configs/basic-pbx/README | 15 configs/basic-pbx/asterisk.conf | 26 configs/basic-pbx/extensions.conf | 58 + configs/basic-pbx/indications.conf | 19 configs/basic-pbx/logger.conf | 9 configs/basic-pbx/modules.conf | 102 ++ configs/basic-pbx/musiconhold.conf | 5 configs/basic-pbx/pjsip.conf | 287 +++++ configs/basic-pbx/voicemail.conf | 23 configs/samples/amd.conf.sample | 1 configs/samples/pjsip.conf.sample | 15 configs/samples/pjsip_wizard.conf.sample | 22 configure.ac | 49 - contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py | 21 contrib/scripts/install_prereq | 2 funcs/func_cdr.c | 6 funcs/func_curl.c | 2 funcs/func_env.c | 2 include/asterisk.h | 36 include/asterisk/app.h | 16 include/asterisk/channel.h | 19 include/asterisk/config.h | 5 include/asterisk/dial.h | 1 include/asterisk/inline_api.h | 12 include/asterisk/json.h | 18 include/asterisk/lock.h | 2 include/asterisk/module.h | 27 include/asterisk/res_pjsip.h | 119 -- include/asterisk/res_pjsip_session.h | 14 include/asterisk/sched.h | 11 include/asterisk/stasis_app.h | 11 include/asterisk/utils.h | 67 + main/Makefile | 1 main/aoc.c | 88 + main/app.c | 51 + main/asterisk.c | 255 +++-- main/audiohook.c | 15 main/bridge.c | 14 main/bucket.c | 2 main/cdr.c | 8 main/channel.c | 40 main/cli.c | 4 main/codec.c | 4 main/codec_builtin.c | 2 main/config.c | 17 main/dial.c | 8 main/endpoints.c | 8 main/format_cap.c | 4 main/http.c | 9 main/json.c | 29 main/loader.c | 79 + main/logger.c | 31 main/manager.c | 7 main/netsock2.c | 4 main/rtp_engine.c | 2 main/sched.c | 20 main/sdp_srtp.c | 109 +- main/sorcery.c | 11 main/stasis_bridges.c | 3 main/stasis_channels.c | 6 main/stdtime/localtime.c | 279 ++++- main/tcptls.c | 5 main/translate.c | 4 main/utils.c | 4 main/xmldoc.c | 9 makeopts.in | 2 res/ari/ari_websockets.c | 14 res/ari/resource_channels.c | 136 ++ res/ari/resource_channels.h | 26 res/ari/resource_endpoints.c | 61 - res/res_ari_channels.c | 115 ++ res/res_ari_endpoints.c | 1 res/res_config_odbc.c | 8 res/res_format_attr_h264.c | 4 res/res_http_websocket.c | 43 res/res_odbc.c | 11 res/res_pjsip.c | 150 ++- res/res_pjsip/config_domain_aliases.c | 1 res/res_pjsip/config_global.c | 152 ++- res/res_pjsip/include/res_pjsip_private.h | 164 +++ res/res_pjsip/pjsip_cli.c | 25 res/res_pjsip/pjsip_configuration.c | 14 res/res_pjsip/pjsip_global_headers.c | 14 res/res_pjsip/pjsip_options.c | 23 res/res_pjsip_acl.c | 3 res/res_pjsip_caller_id.c | 53 - res/res_pjsip_config_wizard.c | 224 ++++ res/res_pjsip_endpoint_identifier_anonymous.c | 2 res/res_pjsip_endpoint_identifier_ip.c | 2 res/res_pjsip_endpoint_identifier_user.c | 2 res/res_pjsip_exten_state.c | 3 res/res_pjsip_keepalive.c | 2 res/res_pjsip_messaging.c | 24 res/res_pjsip_multihomed.c | 5 res/res_pjsip_nat.c | 12 res/res_pjsip_publish_asterisk.c | 1 res/res_pjsip_pubsub.c | 2 res/res_pjsip_refer.c | 263 +++-- res/res_pjsip_registrar.c | 8 res/res_pjsip_sdp_rtp.c | 22 res/res_pjsip_send_to_voicemail.c | 10 res/res_pjsip_session.c | 488 +++++++--- res/res_pjsip_session.exports.in | 1 res/res_pjsip_t38.c | 4 res/res_pjsip_transport_websocket.c | 2 res/res_rtp_asterisk.c | 20 res/res_sorcery_config.c | 46 res/res_timing_pthread.c | 3 res/stasis/control.c | 32 rest-api/api-docs/channels.json | 53 + rest-api/api-docs/endpoints.json | 4 tests/test_func_file.c | 6 137 files changed, 4102 insertions(+), 1158 deletions(-)