Skip to content

Commit 783f786

Browse files
pierre-lehnen-rcggazzo
authored andcommitted
chore!: remove old freeswitch integration
1 parent 538b89b commit 783f786

File tree

93 files changed

+30
-11813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+30
-11813
lines changed

apps/meteor/app/statistics/server/lib/getEEStatistics.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import type { IStats } from '@rocket.chat/core-typings';
55
import { License } from '@rocket.chat/license';
66
import { CannedResponse, OmnichannelServiceLevelAgreements, LivechatRooms, LivechatTag, LivechatUnit, Users } from '@rocket.chat/models';
77

8-
import { getVoIPStatistics } from './getVoIPStatistics';
9-
108
type ENTERPRISE_STATISTICS = IStats['enterprise'];
119

1210
type GenericStats = Pick<ENTERPRISE_STATISTICS, 'modules' | 'tags' | 'seatRequests'>;
@@ -99,13 +97,6 @@ async function getEEStatistics(): Promise<EEOnlyStats | undefined> {
9997
}),
10098
);
10199

102-
// TeamCollab VoIP data
103-
statsPms.push(
104-
getVoIPStatistics().then((voip) => {
105-
statistics.voip = voip;
106-
}),
107-
);
108-
109100
await Promise.all(statsPms).catch(log);
110101

111102
return statistics as EEOnlyStats;

apps/meteor/app/statistics/server/lib/getVoIPStatistics.ts

Lines changed: 0 additions & 97 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
import './canned-responses';
2-
import './voip-freeswitch';

apps/meteor/ee/app/api-enterprise/server/voip-freeswitch.ts

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)