Page 1 of 1

Screen Refresh Rate

PostPosted: Fri Nov 08, 2019 4:16 pm
by ruben23
version: 2.14b0.5
SVN Version: 3067
DB Schema Version: 1564
DB Schema Update Date: 2019-03-01 18:32:30
Password Encryption:DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-03-01
ASterisk 1.8
Scratch install Ubuntu Server

hi there Guys, i see on the realtime options the lowest option for Screen Refresh Rate is 4 seconds is it possible to lower this further, is it possible, where to edit it like 2 seconds.? any idea guys. Thanks a lot

Re: Screen Refresh Rate

PostPosted: Mon Nov 11, 2019 6:43 pm
by williamconley
Edit the html code on the page:
Code: Select all
<option value="4">4 seconds</option>

<option value="2">2 seconds</option>
<option value="4">4 seconds</option>

Re: Screen Refresh Rate

PostPosted: Tue Nov 12, 2019 7:30 pm
by ruben23
@Williamconley

Thanks a lot