Skip to content

Commit

Permalink
[5.3] MSPB-341: Adding a Smartphone Device in SPBX Errors out (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbco authored Oct 5, 2023
1 parent 4da4e66 commit dedc6a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions submodules/devices/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,12 +740,6 @@ define(function(require) {
keep_caller_id: true
}, formData.call_forward);

if (originalData.device_type === 'smartphone') {
formData.call_failover = _.merge({
enabled: true
}, formData.call_failover);
}

if (formData.hasOwnProperty('extra') && formData.extra.allowVMCellphone) {
formData.call_forward.require_keypress = !formData.extra.allowVMCellphone;
}
Expand Down

0 comments on commit dedc6a4

Please sign in to comment.