asterisk: bump to v23.3.0#942
Open
dhewg wants to merge 3 commits into
Open
Conversation
No functional change, this eases updating the config file as changes to the one in the asterisk tree can now just be copied over. Signed-off-by: Andre Heider <a.heider@gmail.com>
While the current asterisk v23.3.0 ships v2.16, v2.17 will be part of the upcoming asterisk v23.4.0. Chosen because of the v2.17 security fixes: https://github.com/pjsip/pjproject/releases/tag/2.16 https://github.com/pjsip/pjproject/releases/tag/2.17 Signed-off-by: Andre Heider <a.heider@gmail.com>
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-23-current.html The removed patch was added with 4e4b281 but doesn't apply anymore. It's probably not worth maintaining it as it just fixes maybe wrong timestamps in debug output [0]. [0] asterisk/asterisk#516 Signed-off-by: Andre Heider <a.heider@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: @jslachta
Compile tested: ipq40xx/generic
Run tested: ipq40xx/generic
Usually we bump pjproject to the same version bundled with the matching asterisk version. Here I chose to bump pjproject to the version bundled with the upcoming v24.4.0 instead because of the security fixes.
Initial testing (voicemail, incoming and outgoing calls using pjsip) looks fine.