-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
feat: keep VoIP history #34004
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 8a033a5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
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 |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
apps/meteor/ee/server/local-services/voip-freeswitch/service.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/server/local-services/voip-freeswitch/service.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/server/local-services/voip-freeswitch/service.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Diego Sampaio <chinello@gmail.com>
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
bc07c54
to
0d68521
Compare
There was a problem hiding this 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)
Proposed changes (including videos or screenshots)
Issue(s)
Core-775
Steps to test or reproduce
Further comments