-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restcomm1657 #2914
Open
maria-farooq
wants to merge
51
commits into
master
Choose a base branch
from
restcomm1657
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Restcomm1657 #2914
Conversation
This file contains 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
…onnect into restcomm1657
* master: (79 commits) updated doc with latest profile enhacements RESTCOMM-1856: Change default SMPP outbond to GSM (GSM8) Show error information on console state change fail Fix PublicConfig service and use rvdUrl for Designer allow undefined properties at profile doc level RESTCOMM-1856: Add configurable param for inbound and outbound encoding. Modify test resource restcomm.xml. Modify Auto config doc. RESTCOMM-1856: Add logging for Charset failure fixed the sbc tests client password secured RESTCOMM-1856: Fix restcomm.xml smpp property names RESTCOMM-1856: Modify MockSmppserver to decode messages correctly. Add UTF-8 and UCS-2 tests. Add special chars in test RESTCOMM-1856 Motivation: -Fix inbound and outbound smpp encoding Modifications: -Add default inbound and outbound configs for Smpp object -Decode and encode with default encoding when DCS==DEFAULT -Decode content string in Downloader with encoding header or default RVD encoding (UTF-8) Results: -Inbound and outbound smpp connection can be configured with specific character encodings -Any inbound and outbound default and UCS2 messages will be decoded and encoded correctly RESTCOMM-2000: check WebOlympusDomain before modifying olympus.xml added testing categories updated comment fixed RESTCOMM-1993 Added JProfiler to acknowledgements Minor fix for log statement This refer to RESTCOMM-1932 Improved log statements and test case to reproduce issue This refer to RESTCOMM-1932 inherit MockMediaGateway to reduce dullpicated code ... Conflicts: restcomm/pom.xml restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionOrganizationTest.java
…onnect into restcomm1657 # By George Vagenas # Via George Vagenas * 'restcomm1657' of https://github.com/RestComm/Restcomm-Connect: Fix for javax.ws.rs dependency Conflicts: restcomm/pom.xml
Fixes for restcomm-assembly-wildfly10
* master: (28 commits) Update on DigestAuthentication unit test update rn wording updated RN wording updated RNs updated release notes updated migration notes reverted unused change Added extra log statements around the check of client Authorization header Updated External project version DigestAuthentication unit test tha patch corected data corrected test data dial DID with proper org test data Fixes for 8.4.0 release notes. This close RESTCOMM-2054 Patch for race condition when SBC is enabled, where the Cancel from one of the forking branches will cause the initial call state to be marked as Canceled and thus the Bye wont be send at the end of the call. This refer to RESTCOMM-1932 added release notes log,and link to main page added ReferOrganizationTest refactored for readability ...
gvagenas
force-pushed
the
restcomm1657
branch
from
January 13, 2022 15:28
bb443a6
to
0ea69c7
Compare
gvagenas
force-pushed
the
master
branch
2 times, most recently
from
January 13, 2022 15:49
9469191
to
c67f142
Compare
gvagenas
force-pushed
the
restcomm1657
branch
from
January 13, 2022 15:51
0ea69c7
to
2febd3f
Compare
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.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer: