From 188be114f44e317296bed2fdd239bbe3107ed56e Mon Sep 17 00:00:00 2001 From: Dele Olajide Date: Sun, 6 Dec 2020 23:03:28 +0000 Subject: [PATCH] remove testing data --- web/src/main/webapp/config_custom.js | 19 +------------------ web/src/main/webapp/phoneNumberList.json | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/web/src/main/webapp/config_custom.js b/web/src/main/webapp/config_custom.js index 8ea02b1a..bb5ad9a1 100644 --- a/web/src/main/webapp/config_custom.js +++ b/web/src/main/webapp/config_custom.js @@ -55,21 +55,4 @@ if (config.webinar) ] interfaceConfig.FILM_STRIP_MAX_HEIGHT = 1; -} - -//config.googleApiApplicationClientID = "39065779381-bbhnkrgibtf4p0j9ne5vsq7bm49t1tlf.apps.googleusercontent.com", -//config.microsoftApiApplicationClientID = "00000000-0000-0000-0000-000040240063", -//config.enableCalendarIntegration = true, -//config.dialInNumbersUrl = './phoneNumberList.json'; -//config.dialInConfCodeUrl = './conferenceMapper.json'; -//config.dialOutCodesUrl = './countrycodes.json'; -//config.dialOutAuthUrl = './authorizephone.json'; -//config.peopleSearchUrl = './directorySearch.json'; -//config.inviteServiceUrl = './conferenceInvite.json'; -//config.inviteServiceCallFlowsUrl = './conferenceinvitecallflows.json'; - -config.dialInNumbersUrl = 'https://web-cdn.jitsi.net/beta/phoneNumberList.json'; -config.dialInConfCodeUrl = 'https://api.jitsi.net/conferenceMapper'; -//config.dialOutCodesUrl = 'https://api.jitsi.net/countrycodes'; -//config.dialOutAuthUrl = 'https://api.jitsi.net/authorizephone'; -//config.hosts.call_control = "callcontrol.desktop-545pc5b"; \ No newline at end of file +} \ No newline at end of file diff --git a/web/src/main/webapp/phoneNumberList.json b/web/src/main/webapp/phoneNumberList.json index 5276490e..fe895065 100644 --- a/web/src/main/webapp/phoneNumberList.json +++ b/web/src/main/webapp/phoneNumberList.json @@ -1 +1 @@ -{"message":"Phone numbers available.","numbers":{"US":["+1.512.647.1431"],"UK":["+44.203.885.2179"],"France":["+33.1.87.21.0005"],"Germany":["+49.89.380.38719"],"Netherlands":["+31.85.208.1541"],"Spain":["+34.932.205.409"],"Canada":["+1.437.538.3987"],"Australia":["+61.8.7150.1136"],"Brazil":["+55.21.3500.0112"],"Japan":["+81.3.4510.2372"],"Switzerland":["+41.61.588.0496"]},"numbersEnabled":true} \ No newline at end of file +{"message":"Phone numbers available.","numbers":{"US":[],"UK":[],"France":[],"Germany":[],"Netherlands":[],"Spain":[],"Canada":[],"Australia":[],"Brazil":[],"Japan":[],"Switzerland":[]},"numbersEnabled":true} \ No newline at end of file