This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
OOB: Set failover property to true for smarphones; Fix bug on device un-assingnment
4.3
Joris Tirado
10 years ago
parent
256816d550
commit
3d5dc220d1
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
submodules/devices/devices.js
+1
-1
submodules/users/users.js
+ 4
- 0
submodules/devices/devices.js
View File
@ -546,6 +546,10 @@ define(function(require){
require_keypress
:
true
,
keep_caller_id
:
true
}
,
formData
.
call_forward
)
;
if
(
originalData
.
device_type
===
'smartphone'
)
{
formData
.
call_forward
.
failover
=
true
;
}
}
if
(
hasCodecs
)
{
+ 1
- 1
submodules/users/users.js
View File
@ -1039,7 +1039,7 @@ define(function(require){
}
}
;
if
(
deviceData
.
type
===
'mobile'
)
{
if
(
deviceData
&&
deviceData
.
type
===
'mobile'
)
{
monster
.
ui
.
confirm
(
self
.
i18n
.
active
(
)
.
users
.
confirmMobileUnAssignment
.
replace
(
'{{variable}}'
,
Write
Preview
Loading…
Cancel
Save