mattf
5c2f9fbc2f
Fix for send_notification user group permissions
...
git-svn-id: svn://192.168.202.10@3705 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-04-13 23:58:17 +00:00
mattf
52f5464c39
Added send_notification Agent-API function
...
git-svn-id: svn://192.168.202.10@3704 3d104415-ff17-0410-8863-d5cf3c621b8a
2023-04-13 15:57:41 +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
02d9237389
Updated change_ingroups for changes in vicidial_live_inbound_agents insert/update in the Agent API
...
git-svn-id: svn://192.168.202.10@3496 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-08-19 13:50: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
6b35f07a01
Added additional update_fields options: scriptreload,script2reload,formreload,emailreload,chatreload
...
git-svn-id: svn://192.168.202.10@3396 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-03-21 04:05:02 +00:00
mattf
193294ec7d
Added vicidial call length logging to ra_call_control Agent API function
...
Fixes for manual dial agent-state issues and a translation issue in vicidial.php
git-svn-id: svn://192.168.202.10@3356 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-02-22 16:02:04 +00:00
mattf
4d79488d4b
Addressed session ID issue in ticket #1251
...
git-svn-id: svn://192.168.202.10@3346 3d104415-ff17-0410-8863-d5cf3c621b8a
2021-01-26 16:47:58 +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
8cddd49af2
Added Agent API function 'vm_message' allowing you to set the VM message to be played to a customer when the agent clicks on the VM button in the agent screen.
...
git-svn-id: svn://192.168.202.10@3323 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-11-13 03:16:47 +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
6544aeb58c
Added new System Settings option to allow sending of any CallerID through the Agent API for external_dial outbound calls.
...
git-svn-id: svn://192.168.202.10@3209 3d104415-ff17-0410-8863-d5cf3c621b8a
2020-04-03 21:28:59 +00:00
mattf
27f9e89c19
Added cid_choice option to transfer_conference Agent API function
...
git-svn-id: svn://192.168.202.10@3132 3d104415-ff17-0410-8863-d5cf3c621b8a
2019-09-01 14:37:35 +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
ba8a71944c
Added force_fronter_leave_3way Agent API function
...
git-svn-id: svn://192.168.202.10@3026 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-09-09 13:28:03 +00:00
mattf
5fad68e911
Fixed URL encoding in Agent script display
...
added email count to Agent API calls_in_queue_count function
git-svn-id: svn://192.168.202.10@3022 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-09-03 20:16:09 +00:00
mattf
8f04c94a8e
Fix for dial_ingroup error message on external_dial function in api.php
...
Added more logging for notices in vicidial.php
git-svn-id: svn://192.168.202.10@2947 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-03-24 02:31:51 +00:00
mattf
980f95a91b
Added DATA column to TEXT/HTML output in API Log Report
...
Added GET-AND-POST URL logging for API requests
git-svn-id: svn://192.168.202.10@2935 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-03-02 04:21:22 +00:00
mattf
4ab83a9e0c
Added new PRESS_CALLBACK_QUEUE option to Hold Time and Wait Time In-Group settings, allowing for a customer to retain their place in line in the queue and be called back when their turn is reached.
...
Added new Closed Time features to In-Groups that allow all calls in queue to be presented with an option when the in-group closing time for the day has been reached. Also, an option was added to manually force the end of all queueing of calls for an in-group for the day.
Added dial_ingroup option to Agent API external_dial function.
Added In-Group option to look up timezone of customer when a new lead is added during the routing of the call.
git-svn-id: svn://192.168.202.10@2905 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-02-07 04:48:33 +00:00
mattf
04fe01cd9e
Added calls_in_queue_count function to Agent API
...
git-svn-id: svn://192.168.202.10@2893 3d104415-ff17-0410-8863-d5cf3c621b8a
2018-01-24 22:12:30 +00:00
mattf
5d0d8704b9
Added HTTP error code 418 for both APIs, more data validation for API logging output
...
git-svn-id: svn://192.168.202.10@2803 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-08-15 17:26:24 +00:00
mattf
74e2e5ec0a
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
fe6a6187b1
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
e2e5bb0069
Added logging of API request URLs, with display in API Log report
...
git-svn-id: svn://192.168.202.10@2664 3d104415-ff17-0410-8863-d5cf3c621b8a
2017-02-09 22:52:28 +00:00
mattf
765070842b
Added web lead loader phone number length restriction, use system setting to enable
...
Added more options to the callbacks bulk move and bulk change admin utilities
git-svn-id: svn://192.168.202.10@2611 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-11-05 07:10:09 +00:00
mattf
3e902086e7
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
afad4a3d59
Added debug to user auth api messages
...
git-svn-id: svn://192.168.202.10@2516 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-04-14 17:50:21 +00:00
mattf
e3752dd496
Fix for numeric audio files in playback function in the agent API
...
git-svn-id: svn://192.168.202.10@2467 3d104415-ff17-0410-8863-d5cf3c621b8a
2016-01-13 19:57:42 +00:00
mattf
ef8dc3d7bf
Fixed issue with API transfers and dial_override flag
...
Change to Agent API to allow * and # in phone_number field
git-svn-id: svn://192.168.202.10@2387 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-09-28 16:07:34 +00:00
mattf
1bbf1b6e69
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
320d4c598d
Added filtering of hash sign on some input variables in both api scripts, Issue #851
...
git-svn-id: svn://192.168.202.10@2318 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-05-13 00:30:56 +00:00
mattf
227fc4e246
Added User API functions restrictions and API within-allowed-campaigns list ID restrictions
...
git-svn-id: svn://192.168.202.10@2314 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-04-30 10:50:14 +00:00
mattf
1b8d4e9d0b
Allow for single quotes in vicidial_list and custom_ data fields
...
Added db schema version mismatch warning in System Settings
git-svn-id: svn://192.168.202.10@2301 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-03-13 14:34:00 +00:00
mattf
eb7ed8c0f3
Added transfer_conf-ID of epoch to help prevent double-execution of transfer commands for agent api
...
Added vicidial_api_log to archive_log_tables --daily process
git-svn-id: svn://192.168.202.10@2243 3d104415-ff17-0410-8863-d5cf3c621b8a
2015-01-09 00:33:46 +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
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
3d9d78e0b1
Added new Agent API function audio_playback to play audio files from the audio
...
store in an active agent session. See AGENT_API.txt doc for more info
git-svn-id: svn://192.168.202.10@2131 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-19 21:00:35 +00:00
mattf
494221aa0f
Fixed issue #773
...
Added single-digit change to text for TTS in outbound AGI
git-svn-id: svn://192.168.202.10@2129 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-18 23:49:11 +00:00
mattf
6ae606698f
Added pause_type logging to agent log and queue_log
...
git-svn-id: svn://192.168.202.10@2109 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-28 21:24:27 +00:00
mattf
e8fbb52338
Added recording filename Agent API append option
...
git-svn-id: svn://192.168.202.10@2096 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-03 22:55:06 +00:00
mattf
02449098f8
Added Agent API options to dial next number and search for lead phone number within a lead_id
...
git-svn-id: svn://192.168.202.10@2078 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-03-02 12:50:07 +00:00
mattf
e59d5e16ac
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
dab8f804e9
Added Agent API pause_code function
...
git-svn-id: svn://192.168.202.10@2061 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-26 13:39:53 +00:00
mattf
b3b3c683ed
Added logging of webserver and url used for all API calls, agent logins and reports
...
Fixed minor bug related to modify lead page with custom fields and encryption
git-svn-id: svn://192.168.202.10@2053 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-08 21:00:33 +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