Added crashed DB table display to admin web screens

Added --vicidial-dial-log-only flag to log archive script

git-svn-id: svn://192.168.202.10@3950 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2025-10-26 12:39:52 +00:00
parent 1e4b06b7fa
commit dcc9d88d52
9 changed files with 448 additions and 16 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
# version: 20251017123601
# version: 20251025191301
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 20 digits in length, Must be at least 2 characters in length. We strongly recommend not reusing user accounts for different users, for reporting accuracy. To disable a user account, set the Active option to -N-.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length, unless the User Password Minimum Length system setting is enabled, which will require a longer password. Only letters and numbers are allowed in user passwords. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage or the agent screen. Default is N.</QXZ>
@@ -1124,6 +1124,7 @@ settings-default_language Default Language <QXZ>This is the language that the ag
settings-webroot_writable Webroot Writable <QXZ>This setting allows you to define whether temp files and authentication files should be placed in the webroot on your web server. Default is 1.</QXZ>
settings-agent_disable Agent Disable Display <QXZ>This field is used to select when to show an agent notices when their session has been disabled by the system, a manager action or by an external measure. The NOT_ACTIVE setting will disable the message on the agents screen. The LIVE_AGENT setting will only display the disabled message when the agents auto_calls record has been removed, such as during a force logout or emergency logout. Default is ALL.</QXZ>
settings-frozen_server_call_clear Clear Frozen Calls <QXZ>This option can enable the ability for the general Reports page and the optional AST_timecheck.pl script to clear out the auto_calls entries for a frozen server so they do not affect call routing. Default is 0 for disabled.</QXZ>
settings-db_crashed_tables_check Auto Check DB Crashed Tables <QXZ>If this option is set to 1 or higher, the system will automatically check to see if any of the database tables are in a crashed state. If a crashed table is found, then a message will appear at the top of the Admin Web screens for level-9 users stating that there are crashed DB tables, you can then click on that message for details on which tables are crashed. If this option is set to -1-, then the check will happen only once a day at the Timeclock-End-of-Day time. If this is set to -2-, then the check will happen once every hour. If this is set to -3-, then the check will happen every 10 minutes. If this is set to -4-, then the check will happen every minute. Default is 1.</QXZ>
settings-allowed_sip_stacks Allowed SIP Stacks <QXZ>This option will determine which SIP modules in Asterisk will be allowed to be configured on your dialers for Phones and Carriers. The standard up until Asterisk 16 is -SIP- which uses the older chan_sip module. The newer PJSIP can be used with Asterisk 16 and higher, if configured properly. Default is SIP.</QXZ>
settings-allow_sipsak_messages Allow SIPSAK Messages <QXZ>If set to 1, this will allow the sipsak phones table setting to work if the phone is set to the SIP protocol. The server will send messages to the SIP phone to display on the phone display when logged into the system. This feature only works with SIP phones and requires sipsak application to be installed on the web server that the agent is logged into. Default is 0. </QXZ>
settings-vdc_agent_api_active Agent API Active <QXZ>If set to 1, this will allow the Agent API interface to function. Default is 0. </QXZ>