Commit Graph
25 Commits
Author SHA1 Message Date
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 a83016cd23 small fixes to admin and agc script display
git-svn-id: svn://192.168.202.10@2153 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-11 01:56:34 +00:00
mattf f762ede2c7 Added the FSCREEN option to Wrapup message to allow for message only display in agent interface
git-svn-id: svn://192.168.202.10@2143 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-30 22:31:26 +00:00
mattf e72747cbb5 Added Wrapup Bypass option to allow or disallow agents to skip the wrapup screen before the timer is finished. Also added the option to use a system Script as the Wrap Up Message
git-svn-id: svn://192.168.202.10@2137 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-24 02:46:36 +00:00
mattf 13b2d11a9a Added TABLEper_call_notes and called_count as agent script and form variables
git-svn-id: svn://192.168.202.10@2110 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-30 02:15:12 +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 38001880d9 Added user_group as a script, form, webform, start_call_url and dispo_call_url variable
git-svn-id: svn://192.168.202.10@1952 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-03 03:42:05 +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 2100e1bac5 Added IGNORENOSCROLL option to force scroll bars in script tabs with an iframe
git-svn-id: svn://192.168.202.10@1792 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-02-28 01:22:10 +00:00
mattf e93a0495ff Added ability to chose the type of callerid sent for inbound ring-agent calls in the in-group: GENERIC, INGROUP, CUSTOMER PHONE and combos.
Added NA Call URL feature to campaigns and in-groups, works like dispo call url but only for non-agent handled calls like DROP, NA, etc...
Changed MULTI_LEAD Auto-Alt-Dial to use Auto-Alt-Dial Statuses set in the campaign automatically, you may need to add auto-alt-statuses
Added a check to admin.php to prevent submission of campaign and in-group changes before the entire form loads
Added call_id as a script and url variable
Added debug logging of dispo/start/add-lead/no-agent URL submissions to a database table

git-svn-id: svn://192.168.202.10@1706 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-08-02 05:49:37 +00:00
mattf 71dfdec697 added web_vars to script display in agent interface
git-svn-id: svn://192.168.202.10@1641 3d104415-ff17-0410-8863-d5cf3c621b8a
2011-04-20 16:49:12 +00:00
mattf db7a290ebc Added ability to use Custom List Fields in Web Forms, Scripts and Dispo Call URL entries used by the agent interface
optimization of webform generation code in vicidial.php
cleanup of asterisk default conf files
several other small fixes

git-svn-id: svn://192.168.202.10@1525 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-09-28 04:02:00 +00:00
mattf ac232305b0 Added closecallid, xfercallid, agent_log_id as webform and script variables
git-svn-id: svn://192.168.202.10@1513 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-09-02 18:27:09 +00:00
mattf 0d06d15d5f Added did_id, did_extension, did_pattern and did_description as webform and script variables in the agent screen.
Added "CallCard Search" as a report in the reports screen, level 7 users can now search-only the CallCards
Added PIN number search to CallCard Admin
Fixed issue with AA status auto-alt-dialing

git-svn-id: svn://192.168.202.10@1505 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-08-24 01:34:50 +00:00
mattf 5291643270 Added list name and list description as script variables in the agent interface
Added CallerIDname extension append option to trunk

git-svn-id: svn://192.168.202.10@1407 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-04-15 03:01:41 +00:00
mattf 7ba813a4ce Added vdc_script_notes.php for script tab call notes and appointment setting
git-svn-id: svn://192.168.202.10@1337 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-02-16 04:21:08 +00:00
mattf fa86f1a433 Added ignore_list_script_override option for in-groups
git-svn-id: svn://192.168.202.10@1323 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-01-27 21:17:21 +00:00
mattf 9edbb26b6f DID related fixes
added presets to webforms and script as allowed variables

git-svn-id: svn://192.168.202.10@1307 3d104415-ff17-0410-8863-d5cf3c621b8a
2010-01-16 14:32:00 +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 47c886c73e Added Recording Filename and Recording ID as agent Script variables
git-svn-id: svn://192.168.202.10@1271 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-12-05 05:23:54 +00:00
mattf 319c92d0cf added list agent script override
fixed minor bugs

git-svn-id: svn://192.168.202.10@1211 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-08-28 04:26:33 +00:00
mattf 89476cf49b rewrote script handling in the agent interface
small bug fixes

git-svn-id: svn://192.168.202.10@1209 3d104415-ff17-0410-8863-d5cf3c621b8a
2009-08-27 05:51:50 +00:00