asterisk-13.32.0-rc1
Date: 2020-03-05
<asteriskteam@digium.com>
Table of Contents
- Summary
- Contributors
- Closed Issues
- Other Changes
- Diffstat
Summary
[Back to Top]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.31.0.
Contributors
[Back to Top]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 |
10 Sean Bright 5 Walter Doekes 4 Kevin Harwell 2 Torrey Searle 2 Joshua C. Colp 1 Asterisk Development Team 1 Sebastian Kemper 1 George Joseph 1 Sylvain Afchain 1 Jaco Kroon 1 Ben Ford 1 lvl
| | 4 Ross Beer 2 Walter Doekes 1 Paul Brooks 1 Martin Zeh 1 Dmitriy Serov 1 Jean Aunis - Prescom 1 Benjamin Keith Ford 1 Sylvain Afchain 1 EDV O-TON 1 Martin Zeh 1 alex 1 Ross Beer 1 Timothy Vanderaerden 1 xrobau 1 Sebastian Kemper 1 Paul Brooks 1 Peter Sokolov 1 Francois Blackburn 1 Peter Sokolov 1 EDV O-TON 1 Dmitriy Serov 1 Alex 1 Torrey Searle 1 lvl
|
Closed Issues
[Back to Top]This is a list of all issues from the issue tracker that were closed by changes that went into this release.
Bug
Category: Channels/chan_pjsip
ASTERISK-28766: PJSIP blind transfer not completed after using Proceeding()
Reported by: lvl
- [4b242d4280] lvl -- res_pjsip_refer: ensure refer progress is still sent after Proceeding()
ASTERISK-28755: SIP/Stasis: SIP headers not transmitted in the "variables" field
Reported by: Jean Aunis - Prescom
- [0fb06121cb] Kevin Harwell -- message & stasis/messaging: make text message variables work in ARI
Category: Channels/chan_sip/Interoperability
ASTERISK-28718: chan_sip: Returns 403 if RTP ports are depleted, should return 503
Reported by: Walter Doekes
- [44e1c7d93f] Walter Doekes -- chan_sip: Return 503 if we're out of RTP ports
ASTERISK-28686: chan_sip strictrtp=yes fails when media source is changed: no audio
Reported by: Walter Doekes
- [e99f70f112] Walter Doekes -- chan_sip: Always process updated SDP on media source change
Category: Core/Configuration
ASTERISK-28719: Cannot remove defaultrule from queue using realtime queues
Reported by: EDV O-TON
- [a3a2fbaec6] Sean Bright -- res_config_odbc: Preserve empty strings returned by the database
Category: Core/Stasis
ASTERISK-28755: SIP/Stasis: SIP headers not transmitted in the "variables" field
Reported by: Jean Aunis - Prescom
- [0fb06121cb] Kevin Harwell -- message & stasis/messaging: make text message variables work in ARI
Category: Resources/res_ari
ASTERISK-28679: stasis application is destroyed after its creation
Reported by: Francois Blackburn
- [1051227dd9] Kevin Harwell -- res_stasis: trigger cleanup after update
Category: Resources/res_musiconhold
ASTERISK-28735: Realtime MoH Unknown format '' -- defaulting to SLIN
Reported by: Ross Beer
- [7687d1bda5] Sean Bright -- res_musiconhold: Avoid spurious warning when 'format' is the empty string
Category: Resources/res_pjsip
ASTERISK-28139: RTP Stream Incorrect Payload Type Causes Asterisk To Drop Calls
Reported by: Paul Brooks
- [bfc93cc954] Sean Bright -- chan_pjsip: Ignore RTP that we haven't negotiated
Category: Resources/res_pjsip_acl
ASTERISK-28697: res_pjsip: Named ACL does not update on reload if changed
Reported by: Timothy Vanderaerden
- [a60071610c] Joshua C. Colp -- pjsip: Update ACLs on named ACL changes.
Category: Resources/res_pjsip_messaging
ASTERISK-26082: res_pjsip_messaging: MessageSend Content-Type can't be changed
Reported by: Alex
- [dafdcc623c] Sean Bright -- res_pjsip_messaging: Allow Content-Type to be overridden
ASTERISK-25421: PJSIP. MESSAGE_SEND_STATUS set to SUCCESS in spite of the error when sending
Reported by: Dmitriy Serov
- [d99580ae69] Sean Bright -- res_pjsip_messaging: Ensure MESSAGE_SEND_STATUS is set properly
Category: Resources/res_pjsip_pubsub
ASTERISK-28714: REGRESSION: Feature subscription_persistence_recreate (ASTERISK-27759) Causes Segfaults
Reported by: Ross Beer
- [e14fd3b22a] Joshua C. Colp -- res_pjsip_pubsub: Increment persistence data ref when recreating.
Category: Resources/res_pjsip_sdp_rtp
ASTERISK-28754: ASTERISK-28738 Causes Audio Issue After Hold
Reported by: Ross Beer
- [ed670ca0c6] Torrey Searle -- res/res_pjsip_sdp_rtp: Fix MOH transitions
ASTERISK-28738: Incorrect state machine used when MOH_PASSTHRU is used
Reported by: Torrey Searle
- [21ed671893] Torrey Searle -- res_pjsip_sdp_rtp: implement hold state handling on moh_passthrough
Category: Resources/res_rtp_asterisk
ASTERISK-28716: ICE: pjnath shouldn't wait for ICE to complete before allowing sending
Reported by: Benjamin Keith Ford
Category: Resources/res_stasis
ASTERISK-28423: ARI causes STASIS Deadlock
Reported by: Ross Beer
- [78d9bc8ef6] Kevin Harwell -- stasis/app: don't lock an app before a call to send
Category: Utilities/General
ASTERISK-28685: check_expr2: linking (when hardening) and cross-compiling troubles
Reported by: Sebastian Kemper
- [d6b5a18111] Sebastian Kemper -- check_expr2: fix cross-compile/hardening issues
Category: pjproject/pjsip
ASTERISK-26955: pjsip: SIP Packets with Via "received=" Containing IPv6 Address Delimited by "[]" Rejected
Reported by: Peter Sokolov
- [d5fa23e72a] Sean Bright -- pjproject_bundled: Allow brackets in via parameters
Improvement
Category: Applications/app_mixmonitor
ASTERISK-24798: Documentation - Clarify That Format Is Set By File Name Extension In MixMonitor
Reported by: xrobau
- [0246bca581] Sean Bright -- app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
Category: Contrib/General
ASTERISK-28726: install_prereq script uses the interactive mode when installing aptitude
Reported by: Sylvain Afchain
- [9419295aee] Sylvain Afchain -- install_prereq: Install aptitude non-interactively
Category: Core/HTTP
ASTERISK-28750: TLS/SSL Key too small error
Reported by: Martin Zeh
- [cbbf192f0a] Sean Bright -- tcptls.c: Log more informative OpenSSL errors
Category: Documentation
ASTERISK-24798: Documentation - Clarify That Format Is Set By File Name Extension In MixMonitor
Reported by: xrobau
- [0246bca581] Sean Bright -- app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
Commits Not Associated with an Issue
[Back to Top]This is a list of all changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
077cc24d66 | Asterisk Development Team | Update CHANGES and UPGRADE.txt for 13.32.0 |
c3e9d37ce7 | Walter Doekes | say: Remove unused "plural" option from main/say |
6995b0a8fa | Walter Doekes | app_queue: Refactor odd placement of if's around say_position |
d13cd25d4c | Kevin Harwell | format_cap: make function parameters 'const' |
2ff7057287 | Jaco Kroon | addons/res_config_mysql: silense warnings about printf format errors. |
66388abbb1 | Sean Bright | ast_tls_cert: Allow private key size to be set on command line |
ea1f318534 | Sean Bright | func_odbc: Prevent snprintf() truncation warning |
74d0244dc3 | George Joseph | doc: Fix CHANGES entries to have .txt suffix and update READMEs |
cea6cad343 | Walter Doekes | chan_sip: Clarify in sample docs how directmediapermit/-acl should be used |
Diffstat Results
[Back to Top]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 |68939 ----------
asterisk-13.31.0-summary.html | 188
asterisk-13.31.0-summary.txt | 578
b/CHANGES | 25
b/UPGRADE.txt | 56
b/addons/res_config_mysql.c | 16
b/apps/app_mixmonitor.c | 29
b/apps/app_queue.c | 60
b/channels/chan_pjsip.c | 3
b/channels/chan_sip.c | 126
b/channels/sip/include/sip.h | 1
b/configs/samples/sip.conf.sample | 4
b/configure | 141
b/configure.ac | 22
b/contrib/scripts/ast_tls_cert | 8
b/contrib/scripts/install_prereq | 2
b/doc/CHANGES-staging/README.md | 8
b/doc/UPGRADE-staging/README.md | 7
b/funcs/func_odbc.c | 4
b/include/asterisk/autoconfig.h.in | 3
b/include/asterisk/format_cap.h | 4
b/include/asterisk/message.h | 13
b/include/asterisk/res_pjsip_session.h | 4
b/include/asterisk/say.h | 4
b/include/asterisk/sorcery.h | 27
b/main/file.c | 2
b/main/format_cap.c | 4
b/main/message.c | 21
b/main/say.c | 10
b/main/sorcery.c | 46
b/main/tcptls.c | 26
b/makeopts.in | 2
b/menuselect/configure | 22
b/res/ari/ari_model_validators.c | 59
b/res/ari/ari_model_validators.h | 23
b/res/res_config_odbc.c | 2
b/res/res_musiconhold.c | 4
b/res/res_pjsip/pjsip_configuration.c | 19
b/res/res_pjsip_acl.c | 20
b/res/res_pjsip_messaging.c | 54
b/res/res_pjsip_refer.c | 7
b/res/res_pjsip_sdp_rtp.c | 53
b/res/res_pjsip_session.c | 5
b/res/res_rtp_asterisk.c | 33
b/res/res_sorcery_config.c | 1
b/res/stasis/messaging.c | 11
b/rest-api/api-docs/endpoints.json | 20
b/rest-api/resources.json | 2
b/third-party/pjproject/configure.m4 | 1
b/third-party/pjproject/patches/0040-ICE-Add-callback-for-finding-valid-pair.patch | 84
b/third-party/pjproject/patches/0040-brackets-in-via-received-params.patch | 6
contrib/realtime/mysql/mysql_cdr.sql | 33
contrib/realtime/mysql/mysql_config.sql | 1189
contrib/realtime/mysql/mysql_voicemail.sql | 35
contrib/realtime/postgresql/postgresql_cdr.sql | 37
contrib/realtime/postgresql/postgresql_config.sql | 1287
contrib/realtime/postgresql/postgresql_voicemail.sql | 39
doc/CHANGES-staging/res_fax_negotiate_both | 7
60 files changed, 787 insertions(+), 72651 deletions(-)