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
UI-2952: adding webrtc mode to softphones in smart pbx
4.3
JR Maitre
8 years ago
parent
f5d2d80932
commit
195fe08d06
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
i18n/en-US.json
+9
-0
views/devices-softphone.html
+ 6
- 0
i18n/en-US.json
View File
@ -225,6 +225,12 @@
"label"
:
"Allow Reprovision"
,
"button"
:
"Unlock"
,
"success"
:
"This device is unlocked for the next 24 hours"
}
,
"__comment"
:
"UI-1917: Add button to unlock device on SmartPBX app"
,
"__version"
:
"3.22"
,
"mediaWebrtc"
:
{
"help"
:
"If checked, forces a WebRTC compatible SDP on the INVITE."
,
"label"
:
"WebRTC"
}
}
,
"restrictions"
:
{
+ 9
- 0
views/devices-softphone.html
View File
@ -179,6 +179,15 @@
<
/
label
>
<
/
div
>
<
div
class
=
"control-group"
>
<
label
class
=
"control-label checkbox"
>
{{#monsterCheckbox i18n.devices.popupSettings.miscellaneous.mediaWebrtc.label }}
<
input
type
=
"checkbox"
name
=
"media.webrtc"
id
=
"media_webrtc"
{
{
#
if
media
.
webrtc
}
}
checked
{
{
/
if
}
}
/
>
{{/monsterCheckbox}}
<
i
class
=
"help-popover fa fa-question-circle fa-lg"
data-original-title
=
"{{i18n.devices.popupSettings.miscellaneous.mediaWebrtc.help}}"
data-placement
=
"top"
data-toggle
=
"tooltip"
>
<
/
i
>
<
/
label
>
<
/
div
>
<
div
class
=
"rtp-line"
>
<
div
class
=
"control-group"
>
<
label
class
=
"control-label checkbox"
>
Write
Preview
Loading…
Cancel
Save