This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version 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.18.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 affected by commits that went into this release.
Coders | Testers | Reporters |
---|---|---|
99 Corey Farrell 39 Richard Mudgett 21 Sean Bright 12 Joshua Colp 12 Alexander Traud 8 George Joseph 5 Kevin Harwell 3 Ben Ford 2 Ivan Poddubny 2 Aaron An 2 Tzafrir Cohen 1 Matt Jordan 1 Torrey Searle 1 Igor Goncharovskiy 1 Guido Falsi 1 Oron Peled 1 Alexander Anikin 1 Pirmin Walthert 1 Niklas Larsson 1 Sungtae Kim | 2 AaronAn | 13 Richard Mudgett 11 Corey Farrell 8 Alexander Traud 7 Tzafrir Cohen 3 George Joseph 2 Rusty Newton 2 Niklas Larsson 2 Aaron An 2 John Bigelow 2 Kevin Harwell 2 Thomas Frederiksen 2 Joshua Colp 2 Richard Kenner 1 Marco Giordani 1 Samuel For 1 Igor Goncharovsky 1 Kim youngsung 1 Zane Conkle 1 Jonathan Cloots 1 Steven T. Wheeler 1 Max Norba 1 Zane Conkle 1 Martin Cisárik 1 seanchann.zhou 1 sungtae kim 1 Dwayne Hubbard 1 Roy 1 Brian J. Murrell 1 Nauman S 1 James Terhune 1 Marcello Ceschia 1 Dwayne Hubbard 1 Guido Falsi 1 Ross Beer 1 Ben Merrills 1 Frank Durden 1 Steven T. Wheeler 1 abelbeck 1 Aaron An 1 Matt Jordan III, Esq. 1 shaurya jain 1 Wim De Vlaminck 1 Vitezslav Novy 1 Tzafrir Cohen 1 Mikhail 1 Marco Giordani 1 Richard Kenner 1 Matt Jordan 1 Tim Ringenbach at Asteria Solutions Group 1 Abhay Gupta 1 Alessandro Pimenta 1 Benjamin Keith Ford 1 Youngsung Kim at LINE Corporation 1 seanchann.zhou 1 Ivan Larionov 1 Joshua Elson 1 Michael Maier 1 Martin Cisárik 1 Ivan Ullmann 1 Anthony Messina 1 Ronald Raikes 1 basildane 1 nappsoft 1 Vasilii Rogin 1 Juan Sacco 1 Thomas Frederiksen 1 Torrey Searle 1 Marcello Ceschia 1 Mr Dini |
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 reference a JIRA issue.
Revision | Author | Summary |
---|---|---|
4f45748f52 | Richard Mudgett | manager.h: Bump AMI version |
9adffca9c7 | Corey Farrell | CLI: Address multiple issues. |
0e5d8ad09b | Corey Farrell | chan_sip: Fix memory leaks. |
d6b2f457d9 | Corey Farrell | Remove constant conditionals (dead-code). |
381ed4f1cc | Corey Farrell | core: Fix multiple trivial issues in the core. |
67b5a4e616 | Corey Farrell | main/app: Fix leaks. |
3782230e00 | Corey Farrell | func_callerid: Initialize app argument structures. |
1d636f4afa | Corey Farrell | app_voicemail: Fix memory management issues. |
5801917a75 | Richard Mudgett | ast_json_pack(): Use safer json ref mechanism. |
46ed7afdd9 | Richard Mudgett | rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage. |
5cdc65cf1e | Corey Farrell | CLI: Fix 'core set debug channel' completion bug. |
a368ad9229 | Richard Mudgett | chan_pjsip.c: Improve ast_request() diagnostic msgs. |
8921b2581d | Corey Farrell | loader: Use vector to build apha sorted module lists. |
d5a7a98528 | Corey Farrell | loader: Replace priority heap with vector. |
5e9d70ae5d | Corey Farrell | loader: Rework of load_dynamic_module. |
4de95d4bf0 | Corey Farrell | loader: Minor fix to module registration. |
501f4dcdd8 | Corey Farrell | aco: Minimize use of regex. |
7413bcbeb5 | Corey Farrell | aco: Create ways to minimize use of regex. |
8165115faa | Corey Farrell | res_smdi: Fix shutdown ref. |
8338f3ec14 | Sean Bright | res_hep: hepv3_is_loaded() should check if we are enabled |
85dec2ae4f | Corey Farrell | res_clialiases: Fix completion pass-through. |
e1a358a6e4 | Sean Bright | chan_sip: Don't send trailing \0 on keep alive packets |
6632f61153 | Corey Farrell | menuselect: Tweak check for recently run configure. |
ca448bf150 | Sean Bright | res_pjsip: Add TLSv1.1 and TLSv1.2 support |
d9b932a455 | Sean Bright | res_pjsip: Assign support levels to a few modules |
4decf4e492 | Corey Farrell | CLI: Fix 'core show sysinfo' function ordering. |
28eddc7ea6 | Richard Mudgett | stasis_channels.c: Don't set channel snapshot caller_dnid twice. |
4838557132 | Sean Bright | pjsip: Improve CLI completion performance |
a4b291029f | Sean Bright | astdb: Improve prefix searches in astdb |
9fc4f10e0e | Corey Farrell | loader: Refactor resource_name_match. |
c3bc44fa1b | Sean Bright | pjsip_configuration: Add correct file header |
f726f11974 | Sean Bright | utils: Add convenience function for setting fd flags |
3d79c34350 | Corey Farrell | res_stasis and res_speech: Fix load order. |
2691ee68ce | Corey Farrell | translate: Skip matrix_rebuild during shutdown. |
db6602f6f7 | Corey Farrell | sounds_index: Avoid repeatedly reindexing. |
289549d659 | Corey Farrell | media_index: Improve startup. |
594faa192d | Richard Mudgett | security-events: Fix SuccessfulAuth using_password declaration. |
f5cfd87c4a | Corey Farrell | autoconf: Remove use of m4_ifblank. |
ef25628b10 | Corey Farrell | README-SERIOUSLY.bestpractices.txt: Convert to markdown |
6635ddc819 | Sean Bright | config: Speed up config template lookup |
077ceacd48 | Sean Bright | config: Speed up ACO & sorcery initialization |
6274e58a25 | Corey Farrell | autoconf: Use m4 conditionals where possible. |
635fe8ec87 | Corey Farrell | autoconf: Fix call to AC_CONFIG_AUX_DIR. |
8dd9a79e6e | Richard Mudgett | features.conf.sample: Clarify ActivatedBy documentation wording. |
a78d747ee8 | Corey Farrell | Add defaultbranch to .gitreview. |
2bff38b8a8 | Corey Farrell | res_parking: Make load_pri explicit. |
c6e1e6e968 | Corey Farrell | README: Convert to README.md. |
e9ba6a6b88 | Corey Farrell | CLI: Finish conversion of completion handling to vectors. |
26a400c67a | Corey Farrell | CLI: Refactor cli_complete. |
e723331f4f | Corey Farrell | CLI: Rewrite ast_el_strtoarr to use vector's internally. |
e07d94111d | Corey Farrell | CLI: Refactor ast_cli_display_match_list. |
8a63f4e709 | Corey Farrell | CLI: Create ast_cli_completion_add function. |
115f53a0fb | Corey Farrell | CLI: Remove calls to ast_cli_generator. |
84fd41729e | Corey Farrell | loader: Fix comments in struct ast_module. |
df6161b70e | Corey Farrell | cli: Remove silly usage of RAII_VAR. |
1e2b38adf5 | Corey Farrell | ccss: Remove silly usage of RAII_VAR. |
ddc86ec664 | Corey Farrell | app: Remove silly usage of RAII_VAR. |
0e90d74604 | Corey Farrell | aoc: Remove silly usage of RAII_VAR. |
746dd80eab | Corey Farrell | abstract_jb: Remove silly usage of RAII_VAR. |
8971a7ff3c | Corey Farrell | Loader: Remove unneeded load_pri declarations. |
9d688cf12c | Corey Farrell | res_mwi_external_ami: Remove incorrect load priority. |
366cc259bc | Corey Farrell | res_pjsip: Fix warning by deferring implicit type cast. |
5fe2e7bfdc | Corey Farrell | tests: Fix warnings found on Mac. |
d68e54b7ab | Corey Farrell | res_snmp: Declare RONLY if net-snmp headers do not. |
0f270cbe9e | Corey Farrell | res_fax: Remove checks for unsigned values being >= 0. |
3dca4c7742 | Corey Farrell | app_minivm: Fix possible uninitialized return value. |
5f0b4a1645 | Corey Farrell | README: Send people to secure websites where available. |
a369bfc4b2 | Corey Farrell | doxygen: Remove obsolete contents. |
3c72064d3f | Sean Bright | res_pjsip: Use reasonable buffer lengths for endpoint identification |
455b1bdeb0 | Corey Farrell | menuselect: Remove ineffective weak attribute detection. |
549542e50e | Corey Farrell | acl: Fix allocation related issues. |
2852dac480 | Corey Farrell | acl: Update logger message to match 15+. |
0b8b153d3c | Corey Farrell | CLI: Create ast_cli_completion_vector. |
69055724ce | Corey Farrell | aoc: Fix memory management issues. |
60cfe00c4e | Sean Bright | res_pjsip_transport_websocket: Give transport a meaningful description |
db2677133c | Sean Bright | res_pjsip: Use sorcery prefix operation for contact lookup |
8a7dd5cc44 | Richard Mudgett | chan_pjsip.c: Improve answer failure log messages. |
062a4390ac | George Joseph | ast_coredumper: Add ability to use directory other than /tmp |
b8209a1273 | Corey Farrell | alertpipe: Correct documented return of ast_alertpipe_write. |
b5f2779a23 | George Joseph | bundled_pjproject: sip_parser: Fix return code in pjsip_find_msg |
e6ada55430 | Ben Ford | bundled_pjproject: Update to 2.7.1 |
cf062303e3 | Sean Bright | sorcery: Add ast_sorcery_retrieve_by_prefix() |
2ad6210dd7 | Corey Farrell | vectors: Add new macro and a string vector definition. |
76e640bd53 | Corey Farrell | Build: Make function constructor/destructor attributes mandatory. |
b03d389bec | Corey Farrell | menuselect: Delete and ignore aclocal.m4. |
bb2173275a | Richard Mudgett | frame.c: Make ast_frame_free()/ast_frfree() NULL tolerant |
211f5d8dd4 | Corey Farrell | core: Remove disabled code. |
d12be40750 | Corey Farrell | Build System: Disable parallel make in the root Makefile. |
32042c6c3c | Richard Mudgett | chan_pjsip.c: Fix uninitialized cause value on failure. |
16df0e9786 | Corey Farrell | res_pjsip_pubsub: Fix multiple leaks on failure to append vectors. |
cf91dde509 | Corey Farrell | res_pjsip_history: Fix multiple leaks on vector append failure. |
c1a608f862 | Corey Farrell | res_stasis: Fix multiple leaks. |
ec58521a48 | Richard Mudgett | res_pjproject.c: Fix ast_strdup() alloc failure. |
69af7eb663 | Corey Farrell | res_pjsip_outbound_registration: Fix leak on vector add failure. |
4f75655cb6 | Corey Farrell | res_pjsip_config_wizard: Fix leaks and add check for malloc failure. |
8cdc0ef385 | Corey Farrell | test_sorcery_memory_cache_thrash: Handle error from vector append. |
e4fba95022 | Corey Farrell | res_pjsip: Fix leak on error in ast_sip_auth_vector_init. |
b96dd55add | Corey Farrell | res_pjproject: Handle error from adding to the buildopts vector. |
3dc600ef84 | Corey Farrell | stasis: Release object if vector append fails. |
fc041554c3 | Corey Farrell | RTP Engine: Deal with errors returned from AST_VECTOR_REPLACE. |
75539dbf2c | Corey Farrell | Messaging: Report error on failure to register tech or handler. |
b4240bea6c | Corey Farrell | format_cap: Fix leak on AST_VECTOR_APPEND error. |
803dc3dee5 | Corey Farrell | stasis: Remove silly use of RAII_VAR in stasis_forward_all. |
0a0e2c4253 | Corey Farrell | CLI: Remove unused internal command. |
593f789563 | Richard Mudgett | stasis_bridges.c: Fix off-nominal json memory leaks. |
6bc8af2433 | Richard Mudgett | stasis_channels.c: Remove a very silly RAII_VAR(). |
33d02f5090 | Richard Mudgett | stasis/app.c: Optimize stasis_app_get_debug_by_name() |
9013415593 | Richard Mudgett | Fix ast_(v)asprintf() malloc failure usage conditions. |
3bce5a9dfa | Richard Mudgett | Stasis/ARI: Fix off-nominal path json memory leaks. |
675e50b903 | Richard Mudgett | AOC: Fix AOC-S json memory leak. |
4ea61eef94 | Richard Mudgett | res_stasis_device_state.c: Optimize stasis_app_device_states_to_json() |
8ec2db7084 | Richard Mudgett | res_stasis_mailbox.c: Fix leak of mailbox container. |
d524ad523d | Sean Bright | pjsip_message_filter: Only do interface lookup for wildcard addresses. |
987b16e8f9 | Corey Farrell | res_pjsip_pubsub: Resolve potential crash in allocate_subscription. |
3f7ad66245 | George Joseph | ast_coredumper: Add gzipping of binaries and display of signal info |
23d05ebc49 | Corey Farrell | hashtab: Use ast_free. |
ec278955a3 | Corey Farrell | main/Makefile: Remove rule for non-existant testexpr2. |
b4cb0050bd | Richard Mudgett | app_agent_pool.c: Fix online documentation typo. |
0a11097a22 | Matt Jordan | res_corosync: Fix linking issue with Corosync 2.x |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
.lastclean | 1 .version | 1 ChangeLog |54121 ---------- README | 296 README-SERIOUSLY.bestpractices.txt | 376 asterisk-13.18.0-summary.html | 510 asterisk-13.18.0-summary.txt | 1295 b/.gitreview | 1 b/CHANGES | 26 b/Makefile | 25 b/README-SERIOUSLY.bestpractices.md | 390 b/README.md | 269 b/UPGRADE-12.txt | 2 b/addons/ooh323c/src/ooCalls.c | 2 b/apps/app_agent_pool.c | 20 b/apps/app_confbridge.c | 17 b/apps/app_ices.c | 4 b/apps/app_meetme.c | 6 b/apps/app_minivm.c | 2 b/apps/app_mixmonitor.c | 3 b/apps/app_queue.c | 20 b/apps/app_record.c | 56 b/apps/app_skel.c | 21 b/apps/app_transfer.c | 2 b/apps/app_voicemail.c | 18 b/apps/confbridge/conf_config_parser.c | 20 b/autoconf/ast_c_compile_check.m4 | 6 b/autoconf/ast_check_pwlib.m4 | 12 b/autoconf/ast_ext_lib.m4 | 27 b/autoconf/ast_ext_tool_check.m4 | 14 b/autoconf/ast_gcc_attribute.m4 | 20 b/bridges/bridge_builtin_features.c | 1 b/build_tools/list_valid_installed_externals | 2 b/build_tools/menuselect-deps.in | 1 b/channels/chan_console.c | 2 b/channels/chan_dahdi.c | 2 b/channels/chan_iax2.c | 2 b/channels/chan_motif.c | 4 b/channels/chan_phone.c | 4 b/channels/chan_pjsip.c | 78 b/channels/chan_rtp.c | 1 b/channels/chan_sip.c | 68 b/channels/chan_skinny.c | 17 b/channels/iax2/parser.c | 4 b/channels/pjsip/dialplan_functions.c | 50 b/channels/sip/include/security_events.h | 2 b/channels/sip/security_events.c | 9 b/channels/vgrabbers.c | 8 b/codecs/codec_dahdi.c | 7 b/codecs/codecs.xml | 1 b/codecs/lpc10/invert.c | 3 b/configs/samples/ast_debug_tools.conf.sample | 6 b/configs/samples/asterisk.conf.sample | 9 b/configs/samples/confbridge.conf.sample | 4 b/configs/samples/features.conf.sample | 4 b/configs/samples/iax.conf.sample | 12 b/configs/samples/pjsip.conf.sample | 8 b/configs/samples/rtp.conf.sample | 18 b/configure | 5420 - b/configure.ac | 32 b/contrib/ast-db-manage/config/versions/20abce6d1e3c_add_pjsip_identify_by_ip.py | 46 b/contrib/scripts/ast_coredumper | 164 b/contrib/scripts/install_prereq | 24 b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py | 44 b/doc/asterisk.8 | 6 b/doc/asterisk.sgml | 6 b/doc/lang/language-criteria.txt | 10 b/funcs/func_aes.c | 2 b/funcs/func_callerid.c | 18 b/funcs/func_cdr.c | 127 b/funcs/func_channel.c | 19 b/funcs/func_periodic_hook.c | 5 b/include/asterisk/alertpipe.h | 3 b/include/asterisk/astdb.h | 10 b/include/asterisk/autoconfig.h.in | 10 b/include/asterisk/cli.h | 47 b/include/asterisk/config_options.h | 14 b/include/asterisk/doxyref.h | 12 b/include/asterisk/http_websocket.h | 9 b/include/asterisk/manager.h | 2 b/include/asterisk/module.h | 23 b/include/asterisk/optional_api.h | 4 b/include/asterisk/options.h | 5 b/include/asterisk/res_pjsip.h | 2 b/include/asterisk/res_pjsip_session.h | 2 b/include/asterisk/rtp_engine.h | 10 b/include/asterisk/security_events_defs.h | 2 b/include/asterisk/sorcery.h | 37 b/include/asterisk/utils.h | 48 b/include/asterisk/vector.h | 23 b/include/asterisk/xml.h | 5 b/main/Makefile | 12 b/main/abstract_jb.c | 4 b/main/acl.c | 61 b/main/alertpipe.c | 13 b/main/aoc.c | 31 b/main/app.c | 45 b/main/asterisk.c | 390 b/main/audiohook.c | 4 b/main/backtrace.c | 1 b/main/bridge.c | 2 b/main/bridge_basic.c | 85 b/main/ccss.c | 47 b/main/cdr.c | 957 b/main/cel.c | 25 b/main/cli.c | 278 b/main/codec.c | 5 b/main/config.c | 16 b/main/config_options.c | 95 b/main/db.c | 129 b/main/features.c | 15 b/main/features_config.c | 22 b/main/format_cap.c | 9 b/main/frame.c | 29 b/main/hashtab.c | 16 b/main/http.c | 4 b/main/json.c | 2 b/main/libasteriskssl.c | 2 b/main/loader.c | 557 b/main/manager.c | 35 b/main/manager_system.c | 9 b/main/media_index.c | 121 b/main/message.c | 14 b/main/named_acl.c | 4 b/main/plc.c | 2 b/main/rtp_engine.c | 102 b/main/sorcery.c | 52 b/main/sounds_index.c | 9 b/main/stasis.c | 27 b/main/stasis_bridges.c | 8 b/main/stasis_channels.c | 12 b/main/stdtime/localtime.c | 46 b/main/tcptls.c | 21 b/main/translate.c | 51 b/main/udptl.c | 8 b/main/utils.c | 44 b/main/xml.c | 3 b/main/xmldoc.c | 6 b/makeopts.in | 6 b/menuselect/.gitignore | 1 b/menuselect/Makefile | 5 b/menuselect/autoconfig.h.in | 9 b/menuselect/configure | 436 b/menuselect/configure.ac | 32 b/menuselect/menuselect.c | 8 b/pbx/pbx_config.c | 14 b/pbx/pbx_dundi.c | 2 b/res/ari/config.c | 8 b/res/ari/resource_asterisk.c | 7 b/res/ari/resource_bridges.c | 14 b/res/ari/resource_events.c | 5 b/res/ari/resource_sounds.c | 1 b/res/res_agi.c | 21 b/res/res_ari.c | 5 b/res/res_clialiases.c | 8 b/res/res_config_ldap.c | 4 b/res/res_fax.c | 15 b/res/res_format_attr_h263.c | 3 b/res/res_format_attr_h264.c | 3 b/res/res_hep.c | 6 b/res/res_hep_pjsip.c | 93 b/res/res_hep_rtcp.c | 3 b/res/res_http_post.c | 2 b/res/res_http_websocket.c | 77 b/res/res_monitor.c | 3 b/res/res_musiconhold.c | 11 b/res/res_mwi_external_ami.c | 2 b/res/res_parking.c | 9 b/res/res_pjproject.c | 7 b/res/res_pjsip.c | 26 b/res/res_pjsip/config_transport.c | 15 b/res/res_pjsip/location.c | 24 b/res/res_pjsip/pjsip_cli.c | 24 b/res/res_pjsip/pjsip_configuration.c | 34 b/res/res_pjsip/pjsip_message_filter.c | 2 b/res/res_pjsip/pjsip_options.c | 53 b/res/res_pjsip/security_events.c | 2 b/res/res_pjsip_config_wizard.c | 16 b/res/res_pjsip_dlg_options.c | 1 b/res/res_pjsip_endpoint_identifier_anonymous.c | 9 b/res/res_pjsip_endpoint_identifier_ip.c | 7 b/res/res_pjsip_endpoint_identifier_user.c | 12 b/res/res_pjsip_history.c | 30 b/res/res_pjsip_notify.c | 8 b/res/res_pjsip_outbound_publish.c | 2 b/res/res_pjsip_outbound_registration.c | 7 b/res/res_pjsip_phoneprov_provider.c | 1 b/res/res_pjsip_publish_asterisk.c | 2 b/res/res_pjsip_pubsub.c | 73 b/res/res_pjsip_refer.c | 2 b/res/res_pjsip_registrar.c | 58 b/res/res_pjsip_sdp_rtp.c | 11 b/res/res_pjsip_session.c | 87 b/res/res_pjsip_transport_websocket.c | 18 b/res/res_pktccops.c | 9 b/res/res_rtp_asterisk.c | 141 b/res/res_smdi.c | 48 b/res/res_sorcery_astdb.c | 38 b/res/res_sorcery_config.c | 31 b/res/res_sorcery_memory.c | 25 b/res/res_sorcery_memory_cache.c | 46 b/res/res_sorcery_realtime.c | 20 b/res/res_speech.c | 2 b/res/res_stasis.c | 4 b/res/res_stasis_device_state.c | 20 b/res/res_stasis_mailbox.c | 1 b/res/res_statsd.c | 7 b/res/res_timing_pthread.c | 4 b/res/res_xmpp.c | 15 b/res/snmp/agent.c | 4 b/res/stasis/app.c | 25 b/res/stasis/messaging.c | 16 b/tests/test_config.c | 19 b/tests/test_logger.c | 4 b/tests/test_pbx.c | 2 b/tests/test_sorcery_memory_cache_thrash.c | 6 b/tests/test_substitution.c | 19 b/tests/test_utils.c | 30 b/third-party/Makefile.rules | 2 b/third-party/pjproject/Makefile | 13 b/third-party/pjproject/Makefile.rules | 11 b/third-party/pjproject/apply_patches | 3 b/third-party/pjproject/configure.m4 | 9 b/third-party/pjproject/patches/0000-remove-third-party.patch | 22 b/third-party/pjproject/patches/0000-set_apps_initial_log_level.patch | 14 b/third-party/pjproject/patches/0021-sip_parser-Fix-return-code-in-pjsip_find_msg-and-add.patch | 41 b/third-party/pjproject/patches/0030-sip_transport-Destroy-transports-not-in-hash.patch | 27 b/third-party/pjproject/patches/0040-183_without_to_tag.patch | 17 b/third-party/pjproject/patches/0050-dont_terminate_session_early.patch | 71 contrib/realtime/mssql/mssql_cdr.sql | 44 contrib/realtime/mssql/mssql_config.sql | 1817 contrib/realtime/mssql/mssql_voicemail.sql | 54 contrib/realtime/mysql/mysql_cdr.sql | 32 contrib/realtime/mysql/mysql_config.sql | 1088 contrib/realtime/mysql/mysql_voicemail.sql | 34 contrib/realtime/oracle/oracle_cdr.sql | 38 contrib/realtime/oracle/oracle_config.sql | 1791 contrib/realtime/oracle/oracle_voicemail.sql | 48 contrib/realtime/postgresql/postgresql_cdr.sql | 36 contrib/realtime/postgresql/postgresql_config.sql | 1172 contrib/realtime/postgresql/postgresql_voicemail.sql | 38 include/asterisk/doxygen/asterisk-git-howto.h | 235 include/asterisk/doxygen/commits.h | 114 include/asterisk/doxygen/releases.h | 294 include/asterisk/doxygen/reviewboard.h | 125 menuselect/aclocal.m4 | 296 third-party/pjproject/patches/0010-evsub-Add-pjsip_evsub_set_uas_timeout.patch | 84 third-party/pjproject/patches/0011-r5554-svn-backport-Increase-SENDER_WIDTH-column-size.patch | 77 third-party/pjproject/patches/0013-r5559-svn-backport-Fix-to-resolve-DNS-SRV-crashes.patch | 112 third-party/pjproject/patches/0014-Add-pjsip-transport-register-type-ipv6.patch | 62 third-party/pjproject/patches/0025-fix-print-xml-crash.patch | 24 third-party/pjproject/patches/0035-r5572-svn-backport-dialog-transaction-deadlock.patch | 32 third-party/pjproject/patches/0036-r5573-svn-backport-ua-pjsua-transaction-deadlock.patch | 119 third-party/pjproject/patches/0037-r5576-svn-backport-session-timer-crash.patch | 72 third-party/pjproject/patches/0048-r5576-svn-backport-tls-crash.patch | 32 third-party/pjproject/patches/0058-Parse-zero-length-multipart-body-parts-correctly.patch | 41 third-party/pjproject/patches/0059-Ensure-2543-transaction-key-buffer-is-large-enough.patch | 29 third-party/pjproject/patches/0070-Set-PJSIP_INV_SUPPORT_UPDATE-correctly-in-pjsip_inv_.patch | 29 third-party/pjproject/patches/0075-Fixed-2030-Improve-error-handling-in-OpenSSL-socket.patch | 247 third-party/pjproject/patches/0080-STUN-Fingerprint-with-ICE.patch | 20 260 files changed, 7032 insertions(+), 70845 deletions(-)