Commit Graph
114 Commits
Author SHA1 Message Date
mattf 8884d37fcf Fix for agent screen DTMF issue #1525
git-svn-id: svn://192.168.202.10@3890 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-11-22 20:46:46 +00:00
mattf 89134c7f65 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 9d8494f6bf PHP Input variable filtering changes
git-svn-id: svn://192.168.202.10@3848 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-07-09 02:23:35 +00:00
mattf a6304da154 Added PARK_XFER|GRAB_XFER options for park_call Agent API function
git-svn-id: svn://192.168.202.10@3833 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-04-29 14:52:26 +00:00
mattf 3542e9176d Added ConfBridge code and applied ConfBridge patches by default
git-svn-id: svn://192.168.202.10@3826 3d104415-ff17-0410-8863-d5cf3c621b8a
2024-04-21 03:03:49 +00:00
mattf 8745ebd5c0 Fix for rare vicidial_closer_log issue on Voicemail transfers in manager_send.php
git-svn-id: svn://192.168.202.10@3744 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-07-26 13:09:24 +00:00
mattf f34efc1799 Added dial_override_limit agc/options.php setting
Added vicidial_user_dial_log logging, and rate limiting

git-svn-id: svn://192.168.202.10@3709 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-04-18 19:55:12 +00:00
mattf 2457a0ba03 Fix for long in-group dialstring extensions on agent in-group calls/transfers
git-svn-id: svn://192.168.202.10@3656 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-11-16 17:39:57 +00:00
mattf 2939cf408e Added List CID Group Override to the List Modification admin screen.
Added new vicidial_dial_cid_log database call logging

git-svn-id: svn://192.168.202.10@3589 3d104415-ff17-0410-8863-d5cf3c621b8a
2022-03-12 20:46:51 +00:00
mattf e152282761 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 736e238a3d Fixes for security issues in several PHP scripts
git-svn-id: svn://192.168.202.10@3504 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-08-25 13:37:52 +00:00
mattf 67cc4767fe Added more variable filtering to several PHP scripts.
git-svn-id: svn://192.168.202.10@3499 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-08-23 14:20:56 +00:00
mattf e2e0505570 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 d4bd530333 Default security fixes, CVE-2021-28854
git-svn-id: svn://192.168.202.10@3454 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-06-15 15:10:25 +00:00
mattf 63e7e6c245 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 efa3b3796a Added caching of parked call stats
Added display of parked call stats, SLA stats and LIMITED report type to real-time report
Added optional rolling of park_log to archive perl script

git-svn-id: svn://192.168.202.10@3313 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-11-08 17:40:58 +00:00
mattf 9cb3e7f8e7 More agent screen PHP7 fixes
git-svn-id: svn://192.168.202.10@3145 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-10-14 10:50:00 +00:00
mattf e3f7ea0b7f Added feature allowing agents to mute recordings of calls from the agent screen. Must be enabled in System Settings to be able to use it in campaigns. There is also a User Override option.
git-svn-id: svn://192.168.202.10@3072 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-03-11 03:44:37 +00:00
mattf 884a60ad22 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 c41a580612 Added Manual Dial Routing Initiated Recording, must enable setting at the campaign level and have a 0 recording delay.
git-svn-id: svn://192.168.202.10@2989 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-05-23 00:58:08 +00:00
mattf 6b106ba49a Fix for recordings beginning with CALLID
more updates for Asterisk 13 compatibility

git-svn-id: svn://192.168.202.10@2819 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-09-22 02:17:39 +00:00
mattf f3bff761b1 small fixes to last set of agent variable filtering
git-svn-id: svn://192.168.202.10@2762 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-05-31 12:35:39 +00:00
mattf d6efea9ff2 Fixed rare inbound logging issue #1017
Added more additional variable filtering

git-svn-id: svn://192.168.202.10@2761 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-05-28 14:49:36 +00:00
mattf d46b1b5d26 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 af618399d6 Added alternative uptime counter in seconds for ADMIN_keepalive_ALL.pl script
Added more debug events and data to agent screen debug logging

git-svn-id: svn://192.168.202.10@2753 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-05-13 21:44:09 +00:00
mattf 5a819d45b2 Fix for script tab ignore list script override in agent screen
git-svn-id: svn://192.168.202.10@2705 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-03-18 03:53:34 +00:00
mattf b03ee4e9c0 Added Agent API function switch_lead to switch the active call lead_id while
the agent is on a live inbound phone call.

git-svn-id: svn://192.168.202.10@2673 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-02-20 19:18:08 +00:00
mattf bb7124bd78 Added the ability for internal chats to have more than one agent participant
Fix for rare parked call hangup issue

git-svn-id: svn://192.168.202.10@2648 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-12-17 14:13:08 +00:00
mattf 8f3d2c869f Fixes for rare vicidial_log and recording_log issues
git-svn-id: svn://192.168.202.10@2622 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-11-17 11:38:04 +00:00
mattf 14078e03a8 Fixed QM partition problem with new MySQL keyword 'partition'
git-svn-id: svn://192.168.202.10@2610 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-11-02 16:55:52 +00:00
mattf ad295427ea Added agent_xfer_park_3way option allowing agents to park 3way calls in the agent screen
git-svn-id: svn://192.168.202.10@2602 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-10-29 16:05:17 +00:00
mattf c7ff5f5c20 Fixed StopMonitorConf bug involving agent-invoked commands to stop recording, manager_send.php
git-svn-id: svn://192.168.202.10@2588 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-09-13 10:37:39 +00:00
mattf 605e80803a 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 138ed007c2 disabled debug logging in manager_send.php
git-svn-id: svn://192.168.202.10@2454 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-01-04 15:00:23 +00:00
mattf ede61d4b37 Added options in In-Groups and Campaigns to allow for the agent recordings
to be initiated by the routing process instead of at the agent screen
Fixed issues with non-ascii leads loading

git-svn-id: svn://192.168.202.10@2453 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-01-03 02:41:21 +00:00
mattf fb0b23412c Fixed transfer of parked call logging issue #901
git-svn-id: svn://192.168.202.10@2449 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-12-30 14:23:21 +00:00
mattf 1bd24b2302 Added optional GPG audio recording encryption.
Added option to use RECID as a recording filename variable.

git-svn-id: svn://192.168.202.10@2378 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-16 02:20:11 +00:00
mattf 19792e4a18 Added agent debug logging and report
git-svn-id: svn://192.168.202.10@2355 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-24 14:31:34 +00:00
mattf 7c8ad22059 Fixed mysqli connect error reporting
Added option to change drop perccentage calculation in VDAD stats report
other minor fixes

git-svn-id: svn://192.168.202.10@2337 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-07-01 17:06:17 +00:00
mattf 9f45ef3bbf Added System Settings to allow custom prompts on agent login and when an agent leaves a 3way call in the agent screen.
Added ability to use url encoded web form addresses in non-agent API add_list and update_list functions.

git-svn-id: svn://192.168.202.10@2296 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-03-09 07:25:15 +00:00
mattf 064c28aac8 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 681f050a36 Added Languages admin web screens
Added more error checking to agent logins
Fixed issues with alternate DB queriesin admin.php
Changed timecheck.pl script to not send out alerts for active=N servers

git-svn-id: svn://192.168.202.10@2215 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-12-04 17:18:21 +00:00
mattf 29013f08cf 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 703b6d6364 Updated QXZ output code in agent interface to allow for ordered PHP variables and other code cleanup
QXZanalyzer.pl update for better parsing and more stats
Added LANGUAGES_QXZ_notes.txt file for documentation

git-svn-id: svn://192.168.202.10@2193 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-18 19:05:36 +00:00
mattf f194c66910 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 f19d4d460a Added Agent API functions for preview_dial_action while previewing or manual alt dialing a lead
Added several lead field options to QM Socket URL

git-svn-id: svn://192.168.202.10@2074 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-16 03:27:54 +00:00
mattf 62dc36c5a8 Added lead search of archived leads table if present.
Added QueueMetrics 13.04 support with call hold records
minor code cleanup in several scripts

git-svn-id: svn://192.168.202.10@2026 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-27 03:09:14 +00:00
mattf 43e7797095 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 e01116aa8b 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 ddd5e6ce69 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