Browse Source

UI-2952: adding webrtc mode to softphones in smart pbx

4.3
JR Maitre 8 years ago
parent
commit
195fe08d06
2 changed files with 15 additions and 0 deletions
  1. +6
    -0
      i18n/en-US.json
  2. +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">


Loading…
Cancel
Save