Added astguiclient_disabled agc/options.php setting, disabled by default
git-svn-id: svn://192.168.202.10@3708 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
# options.php - manually defined options for vicidial.php
|
||||
#
|
||||
# Copyright (C) 2022 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||
# Copyright (C) 2023 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||
#
|
||||
# rename this file to options.php for the settings here to go into effect
|
||||
#
|
||||
@@ -25,6 +25,7 @@
|
||||
# 220127-0931 - Added email_header_attach and allow_sendmail_bypass options
|
||||
# 220916-0901 - Added INSERT_before_body_close option, Issue #1375
|
||||
# 221206-1458 - Added login_submit_once option
|
||||
# 230418-1008 - Added astguiclient_disabled option
|
||||
#
|
||||
|
||||
$conf_silent_prefix = '5'; # vicidial_conferences prefix to enter silently and muted for recording
|
||||
@@ -72,6 +73,7 @@ $email_attachment_path = './attachments'; # set to the absolute path from where
|
||||
$email_header_attach = '0'; # set to 1 to force blank line after attachments in header. WARNING: Will break on newer versions of PHP
|
||||
$allow_sendmail_bypass = ''; # some setups require bypassing PHP's mail() function to send properly, set this to 'sendmail' path: '/usr/sbin/sendmail'
|
||||
$login_submit_once = '1'; # set to 0 to remove the "disable the login submit button after submitting" feature
|
||||
$astguiclient_disabled = '1'; # set to 0 to allow use of the astguiclient.php script
|
||||
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user