mattf
bd2be8d57e
Small fixes for PHP8 changes
...
git-svn-id: svn://192.168.202.10@3864 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-08-09 03:33:13 +00:00
mattf
31ed5a073c
Added allow_web_debug system setting to disable $DB output by default.
...
Added more input variable filtering
git-svn-id: svn://192.168.202.10@3567 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-21 15:41:15 +00:00
mattf
55c9bc35dc
Added PHP input form variable filters
...
git-svn-id: svn://192.168.202.10@3566 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-02-18 06:09:51 +00:00
mattf
a84de7f6b2
Added CORS(Cross-Origin Resource Sharing) support for the VICIdial agent PHP scripts. see the CORS_SUPPORT.txt doc for more information.
...
git-svn-id: svn://192.168.202.10@3459 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-18 03:24:05 +00:00
mattf
e6f3f18fb6
Fixes in PHP scripts for XSS minor security issues.
...
git-svn-id: svn://192.168.202.10@3455 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-16 00:26:02 +00:00
mattf
fc34de336c
Better compatibility with non-latin data input in agent screen and main admin web pages
...
Translation bug fixed in list merge script, Issue #1236
git-svn-id: svn://192.168.202.10@3327 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-11-19 14:37:16 +00:00
mattf
6629489635
fixes for additional modify_leads options
...
git-svn-id: svn://192.168.202.10@3297 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-09-17 17:04:27 +00:00
mattf
4b39c8b86a
Added recent session per-call logging and force_fronter_audio_stop Agent API function
...
git-svn-id: svn://192.168.202.10@3066 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-02-22 18:32:05 +00:00
mattf
1b066679ac
Added ability to display inbound email messages in Script tab scripts
...
git-svn-id: svn://192.168.202.10@2861 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-11-26 19:21:12 +00:00
mattf
4e8f877f4b
Added additional variable filtering
...
git-svn-id: svn://192.168.202.10@2760 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-05-27 07:14:38 +00:00
mattf
38c82b0bb5
Fixed user_authorization bug in agent code
...
git-svn-id: svn://192.168.202.10@2524 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-04-28 22:50:22 +00:00
mattf
d435effcc8
Added search lead email field
...
Fixed Performance and status reports to sort by status
Fixed format issue in non-agent api
Fixed email attachment issue in agent interface
git-svn-id: svn://192.168.202.10@2328 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-06-03 19:44:50 +00:00
mattf
0dedf84cd9
Added settings for languages for users
...
Added on-the-fly language use for the agent screen
Standardization of filtering of user/pass variables in agent scripts
git-svn-id: svn://192.168.202.10@2221 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-12-17 11:53:24 +00:00
mattf
50f5fccb53
Code cleanup in PHP files for QXZ functions
...
Added ADMIN_www_languages.pl script to parse all web files for QXZ phrases and populate DB table www_phrases
git-svn-id: svn://192.168.202.10@2213 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-28 14:28:39 +00:00
mattf
976b340eef
Added agent_email as webform and script variable
...
git-svn-id: svn://192.168.202.10@2194 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-18 20:42:37 +00:00
mattf
c638f7aa86
Changed agent code to use new QXZ function in functions.php. This will facilitate easier other language builds and easier dynamic text and image replacement.
...
git-svn-id: svn://192.168.202.10@2161 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-08-12 00:35:04 +00:00
mattf
295ba71e44
Changed require() to require_once() in agc directory PHP scripts
...
git-svn-id: svn://192.168.202.10@2016 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-22 11:05:10 +00:00
mattf
ad3831f7d9
Added AST_CRON_audio_4_ftp2_FTPSSL.pl script for secondary archival of recordings to an FTP SSL server.
...
Changed agent code to use mysqli PHP functions.
git-svn-id: svn://192.168.202.10@2009 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-05 12:12:54 +00:00
mattf
742456d3d5
Added optional password encryption to web interfaces
...
Altered agi-phone_monitor script to not hangup after agent hangs up customer, requires small change to custom dialplan entries
Added new Dial Log report
Added Disable Auto Dial system setting
git-svn-id: svn://192.168.202.10@1999 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-11 12:33:50 +00:00
mattf
97cf629d70
Added several security changes to the agent interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
...
Changed all of the admin scripts from using the PHP ereg functions to preg. This is a requirement for moving to PHP6 where ereg functions are depricated. This will also have the benefit of speeding up those scripts because preg is supposed to be more efficient and faster than ereg.
Added recording_id to the available fields for the dispo call url feature
Added pause code to the agent_status non-agent api function output
git-svn-id: svn://192.168.202.10@1994 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-15 16:08:13 +00:00
mattf
4eb3174583
Added ability to use .agi scripts in Call Menu prompt. Also added cm_date.agi script to say date with options
...
Converted ereg to preg in the agc agent interface PHP scripts
git-svn-id: svn://192.168.202.10@1945 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-03-28 04:52:48 +00:00
mattf
6b174c3953
More updates for non-latin characters email handling
...
git-svn-id: svn://192.168.202.10@1930 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-01-30 03:17:31 +00:00
mattf
caf44ed315
better support for non-latin email characters.
...
new cpan module required: install MIME::Base64
git-svn-id: svn://192.168.202.10@1929 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-01-27 05:30:12 +00:00
mattf
13053a25af
Hangup Customer executed automatically after email is sent from agent interface.
...
email doc formatting
git-svn-id: svn://192.168.202.10@1908 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-12-23 12:45:07 +00:00
mattf
f837429e6a
Added inbound email queue to agent support
...
git-svn-id: svn://192.168.202.10@1905 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-12-23 04:28:32 +00:00