Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"redux-thunk": "^2.1.0",
"ringcentral": "^3.1.1",
"ringcentral-client": "^1.0.0-rc1",
"ringcentral-integration": "^0.7.0-rc10",
"ringcentral-integration": "^0.7.0-rc13",
"sass-loader": "^6.0.5",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
Expand Down
1 change: 1 addition & 0 deletions src/components/WebphoneAlert/i18n/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default {
[webphoneErrors.notOutboundCallWithoutDL]: 'Your extension is not allowed to make outbound calls with browser currently, please contact your account representative for an upgrade.',
[webphoneErrors.getSipProvisionError]: 'You have no permission to send message.',
[webphoneErrors.toVoiceMailError]: 'Cannot send call to voicemail due to internal error',
[webphoneErrors.muteError]: 'Call cannot be muted at the moment.',
};
3 changes: 2 additions & 1 deletion src/components/WebphoneAlert/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ WebphoneAlert.handleMessage = ({ message }) => (
(message === webphoneErrors.browserNotSupported) ||
(message === webphoneErrors.webphoneCountOverLimit) ||
(message === webphoneErrors.notOutboundCallWithoutDL) ||
(message === webphoneErrors.toVoiceMailError)
(message === webphoneErrors.toVoiceMailError) ||
(message === webphoneErrors.muteError)
);

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6047,9 +6047,9 @@ ringcentral-client@^1.0.0-rc1:
form-data "^2.1.2"
isomorphic-fetch "^2.2.1"

ringcentral-integration@^0.7.0-rc10:
version "0.7.0-rc10"
resolved "https://registry.yarnpkg.com/ringcentral-integration/-/ringcentral-integration-0.7.0-rc10.tgz#b3dc7fbbf5e0720a58fa3054002ca5e8b239e40a"
ringcentral-integration@^0.7.0-rc13:
version "0.7.0-rc13"
resolved "https://registry.yarnpkg.com/ringcentral-integration/-/ringcentral-integration-0.7.0-rc13.tgz#5b32203faa072bf6a29ae6549905e4fa0d3a23d6"
dependencies:
file-loader "^0.11.2"
json-mask "^0.3.8"
Expand Down