-
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
New deliverable dependant download approach #2637
Open
tspslegr
wants to merge
6,454
commits into
RestComm:master
Choose a base branch
from
tspslegr:new_deliverable_dependant_download_approach
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
New deliverable dependant download approach #2637
tspslegr
wants to merge
6,454
commits into
RestComm:master
from
tspslegr:new_deliverable_dependant_download_approach
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
# Conflicts: # restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java # restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java # restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingAnswerDelayTest.java # restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java # restcomm/restcomm.testsuite/src/test/resources/log4j.xml
This refer to RestComm#2480
…oiding the use of a mixer. Issue RestComm#1550." This reverts commit fbf327b.
# Conflicts: # release/build.xml # restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script # restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/MediaAttributes.java # restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java # restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/CreateMediaSession.java # restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java # restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java
…decPolicy for video only calls. Issue RestComm#2568.
# Conflicts: # release/build.xml # restcomm/configuration/dialogicmsmltypes-3.2-GA-14621.jar # restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script # restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql # restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/RecordingsDao.java # restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java # restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java # restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java # restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfo.java # restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.java # restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/InitializeOutbound.java # restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Bridge.java # restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/BridgeManager.java
This close RestComm#2480
…ng_voice_application_sid Fixes typo in ClientConverter
…on details view (RestComm#5) Refers RestComm#2647
* changed labels to "RCML URL|Application" instead of "URL|RVD applicatio" * removed filtering of application based on whether they exist in RVD or not * removed hook of number saving and event for RAS and cleanup Fixes RestComm#2655
Numbers and Logs/Calls are server-side, while Apps, Clients and Sub-Accounts is done on the client-side, as there's no server-side support and no pagination. Plus some misc fixes. Fixes RestComm#2650
Also fixed (regression?) issue with missing url in external app creation
- Align button styles with bootstrap for easier management; - Allow only zip files on import RVD file selection; - Remove analytics mock data; - Added 24h overview to Analytics; - Fix profile state toggle for closed accounts; - Replace inside logo with SVG version; - Other fixes...
- Show modal for Call link in Recordings; - Remove link to error code in notifications; - Open transcription info on new tab; - Clicking on logo links to Analytics page;
Regex may potential match all traffic
Console UI/UX Revamp
gvagenas
force-pushed
the
master
branch
2 times, most recently
from
January 13, 2022 15:49
9469191
to
c67f142
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.
This is the new approach - which I would like to have for all the Restcomm projects in the foreseeable future. This might not be the ultimate solution, as we would like to have ultimately ALL Mavenized and then getting rid of Ant & Bash would be required and all the deliverables dependencies could be Maven repo based, never less for now this process cleans the deliverables dependency, decouples projects build from downloads. Simplifies the mess around download links & versions.
Please @deruelle review the approach from over all perspective and @maria-farooq and @gvagenas review the changes to RC itself
! NOTE ! - @gvagenas the versions defined in the versions property file (ddd-versions.properties) are not most probably what we want to use for RC stable build for now, so please review and obtain the correct versions checking with the Media, Olympus, RVD, SipServlets teams before merging to RC master!
Thanks for feedback !
cheers
Pavel