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
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
9f3d14d0e1
Added list expiration date feature
...
Added Other Campaign DNC List campaign option
git-svn-id: svn://192.168.202.10@1881 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-26 03:29:40 +00:00
mattf
57bdd4e2d8
Added QueueMetrics Socket-send function for custom queue_log record sending
...
git-svn-id: svn://192.168.202.10@1879 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-21 02:19:31 +00:00
mattf
c389e3b5ce
Added option for a group_alias to be used in the transfer_conf agent API function
...
git-svn-id: svn://192.168.202.10@1859 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-09-14 17:59:31 +00:00
mattf
648681fa64
Added non-loading webphone options and API agent call and webphone url functions
...
git-svn-id: svn://192.168.202.10@1852 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-08-20 15:08:18 +00:00
mattf
b6a201f6b0
Added recording and webserver functions to the agent API
...
git-svn-id: svn://192.168.202.10@1847 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-08-10 12:31:28 +00:00
mattf
92c9ff43c0
small fix for manual dial lead insertion with vendor_lead_code
...
git-svn-id: svn://192.168.202.10@1845 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-07-31 16:12:48 +00:00
mattf
7ba42cb3e9
fix for issue 577
...
git-svn-id: svn://192.168.202.10@1825 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-05-29 19:52:36 +00:00
mattf
b26aec26ed
minor security fixes from issue #545
...
git-svn-id: svn://192.168.202.10@1799 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-03-27 20:58:16 +00:00
mattf
e89e6c4570
Fixed issue #545
...
Fixed small admin.php moh issue in campaigns
Added separate Net::SFTP and Net::SSH2::SFTP sales export scripts
git-svn-id: svn://192.168.202.10@1793 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-03-01 22:47:25 +00:00
mattf
bc4d468eda
Added ability to set scheduled callbacks with Agent API.
...
Added alt_phone and address3 field searches to DID and Call Menu in-group call routing, to allow searching first by phone number, then optionally by alt_phone and address3.
Fixed admin change log display issue
git-svn-id: svn://192.168.202.10@1755 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-11-21 15:31:15 +00:00
mattf
55447ebcb1
Added Agent API function logout to log an agent out of their session
...
git-svn-id: svn://192.168.202.10@1721 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-09-11 20:19:40 +00:00
mattf
86a34213ae
Added queuemetrics_pe_phone_append option
...
git-svn-id: svn://192.168.202.10@1682 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-06-27 05:03:56 +00:00
mattf
85e206a8ae
Added ability to use external_dial Agent API function with a defined lead_id and optional alt_dial setting
...
git-svn-id: svn://192.168.202.10@1647 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-30 15:30:37 +00:00
mattf
1fa69abf14
added run time logging to the api functions
...
git-svn-id: svn://192.168.202.10@1637 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-09 12:29:29 +00:00
mattf
001b432129
Added on-hook phone agent features for inbound calls
...
Added ring_all Next-Agent-Call feature for inbound calls
see UPGRADE doc for more details
git-svn-id: svn://192.168.202.10@1611 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-03-04 15:36:10 +00:00
mattf
c32946d89f
Several fixes and small changes to QM queue_log logging
...
Added phone alias load balance login server twin validation option
Raising the input limit on most URL admin fields to 2000 characters
git-svn-id: svn://192.168.202.10@1609 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-02-25 05:50:23 +00:00
mattf
e88bfe6b8e
Added campaign options to allow for the ability to filter manual dial calls to adhere to the call time scheme selected for the campaign, and added the ability to queue multiple manual dial calls for a specific logged-in agent using the Agent API
...
git-svn-id: svn://192.168.202.10@1555 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-11-24 22:15:28 +00:00
mattf
13848cd431
fixed small bug in the change_ingroups function of agc/api.php
...
git-svn-id: svn://192.168.202.10@1519 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-09-14 19:40:37 +00:00
mattf
e5366d85e6
Added Agent API functions for Send DTMF, Park Customer and the Transfer Conference functions as well
...
Backported two small bug fixes to 2.2 branch
git-svn-id: svn://192.168.202.10@1443 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-05-28 02:26:51 +00:00
mattf
659150edc0
Added admin logging of API change of selected in-groups for a user
...
git-svn-id: svn://192.168.202.10@1401 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-04-05 19:44:40 +00:00
mattf
d522b0ff44
Added external_add_lead api.php function
...
git-svn-id: svn://192.168.202.10@1396 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-04-02 04:56:38 +00:00
mattf
7ae5b43da1
added remote agent extension groups feature
...
git-svn-id: svn://192.168.202.10@1379 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-03-20 15:33:40 +00:00
mattf
4754edf819
Added ra_call_control function to agent API to allow for hangup and transfer of calls sent to a Remote Agent also allows for setting of a disposition.
...
git-svn-id: svn://192.168.202.10@1376 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-03-16 06:53:12 +00:00
mattf
54c4be9b1e
bug fixes
...
git-svn-id: svn://192.168.202.10@1290 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-12-30 21:28:53 +00:00
mattf
9024491595
Added an agent API function to update vicidial_list fields and the field values in the agent screen on-the-fly for the agent's current call.
...
Added timer action options to campaigns and in-groups allowing a message, webform or D1/D2-dial to happen at a specified number of seconds after the customer connects to the agent. Also, an API callw as added for this
updated the Vtiger 5.1.0 patch
git-svn-id: svn://192.168.202.10@1289 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-12-29 17:04:26 +00:00
mattf
f7e85bd029
Added CRM Login Popup to campaign settings to allow for a custom window to be opened on agent login, optionally using agent and campaign variables
...
Added 5 custom fields to the user settings
Added st* functions to agent api
git-svn-id: svn://192.168.202.10@1276 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-12-13 01:03:54 +00:00
mattf
068c58571e
Added API function to allow for the changing of agent selected in-groups while logged-in to the agent screen.
...
git-svn-id: svn://192.168.202.10@1269 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-12-01 06:39:15 +00:00
mattf
d4aef7ba9e
Security fixes in PHP scripts for non-latin setting systems
...
git-svn-id: svn://192.168.202.10@1123 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-05-22 09:14:08 +00:00
mattf
9c851d4070
Changed all PHP tags to long tags
...
Added Call Menu feature
git-svn-id: svn://192.168.202.10@1111 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-05-08 12:08:02 +00:00