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-16.0.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 |
---|---|---|
59 Corey Farrell 38 George Joseph 38 Richard Mudgett 19 Joshua Colp 17 Sean Bright 9 Alexei Gradinari 5 Kevin Harwell 5 Alexander Traud 4 Torrey Searle 4 Emmanuel BUU 3 Chris-Savinovich 3 Florian Floimair 3 lvl 2 Rodrigo Ramírez Norambuena 2 Pascal Cadotte Michaud 2 Jaco Kroon 2 Ben Ford 1 Michael Walton (license 6502) 1 Jan Hoffmann 1 Matthew Fredrickson 1 David Hajek 1 Frederic LE FOLL 1 Joshua C. Colp 1 Walter Doekes 1 Salah Ahmed 1 Ivan Poddubny 1 Sungtae Kim 1 Robert Cripps 1 Moritz Fain 1 Cao Minh Hiep 1 Kirsty Tyerman 1 Jasper Hafkenscheid 1 Peter Katzmann | 3 Emmanuel BUU 1 Cao Minh Hiep | 7 Joshua C. Colp 6 Alexei Gradinari 6 Torrey Searle 4 Emmanuel BUU 4 Alexander Traud 3 Sergej Kasumovic 3 Emmanuel BUU 3 Corey Farrell 3 lvl 2 Sean Bright 2 George Joseph 1 Jan Hoffmann 1 Jan Hoffmann 1 Cameron 1 Walter Doekes 1 David Hajek 1 Samuel Owens 1 Scott Griepentrog 1 seanchann.zhou 1 Will 1 sungtae kim 1 pasandev 1 Benjamin Keith Ford 1 Siruja Maharjan 1 Eric Dantie 1 Samuel Galarneau 1 Eyal Hasson 1 rleasure 1 Cao Minh Hiep 1 Pascal Cadotte Michaud 1 David Hajek 1 Ronald Raikes 1 Valentin Safonov 1 Samuel Galarneau 1 Adam Secombe 1 Robert Cripps 1 Luit van Drongelen 1 Jaco Kroon 1 Michael Walton 1 Adam Secombe 1 Florian Floimair 1 Joshua Elson 1 Luit van Drongelen 1 Salah Ahmed 1 Jonathan Harris 1 Valentin Safonov 1 Ronald Raikes 1 Majdi Bsoul 1 Frederic LE FOLL 1 Ian Gilmour 1 Cao Minh Hiep 1 Andrej 1 Bob Atkins 1 Lei Fu 1 Hajek Michal 1 Peter Katzmann |
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 open issues from the issue tracker that were referenced 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 |
---|---|---|
0430ddae26 | George Joseph | Revert "RTP: reset DTMF last seqno/timestamp on voice packet with marker bit" |
56812764bf | Kevin Harwell | Update for 16.1.0-rc1 |
12a30c71d8 | Kevin Harwell | pjsip_add_use_callerid_contact: fixed alembic script |
27806fd04d | Sean Bright | core: Add some documentation to the malloc_trim code |
1f09c61804 | Chris-Savinovich | core: Merge malloc_trim patch |
a5e77e9c37 | George Joseph | test_cel: Plug a few ref leaks |
606304eb54 | Corey Farrell | jansson: Upgrade to 2.12. |
ed7a5664b6 | Corey Farrell | astobj2: Eliminate usage of legacy ao2_container_alloc routine. |
0d2b39065f | Corey Farrell | astobj2: Create function to copy weak proxied objects from container. |
729967e99c | George Joseph | CI: Get job timeouts from environment |
d05c219aad | Joshua C. Colp | stasis: Remove stringfields and lock from change message. |
f9b9bdd0b0 | Corey Farrell | app_queue: Cleanup queue_ref / queue_unref routines. |
dd0a3c0bba | George Joseph | CI: Add tmpfs to all jenkinsfiles |
77e9c877b5 | George Joseph | CI: Mount a tmpfs on /tmp for testsuite docker containers |
0552bc2a94 | George Joseph | CI: Pass work directory to runTestsuite |
7ba8f32632 | George Joseph | CI: Allow runUnittests to use 'expect' to run the tests |
699dfa9401 | Corey Farrell | taskprocessor: Prevent race creating new taskprocessor. |
3bdf6ac918 | Corey Farrell | pjproject-bundled: Use AST_DEVMODE for conditional compilation. |
2a76489eba | Corey Farrell | res_pjsip_caller_id: Use static pj_str_t for fromto header names. |
89d97da8a4 | Corey Farrell | test_res_pjsip_scheduler: Fix possible write after free in scheduler_policy. |
05c79fdf06 | Corey Farrell | taskprocessor: Do not use separate allocation for stats or name. |
1c008c6de5 | Corey Farrell | jansson-bundled: Patch for off-nominal crash. |
9c9bc5acca | Chris-Savinovich | res_pjsip: Send a 503 response when overload state if reliable transport. |
3e3f3bfb07 | Alexei Gradinari | res_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue |
27897a850d | Joshua Colp | stasis: Clarify lifetime of topics. |
5cbe77cc46 | Alexei Gradinari | pjsip: new endpoint's options to control Connected Line updates |
6c2f9b730e | Pascal Cadotte Michaud | contrib/sip_to_pjsip: handle setvar in conversion |
fbb577577c | Richard Mudgett | logger.c: Fix default console logging when no logger.conf available. |
11427a9665 | Richard Mudgett | modules.conf.sample: Update preload usage documentation. |
dee1165d31 | Corey Farrell | astobj2: Eliminate usage of legacy container allocation macros. |
90887af808 | Corey Farrell | lock: Replace __ast_mutex_logger with private log_mutex_error. |
00284352b3 | Richard Mudgett | app_dial/app_queue: Update application option documentation |
495a1e7e5c | Sean Bright | samples: PARKINGSLOT -> PARKING_SPACE in parking sample config |
2384d6eb87 | Richard Mudgett | Fix 'statement' typo throughout code. |
718ccd51a3 | Richard Mudgett | res_rtp_asterisk.c: Add conditional module dependency to res_pjproject |
7687630074 | Richard Mudgett | modules: Add missing run time module support levels. |
abee4fd072 | Corey Farrell | taskprocessor: Warn on unused result from pushing task. |
3fe9c41342 | Richard Mudgett | bundled pjproject: Remove timer cleanup usage patch. |
35f44be460 | Corey Farrell | refdebug: Create refstats.py script. |
0f53930c05 | Alexei Gradinari | res_pjsip: set callerid_tag to empty string |
08e5bbfec0 | Corey Farrell | threadpool: Eliminate pointless AO2 usage. |
a5023d4f75 | Corey Farrell | main/astfd: Fix GCC8 format-truncation warning. |
5ea517f80e | Corey Farrell | chan_sip: Tell module loader that chan_sip is extended support. |
c001974f4f | Richard Mudgett | res_statsd.c: Fix returned reload status. |
c6ee3cf639 | Corey Farrell | loader: Flag module as declined in all cases where it fails to load. |
77f151d927 | Richard Mudgett | func_periodic_hook.c: Cleanup module resources on failure. |
bc335ceda8 | Richard Mudgett | codec_speex.c: Cleanup module loading to DECLINE and not FAILURE. |
6fd21a6af6 | George Joseph | CI: Fix missing () in gates.jenkinsfile |
1598c7a306 | George Joseph | CI: Add timestamps and timeouts to jenkinsfiles |
b2f96fdcfe | Sean Bright | ast_coredumper: Remove .gdbinit file on exit |
d0a1237c19 | Sean Bright | CI: Look up configured kernel.core_pattern sysctl |
48bb4543d9 | Corey Farrell | jenkins: Fix cleanup command redirection. |
d027d193b8 | George Joseph | ast_coredumper: Don't use "declare -n" |
7eda6263c2 | Richard Mudgett | res_smdi.c: Fix module ref counting and inverted test. |
5b72bb0278 | Richard Mudgett | res_smdi.c: Made use defaults if the smdi.conf file does not exist. |
fa9cd68589 | Corey Farrell | astobj2: Comment on OBJ_NOLOCK in ao2_container_clone. |
8b3b504b79 | Sean Bright | CI: Use brace expansion instead of calling out to seq |
5f7350d68b | Sean Bright | CI: Use bindport instead of port in test http.conf |
2b4752911f | Sean Bright | http.c: Reload TLS even if http.conf hasn't changed |
3b2310332d | Corey Farrell | core: Disable astobj2 locking for some common objects. |
c2e6efa63d | Richard Mudgett | res_statsd.c: Made use defaults if the statsd.conf file does not exist. |
326574d4fc | Corey Farrell | Resolve warning about duplicate 'dialplan' CLI. |
65f06a4505 | Corey Farrell | loader: Fix result of module reload error. |
f066dbc353 | Corey Farrell | loader: Improve error handling. |
693e00eee6 | Corey Farrell | astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled. |
5a9230eacb | Corey Farrell | app_page: Add dependency against app_confbridge. |
266ed3d68b | Corey Farrell | Append CHANGES/UPGRADE.txt for module loader changes. |
3337fe85c5 | Corey Farrell | jansson-bundled: Add patches to improve json_pack error reporting. |
b3b95c8d36 | Corey Farrell | lock: Improve performance of DEBUG_THREADS. |
b4ab26e72f | George Joseph | app_confbridge: Use bridge join hook to send join and leave events |
33455f8d6f | Corey Farrell | astobj2: Reduce memory overhead. |
d1698b4e0b | Sean Bright | config.c: Cleanup AST_INCLUDE_GLOB |
0fe08c5e79 | Corey Farrell | astobj2: Fix shutdown order. |
67e1e49e08 | Ben Ford | res_rtp_asterisk.c: Add "seqno" strictrtp option |
227d9719da | George Joseph | CI: Add --test-timeout option to runTestsuite.sh |
ede59966d9 | Corey Farrell | jansson: Backport fixes to bundled, use json_vsprintf if available. |
7b0dbda936 | Corey Farrell | json: Take advantage of new API's. |
755febe497 | Kevin Harwell | rtp_engine: rtcp_report_to_json can overflow the ssrc integer value |
ba91c73f8e | George Joseph | app_voicemail: Fix stack overrun in append_mailbox |
0a1a96d331 | George Joseph | channel.c: Address stack overflow in does_id_conflict() |
880905e7eb | Sean Bright | res_rtp_asterisk: Reset all settings on module reload |
fa1b836374 | George Joseph | app_voicemail: Cleanup mailbox topic and cache |
1a9c69d729 | George Joseph | stasis: Add function to delete topic from pool |
2f38bcdfc0 | Joshua Colp | res_remb_modifier: Add module for controlling REMB from CLI. |
f6695249a5 | Richard Mudgett | stasis: No need to keep a stasis type ref in a stasis msg or cache object. |
192f71b7de | Richard Mudgett | stasis_message.c: Don't create immutable stasis objects with locks. |
3e48c34f14 | Florian Floimair | alembic: fix suppress_q850_reason_headers column name |
b0a0b975c5 | Sean Bright | autoconf: Check for srtp_get_version_string() before using it |
4a309839eb | George Joseph | CI: Fix typo in testsuite git checkout |
55ca51af21 | Sean Bright | res_srtp.c: Show linked version of libsrtp on module init |
887a315e17 | Sean Bright | res_pjsip: Log IPv6 addresses correctly |
3f9544c1f5 | George Joseph | CI: Use proper credentials for Security testsuite checkout |
5842741689 | Corey Farrell | CI: Use .gitreview to default BRANCH_NAME. |
ecb3b23b07 | Corey Farrell | Build System: Resolve conflict between DESTDIR and bundled jansson. |
3134fd95a9 | Sean Bright | res_pjproject: Add utility functions to convert between socket structures |
8879a62c1c | Rodrigo Ramírez Norambuena | app_dial: set the comment for OPT_ARG_ANNOUNCE to really what is done |
cfb854e241 | Chris-Savinovich | pbx_config.c: Fix reloading module if initially declined to load |
4fcdcfaa37 | Richard Mudgett | http.c: Give HTTP error response when received lines are too long. |
f6a165208b | Richard Mudgett | iostream.c: Fix ast_iostream_gets() needlessly returning failure. |
1edd9eb309 | Rodrigo Ramírez Norambuena | make config: os-release output error. |
1b1f47bef6 | Corey Farrell | Create --disable-binary-modules option. |
d84de695ed | Jaco Kroon | AMI: be less verbose when adding HTTP headers to AMI/HTTP messages. |
4188e7d6dd | Matthew Fredrickson | sample_configs: noload res_hep.so by default |
4b88cb383d | Sean Bright | app_queue: Silence GCC 8 compiler warning |
fb2f242c49 | Richard Mudgett | AMI: Remove docs for nonexistent AMI ContactStatus event headers |
b9cd4c6d92 | Joshua Colp | res_pjsip: Reduce processing when a Contact is updated. |
19298141cf | Richard Mudgett | res_sorcery_realtime.c: Fix unqualified fetch warning. |
4e43823d19 | Richard Mudgett | pbx_dundi.c: Misc memory management fixes when destroying peers |
857926d197 | Richard Mudgett | pbx_dundi.c: Handle thread shutdown better. |
111e73678e | Richard Mudgett | pbx_dundi: Fix debug frame decode string. |
a7ace944ae | Richard Mudgett | pbx_dundi: Update sample config documentation. |
0874d5b316 | Richard Mudgett | res_rtp_asterisk.c: Fix unused variable warnings |
df78227e4a | George Joseph | CI: Fixup for non-13 branches |
4ca959c72c | George Joseph | CI: Final version of setting correct gerrit creds |
33a5b8ccaf | George Joseph | CI: Add https credentials to gerrit checkouts |
167efe3a47 | Corey Farrell | res_resolver_unbound: Fix leak of config nameserver strings. |
72dbc9fb70 | Corey Farrell | res_pjsip: Resolve transport management leak at shutdown. |
6e0f4a2127 | Corey Farrell | res_pjsip: Fix leak in pjsip_options. |
b370482786 | Corey Farrell | res_odbc: Allow unload at shutdown. |
d61a8791b5 | Corey Farrell | Build System: Improve ccache matching for different menuselect options. |
0e4f5f5189 | Richard Mudgett | contrib/scripts: Make astgenkey executable |
3bf968470b | Corey Farrell | CI: Add support for coverage processing. |
661273a078 | Corey Farrell | Sample configs: Fix pjsip.conf syntax error. |
eb87a98a1a | Richard Mudgett | res_pjsip.h: Fix doxygen comments. |
5030756bfa | Joshua Colp | stasis: Reduce calculation of stasis message type hash. |
99a0586ec1 | Richard Mudgett | res_pjsip: Make pjlib.h consistently included. |
914b9e1934 | George Joseph | CI: Add optional uninstall step before installing asterisk |
ee9794d741 | Joshua Colp | res_pjsip_pubsub: Use ast_true for "prune_on_boot". |
59f53514ce | Joshua Colp | res_pjsip_pubsub: Treat "prune_on_boot" as a yes / no. |
e097dca4d7 | George Joseph | CI: Fix placement of job summary statments |
e5de8a70f8 | Corey Farrell | loader: Process dependencies for built-in modules. |
798f049e82 | George Joseph | CI: Add docker info to job summary |
7578881b3d | Corey Farrell | Build System: Create 'make install-configs' target. |
8ea13d62cd | Kevin Harwell | json.c: improve ast_json_to_ast_variables performance |
93997f9698 | George Joseph | CI: Explicitly pass BRANCH_NAME to buildAsterisk and installAsterisk |
0baf660bde | George Joseph | CI: Add options to initialize and cleanup database to runTestsuite.sh |
74cbeabb97 | Corey Farrell | CI: Do not `mkdir 2`. |
adf3c569a2 | Corey Farrell | Build System: Silence build of bundled jansson. |
e4b0f09bcc | George Joseph | CI: RefDebug: Fix reference to testsuite URL |
5537048d60 | Corey Farrell | Build System: Fix bundled jansson install. |
9f3620a578 | Corey Farrell | CI: Use bundled jansson if needed. |
1f46e2e91c | Florian Floimair | res_pjsip: Change log message from error to warning for valid use cases |
8550fad21a | George Joseph | CI: Add --privileged flag to docker options |
f2580d037f | George Joseph | CI: Set correct user:group when publishing docs |
35d06e46ae | Richard Mudgett | core: AST_DEVMODE no longer affects ABI. |
09b258fd69 | Corey Farrell | CI: Split --test-command argument. |
460ef41f7a | George Joseph | xmldoc.c: Fix dump of xml document |
fd1f74af40 | Corey Farrell | CI: Fix mkdir CACHE_DIR. |
9b3267641f | Corey Farrell | build_tools/make_version: Get MAINLINE_BRANCH from .gitreview. |
0f999a834f | Joshua Colp | sched: Make ABI compatible between dev mode and non-dev mode. |
aea0a0294d | Richard Mudgett | asterisk.c: Update displayed copyright year for v16 release. |
d2dace81d4 | Corey Farrell | Enable bundling of jansson, require 2.11. |
c8bd8f6ce9 | Corey Farrell | CI: Fix logger.conf for unit tests. |
0f82db82cb | George Joseph | CI: Add wiki doc publish to periodics |
dbffcdc561 | Richard Mudgett | res_pjsip: Update endpoint transport option documentation. |
709b795cb0 | Richard Mudgett | pjsip_resolver.c: Use replacement function |
0b3bc4852f | Joshua Colp | Update mainline version for the 16 branch. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-16.0.0-summary.html | 2882 ---- asterisk-16.0.0-summary.txt | 6042 ---------- b/.version | 2 b/CHANGES | 43 b/ChangeLog | 3154 +++++ b/Makefile | 19 b/Makefile.rules | 3 b/UPGRADE.txt | 6 b/addons/ooh323c/src/ooasn1.h | 6 b/apps/app_confbridge.c | 84 b/apps/app_dial.c | 97 b/apps/app_followme.c | 10 b/apps/app_meetme.c | 30 b/apps/app_page.c | 7 b/apps/app_queue.c | 122 b/apps/app_skel.c | 8 b/apps/app_voicemail.c | 8 b/apps/confbridge/conf_config_parser.c | 12 b/apps/confbridge/confbridge_manager.c | 61 b/apps/confbridge/include/confbridge.h | 12 b/asterisk-16.1.0-rc1-summary.html | 625 + b/asterisk-16.1.0-rc1-summary.txt | 1443 ++ b/autoconf/ast_ext_lib.m4 | 102 b/bridges/bridge_native_rtp.c | 12 b/bridges/bridge_softmix.c | 35 b/build_tools/make_buildopts_h | 17 b/build_tools/make_version | 2 b/build_tools/menuselect-deps.in | 1 b/channels/Makefile | 1 b/channels/chan_console.c | 4 b/channels/chan_dahdi.c | 2 b/channels/chan_iax2.c | 55 b/channels/chan_mgcp.c | 2 b/channels/chan_motif.c | 8 b/channels/chan_pjsip.c | 15 b/channels/chan_sip.c | 122 b/channels/chan_skinny.c | 2 b/channels/chan_unistim.c | 4 b/channels/pjsip/dialplan_functions.c | 183 b/channels/pjsip/include/dialplan_functions.h | 13 b/channels/sig_pri.c | 7 b/codecs/codec_speex.c | 26 b/codecs/codecs.xml | 5 b/configs/basic-pbx/modules.conf | 6 b/configs/samples/dundi.conf.sample | 61 b/configs/samples/modules.conf.sample | 28 b/configs/samples/pjsip.conf.sample | 15 b/configs/samples/pjsip_wizard.conf.sample | 8 b/configs/samples/res_parking.conf.sample | 2 b/configs/samples/rtp.conf.sample | 4 b/configure | 673 - b/configure.ac | 45 b/contrib/Makefile | 4 b/contrib/ast-db-manage/config/versions/1ac563b350a8_add_pjsip_trust_send__connected_line.py | 40 b/contrib/ast-db-manage/config/versions/2bb1a85135ad_pjsip_add_use_callerid_contact.py | 39 b/contrib/ast-db-manage/config/versions/7f85dd44c775_fix_suppress_q850_reason_headers.py | 43 b/contrib/realtime/mssql/mssql_config.sql | 62 b/contrib/realtime/mysql/mysql_config.sql | 20 b/contrib/realtime/oracle/oracle_config.sql | 54 b/contrib/realtime/postgresql/postgresql_config.sql | 22 b/contrib/scripts/ast_coredumper | 12 b/contrib/scripts/install_prereq | 2 b/contrib/scripts/refcounter.py | 6 b/contrib/scripts/reflocks.py | 118 b/contrib/scripts/refstats.py | 180 b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py | 52 b/contrib/systemd/README.txt | 3 b/formats/format_ogg_speex.c | 1 b/funcs/func_dialgroup.c | 11 b/funcs/func_lock.c | 10 b/funcs/func_odbc.c | 6 b/funcs/func_periodic_hook.c | 25 b/funcs/func_strings.c | 54 b/include/asterisk/_private.h | 16 b/include/asterisk/astmm.h | 7 b/include/asterisk/astobj2.h | 55 b/include/asterisk/autoconfig.h.in | 20 b/include/asterisk/backtrace.h | 19 b/include/asterisk/bridge.h | 19 b/include/asterisk/json.h | 5 b/include/asterisk/lock.h | 41 b/include/asterisk/module.h | 39 b/include/asterisk/netsock2.h | 12 b/include/asterisk/res_pjproject.h | 26 b/include/asterisk/res_pjsip.h | 29 b/include/asterisk/res_pjsip_session.h | 2 b/include/asterisk/stasis.h | 165 b/include/asterisk/stasis_cache_pattern.h | 35 b/include/asterisk/stasis_message_router.h | 4 b/include/asterisk/taskprocessor.h | 6 b/include/asterisk/threadpool.h | 3 b/main/Makefile | 37 b/main/app.c | 3 b/main/asterisk.c | 40 b/main/astfd.c | 2 b/main/astmm.c | 37 b/main/astobj2.c | 101 b/main/astobj2_container.c | 56 b/main/backtrace.c | 324 b/main/bridge.c | 11 b/main/bucket.c | 8 b/main/ccss.c | 22 b/main/cel.c | 10 b/main/channel.c | 13 b/main/channel_internal_api.c | 4 b/main/cli.c | 46 b/main/codec.c | 4 b/main/config.c | 23 b/main/config_options.c | 10 b/main/datastore.c | 3 b/main/db.c | 6 b/main/devicestate.c | 28 b/main/dns_naptr.c | 14 b/main/dns_srv.c | 12 b/main/endpoints.c | 19 b/main/features_config.c | 4 b/main/format.c | 4 b/main/format_cache.c | 4 b/main/frame.c | 5 b/main/http.c | 31 b/main/indications.c | 8 b/main/iostream.c | 59 b/main/json.c | 47 b/main/loader.c | 20 b/main/lock.c | 218 b/main/logger.c | 61 b/main/manager.c | 91 b/main/media_cache.c | 4 b/main/media_index.c | 13 b/main/message.c | 10 b/main/named_acl.c | 4 b/main/options.c | 4 b/main/pbx.c | 21 b/main/pickup.c | 2 b/main/presencestate.c | 2 b/main/rtp_engine.c | 14 b/main/sorcery.c | 21 b/main/stasis.c | 190 b/main/stasis_cache.c | 101 b/main/stasis_cache_pattern.c | 18 b/main/stasis_channels.c | 9 b/main/stasis_endpoints.c | 12 b/main/stasis_message.c | 32 b/main/stasis_message_router.c | 18 b/main/taskprocessor.c | 98 b/main/threadpool.c | 69 b/main/utils.c | 8 b/main/xmldoc.c | 8 b/menuselect/Makefile | 4 b/menuselect/configure | 175 b/menuselect/configure.ac | 13 b/menuselect/makeopts.in | 1 b/menuselect/menuselect_curses.c | 8 b/pbx/dundi-parser.c | 12 b/pbx/pbx_config.c | 48 b/pbx/pbx_dundi.c | 101 b/pbx/pbx_realtime.c | 4 b/res/ari/ari_model_validators.h | 9 b/res/ari/resource_bridges.c | 1 b/res/ari/resource_channels.c | 16 b/res/ari/resource_events.c | 5 b/res/parking/parking_applications.c | 8 b/res/parking/parking_bridge_features.c | 3 b/res/parking/parking_manager.c | 2 b/res/res.xml | 1 b/res/res_calendar.c | 11 b/res/res_clialiases.c | 4 b/res/res_config_ldap.c | 4 b/res/res_config_odbc.c | 6 b/res/res_config_sqlite3.c | 8 b/res/res_corosync.c | 3 b/res/res_fax.c | 9 b/res/res_hep_rtcp.c | 3 b/res/res_http_websocket.c | 3 b/res/res_musiconhold.c | 29 b/res/res_odbc.c | 33 b/res/res_parking.c | 4 b/res/res_phoneprov.c | 12 b/res/res_pjproject.c | 186 b/res/res_pjproject.exports.in | 2 b/res/res_pjsip.c | 69 b/res/res_pjsip/config_domain_aliases.c | 5 b/res/res_pjsip/config_global.c | 21 b/res/res_pjsip/config_system.c | 4 b/res/res_pjsip/config_transport.c | 6 b/res/res_pjsip/location.c | 68 b/res/res_pjsip/pjsip_configuration.c | 21 b/res/res_pjsip/pjsip_distributor.c | 33 b/res/res_pjsip/pjsip_resolver.c | 4 b/res/res_pjsip/pjsip_transport_management.c | 36 b/res/res_pjsip_caller_id.c | 41 b/res/res_pjsip_endpoint_identifier_ip.c | 156 b/res/res_pjsip_exten_state.c | 4 b/res/res_pjsip_logger.c | 14 b/res/res_pjsip_messaging.c | 2 b/res/res_pjsip_mwi.c | 12 b/res/res_pjsip_nat.c | 74 b/res/res_pjsip_notify.c | 40 b/res/res_pjsip_outbound_authenticator_digest.c | 4 b/res/res_pjsip_outbound_publish.c | 14 b/res/res_pjsip_outbound_registration.c | 6 b/res/res_pjsip_publish_asterisk.c | 6 b/res/res_pjsip_pubsub.c | 11 b/res/res_pjsip_refer.c | 4 b/res/res_pjsip_registrar.c | 149 b/res/res_pjsip_sdp_rtp.c | 8 b/res/res_pjsip_session.c | 57 b/res/res_pjsip_t38.c | 9 b/res/res_pjsip_transport_websocket.c | 25 b/res/res_remb_modifier.c | 225 b/res/res_resolver_unbound.c | 61 b/res/res_rtp_asterisk.c | 201 b/res/res_security_log.c | 2 b/res/res_smdi.c | 99 b/res/res_sorcery_memory.c | 3 b/res/res_sorcery_memory_cache.c | 7 b/res/res_sorcery_realtime.c | 3 b/res/res_srtp.c | 11 b/res/res_stasis.c | 96 b/res/res_stasis_device_state.c | 10 b/res/res_stasis_playback.c | 8 b/res/res_stasis_recording.c | 8 b/res/res_stasis_test.c | 19 b/res/res_statsd.c | 56 b/res/res_timing_pthread.c | 5 b/res/res_xmpp.c | 28 b/rest-api-templates/ari_model_validators.h.mustache | 9 b/tests/CI/buildAsterisk.sh | 58 b/tests/CI/gates.jenkinsfile | 19 b/tests/CI/periodics-daily.jenkinsfile | 18 b/tests/CI/processCoverage.sh | 45 b/tests/CI/publishAsteriskDocs.sh | 4 b/tests/CI/ref_debug.jenkinsfile | 18 b/tests/CI/runTestsuite.sh | 7 b/tests/CI/runUnittests.sh | 95 b/tests/CI/unittests.jenkinsfile | 18 b/tests/Makefile | 1 b/tests/test_ari.c | 1 b/tests/test_ari_model.c | 8 b/tests/test_astobj2.c | 11 b/tests/test_astobj2_thrash.c | 4 b/tests/test_astobj2_weaken.c | 158 b/tests/test_cel.c | 16 b/tests/test_config.c | 9 b/tests/test_endpoints.c | 1 b/tests/test_json.c | 1 b/tests/test_optional_api.c | 1 b/tests/test_pbx.c | 44 b/tests/test_res_pjsip_scheduler.c | 39 b/tests/test_res_stasis.c | 1 b/tests/test_scoped_lock.c | 6 b/tests/test_stasis.c | 1 b/tests/test_stasis_channels.c | 1 b/tests/test_stasis_endpoints.c | 1 b/tests/test_taskprocessor.c | 28 b/tests/test_threadpool.c | 154 b/third-party/jansson/configure.m4 | 20 b/third-party/jansson/jansson-2.12.tar.bz2.md5 | 1 b/third-party/jansson/patches/README | 10 b/third-party/pjproject/Makefile | 7 b/third-party/pjproject/Makefile.rules | 3 b/third-party/pjproject/configure.m4 | 3 b/third-party/pjproject/patches/0000-configure-ssl-library-path.patch | 47 b/third-party/pjproject/patches/0000-remove-third-party.patch | 24 b/third-party/pjproject/patches/0000-set_apps_initial_log_level.patch | 8 b/third-party/pjproject/patches/0000-solaris.patch | 135 b/third-party/pjproject/pjproject-2.8.tar.bz2.md5 | 2 b/third-party/versions.mak | 4 b/utils/Makefile | 3 b/utils/ael_main.c | 11 b/utils/astdb2sqlite3.c | 6 b/utils/check_expr.c | 13 b/utils/conf2ael.c | 11 b/utils/extconf.c | 50 third-party/jansson/jansson-2.11.tar.bz2.md5 | 1 third-party/jansson/patches/0001-Improve-test-coverage.patch | 128 third-party/jansson/patches/0017-Fix-error-handling-in-json_pack.patch | 103 third-party/pjproject/patches/0021-sip_parser-Fix-return-code-in-pjsip_find_msg-and-add.patch | 41 third-party/pjproject/patches/0030-sip_transport-Destroy-transports-not-in-hash.patch | 27 third-party/pjproject/patches/0040-183_without_to_tag.patch | 17 third-party/pjproject/patches/0050-dont_terminate_session_early.patch | 71 third-party/pjproject/patches/0060-sip_msg-Prevent-crash-on-header-without-vptr.patch | 56 third-party/pjproject/patches/0070-os_core_unix-Set-mutex-NULL-in-atomic-destroy-and-ad.patch | 114 third-party/pjproject/patches/0080-timer-Clean-up-usage-of-timer-heap.patch | 434 third-party/pjproject/patches/0090-sip_transaction-In-tsx_timer_callback-check-if-tsx-i.patch | 31 third-party/pjproject/patches/0100-sip_inv-Add-option-to-accept-updated-SDP-on-same-To-.patch | 215 third-party/pjproject/pjproject-2.7.2.tar.bz2.md5 | 2 287 files changed, 11858 insertions(+), 12436 deletions(-)