Skip to content
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

feat: keep VoIP history #34004

Merged
merged 21 commits into from
Dec 20, 2024
Merged

feat: keep VoIP history #34004

merged 21 commits into from
Dec 20, 2024

Conversation

pierre-lehnen-rc
Copy link
Contributor

Proposed changes (including videos or screenshots)

Issue(s)

Core-775

Steps to test or reproduce

Further comments

Copy link
Contributor

dionisio-bot bot commented Nov 19, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented Nov 19, 2024

🦋 Changeset detected

Latest commit: 8a033a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
@rocket.chat/model-typings Minor
@rocket.chat/core-typings Minor
@rocket.chat/freeswitch Minor
@rocket.chat/models Minor
@rocket.chat/meteor Minor
@rocket.chat/apps Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/omnichannel-services Patch
rocketchat-services Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/api-client Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/fuselage-ui-kit Major
@rocket.chat/gazzodown Major
@rocket.chat/livechat Patch
@rocket.chat/rest-typings Minor
@rocket.chat/ui-contexts Major
@rocket.chat/license Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/presence Patch
@rocket.chat/instance-status Patch
@rocket.chat/network-broker Patch
@rocket.chat/ui-avatar Major
@rocket.chat/ui-client Major
@rocket.chat/ui-video-conf Major
@rocket.chat/ui-voip Major
@rocket.chat/web-ui-registration Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Nov 19, 2024

PR Preview Action v1.4.8
🚀 Deployed preview to https://RocketChat.github.io/Rocket.Chat/pr-preview/pr-34004/
on branch gh-pages at 2024-12-20 13:58 UTC

@scuciatto scuciatto added this to the 7.2.0 milestone Nov 20, 2024
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 13.33333% with 182 lines in your changes missing coverage. Please review.

Project coverage is 75.22%. Comparing base (0fcdc3e) to head (8a033a5).
Report is 29 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #34004      +/-   ##
===========================================
- Coverage    75.83%   75.22%   -0.62%     
===========================================
  Files          511      514       +3     
  Lines        22172    22429     +257     
  Branches      5397     5474      +77     
===========================================
+ Hits         16814    16872      +58     
- Misses        4710     4904     +194     
- Partials       648      653       +5     
Flag Coverage Δ
unit 75.22% <13.33%> (-0.62%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@KevLehman KevLehman marked this pull request as ready for review December 13, 2024 15:45
@KevLehman KevLehman requested review from a team as code owners December 13, 2024 15:45
Copy link
Member

@sampaiodiego sampaiodiego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I receive this error on console when starting up rocket.chat with nothing configured?

@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR) Error: VoIP is disabled.
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at VoipFreeSwitchService.getConnectionSettings (ee/server/local-services/voip-freeswitch/service.ts:40:10)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at VoipFreeSwitchService.started (ee/server/local-services/voip-freeswitch/service.ts:31:10)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at /Users/diegosampaio/dev/Rocket.Chat/packages/core-services/src/LocalBroker.ts:115:65
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at Array.map (<anonymous>)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at LocalBroker.start (/Users/diegosampaio/dev/Rocket.Chat/packages/core-services/src/LocalBroker.ts:115:40)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at Api.start (/Users/diegosampaio/dev/Rocket.Chat/packages/core-services/src/lib/Api.ts:75:21)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at module.wrapAsync.self (server/startup/localServices.ts:12:10)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at Module.wrapAsync (/Users/diegosampaio/.meteor/packages/modules/.0.20.2.1rksah5.q497++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/@meteorjs/reify/lib/runtime/index.js:252:8)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at module (/Users/diegosampaio/dev/Rocket.Chat/apps/meteor/.meteor/local/build/programs/server/app/app.js:241370:9)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at fileEvaluate (packages/modules-runtime.js:335:7)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at Module.require (packages/modules-runtime.js:237:14)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at Module.mod.require (/Users/diegosampaio/.meteor/packages/modules/.0.20.2.1rksah5.q497++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/@meteorjs/reify/lib/runtime/index.js:30:33)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at require (packages/modules-runtime.js:257:21)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at startup (server/startup/index.ts:20:3)
@rocket.chat/meteor:dsv: W20241219-14:48:59.026(-3)? (STDERR)     at processTicksAndRejections (node:internal/process/task_queues:95:5)
@rocket.chat/meteor:dsv: W20241219-14:48:59.027(-3)? (STDERR)     at async Promise.all (index 3)
@rocket.chat/meteor:dsv: W20241219-14:48:59.027(-3)? (STDERR)     at module.wrapAsync.self (server/main.ts:28:1)

apps/meteor/server/models/raw/FreeSwitchEvent.ts Outdated Show resolved Hide resolved
apps/meteor/server/models/raw/FreeSwitchEvent.ts Outdated Show resolved Hide resolved
@jessicaschelly jessicaschelly added the stat: QA assured Means it has been tested and approved by a company insider label Dec 19, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Dec 19, 2024
@sampaiodiego sampaiodiego merged commit 475120d into develop Dec 20, 2024
49 checks passed
@sampaiodiego sampaiodiego deleted the feat/voip-history branch December 20, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants