Commit Graph
2012 Commits
Author SHA1 Message Date
mattf 6481032f0a Small fixes for call times and holidays in admin.php
git-svn-id: svn://192.168.202.10@2012 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-09 18:12:25 +00:00
mattf ce30a8ef18 Changed first step of audio handling to gather the length of the recording if it is 0 seconds or NULL
git-svn-id: svn://192.168.202.10@2011 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-05 19:24:08 +00:00
mattf 2a2ab52993 Fixed issue with non-standard conf file in install.pl and mysqli change
git-svn-id: svn://192.168.202.10@2010 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-05 12:19:29 +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 9fd217e200 Added CAMPCUST dialplan variable definition for outbound calls
git-svn-id: svn://192.168.202.10@2008 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-02 12:25:05 +00:00
mattf 47e0c60c1f Added status deduplicate checking for web-based lead loader without having to use templates
Fixed small admin.php bug with state call times

git-svn-id: svn://192.168.202.10@2007 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-02 10:55:43 +00:00
mattf 97a6b924e9 Small fix for Show Users links in admin_header.php
git-svn-id: svn://192.168.202.10@2006 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-01 15:50:01 +00:00
mattf c173ed3c1f fixed issue with MySQL_create SQL file
git-svn-id: svn://192.168.202.10@2005 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-31 16:25:25 +00:00
mattf ff27977a36 Added the ability to deduplicate leads based upon statuses in the web based lead loader using templates only
git-svn-id: svn://192.168.202.10@2004 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-29 19:31:17 +00:00
mattf 8a66427512 fixed login bug in phone_only.php
git-svn-id: svn://192.168.202.10@2003 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-18 13:50:47 +00:00
mattf 8d3f5fc821 Several small fixes
rearranging of javascript variables for HTML display in agent time and peerformance detail reports
adding of PHONE list to agent_monitor.agi script
adding of recording_filename to dispo_call_url

git-svn-id: svn://192.168.202.10@2002 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-18 11:53:20 +00:00
mattf 9c7a7ae4e7 Added new agent_monitor.agi script to replace the agi-phone_monitor script for agent monitoring. Please read the AGENT_MONITOR.txt document for more information on the dialplan changes necessary to use this script.
git-svn-id: svn://192.168.202.10@2001 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-16 18:44:34 +00:00
mattf 778daa7b5b Added Reset Lead-Called-Status for Campaigns page to Admin Utilities
Added System Summary screen as default admin.php screen instead of User List

git-svn-id: svn://192.168.202.10@2000 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-15 13:29:53 +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
mattf 9b9d1db870 Fixed minor issue #675
git-svn-id: svn://192.168.202.10@1998 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-04 13:56:49 +00:00
mattf cf21ae391e Added several security changes to the admin interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
Added 3 new reports to the admin interface: url log, lagged log and user group login reports
Added new AST_phone_update.pl --agent-lookup flag to allow for logging of the IP address of the agent's SIP or IAX phone connection. Can be enabled as a crontab entry to perform the lookups on each asterisk server.

git-svn-id: svn://192.168.202.10@1997 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-07-02 06:00:53 +00:00
mattf d585504151 Added new perl script AST_recordings_export.pl to allow batch transfer audio recordings of vicidial inbound and outbound calls.
git-svn-id: svn://192.168.202.10@1996 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-24 04:21:07 +00:00
mattf 9e59340408 Fixed issue with scheduled callbacks not getting campaign presets
Fixed issue with QC agents not seeting form contents

git-svn-id: svn://192.168.202.10@1995 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-17 12:18:17 +00:00
mattf 9884e2ce4d 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 d810e35c65 Encoding fix for the inbound email parser perl script
git-svn-id: svn://192.168.202.10@1993 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-07 05:55:42 +00:00
mattf 3f7eb31997 comment fix
git-svn-id: svn://192.168.202.10@1992 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-04 03:06:33 +00:00
mattf 380af33c05 Fixed bug in email when agent choose in-groups is disabled, vicidial.php 2.7 trunk
git-svn-id: svn://192.168.202.10@1991 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-04 00:58:03 +00:00
mattf bf2c5b74f1 created dummy files for moved PHP scripts
git-svn-id: svn://192.168.202.10@1990 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-03 18:11:52 +00:00
mattf 333e3942c1 moving scripts
git-svn-id: svn://192.168.202.10@1989 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-03 18:09:30 +00:00
mattf adda5a8ff3 moving example scripts from agc to extras
git-svn-id: svn://192.168.202.10@1988 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-03 18:09:10 +00:00
mattf b197e67862 moving example scripts from agc to extras
git-svn-id: svn://192.168.202.10@1987 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-03 18:08:37 +00:00
mattf 7989fadcbd Fixed issue with busy agent login calls attempting to be logged in FastAGI_log.pl script
git-svn-id: svn://192.168.202.10@1986 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-31 20:59:44 +00:00
mattf afc2b23ef1 Added PLOGIN lookup option and no-prompt extension feature to the agi-phone_monitor.agi script
git-svn-id: svn://192.168.202.10@1985 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-20 16:39:28 +00:00
mattf 47e1d59089 Small fix for agent time detail report
git-svn-id: svn://192.168.202.10@1984 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-14 10:33:27 +00:00
mattf f6a8f70582 Added outbound state call time holidays functionality
git-svn-id: svn://192.168.202.10@1983 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-10 17:53:40 +00:00
mattf 015a36d65b Updated versions of files in new branch 2.7
Updated trunk versions to 2.8

git-svn-id: svn://192.168.202.10@1982 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-09 03:18:11 +00:00
mattf 2033a12174 Created stable release branch of 2.7
git-svn-id: svn://192.168.202.10@1981 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-09 02:47:36 +00:00
mattf f648297a7b Cleanup of agent code for other language builds
Update and cleanup of agent and admin language translation files
Update of agent and admin other languages static builds

git-svn-id: svn://192.168.202.10@1980 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-09 02:26:00 +00:00
mattf e96fe3cfd1 Added default field and length check validation, made errors appear in bold red text, admin_lists_custom.php
git-svn-id: svn://192.168.202.10@1979 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-08 15:02:15 +00:00
mattf f9ad92db6d Small fix for INVALID_2ND and 3RD in ADMIN_keepalive_ALL.pl script
git-svn-id: svn://192.168.202.10@1978 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-08 14:09:50 +00:00
mattf 6229a35c89 Added AST_timecheck.pl script to check for Asterisk update sync issues. Also added red indicator on Reports page servers table if server falls out of sync.
git-svn-id: svn://192.168.202.10@1977 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-03 20:10:31 +00:00
mattf 816a65fdbe Updated the Sangoma CPD doc and added a new cpd_statuses.sql file in extras
git-svn-id: svn://192.168.202.10@1976 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-05-02 21:24:12 +00:00
mattf a024a6853b fix for SQL math issue in campaign status list report
git-svn-id: svn://192.168.202.10@1975 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-26 04:07:43 +00:00
mattf eeb82ce6f4 Added status flag summaries and other formatting cleanup for thee Campaign Status List Report
git-svn-id: svn://192.168.202.10@1974 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-26 01:44:11 +00:00
mattf bd66fc6d9a added some notes to the email doc
git-svn-id: svn://192.168.202.10@1973 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-25 17:47:39 +00:00
mattf a3a4cc78de Added Survey No Response DROP option to send no-response calls to the campaign drop method
git-svn-id: svn://192.168.202.10@1972 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-25 11:19:55 +00:00
mattf 0f85f9905e Added survey_wait_sec campaign survey option
Added NOINT key for Call Menu prompts to allow for Playback() instead of Background()

git-svn-id: svn://192.168.202.10@1971 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-25 05:01:36 +00:00
mattf 4772ab343b fixed issue with pause code display in real-time report
git-svn-id: svn://192.168.202.10@1970 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-24 18:19:46 +00:00
mattf 3c60fe5e2d Added agent park/hold time stats to Agent Time Detail report
git-svn-id: svn://192.168.202.10@1969 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-23 12:04:36 +00:00
mattf afa945a8c0 Added VICIDIAL_rebuild_list_statuses.pl script, designed to scan all leads marked NOUSE and set them to their proper status, called_count and last_local_call_time according to the logs. Ability to restrict new list_id and old list_id as well.
git-svn-id: svn://192.168.202.10@1968 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-22 14:20:49 +00:00
mattf cd6c0cbc05 Added NANPA areacode and prefix phone number validation and timezone setting options to the admin web lead loader, the Non-Agent API and the CLI lead loader.
git-svn-id: svn://192.168.202.10@1967 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-21 01:43:34 +00:00
mattf 5aa6d396e8 Changed how menus in the hangup cause report were generated to speed up initial load time
git-svn-id: svn://192.168.202.10@1966 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-20 00:50:41 +00:00
mattf 45f5514f99 updated area code populate script, added field for lata_type
git-svn-id: svn://192.168.202.10@1965 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-19 17:32:37 +00:00
mattf 1c682a9fc7 Added Asterisk 1.8 compatibility for Sangoma CPD and the new SIP Hangup logging functions
Added new cpd and sip hangup patch for Asterisk 1.8.21

git-svn-id: svn://192.168.202.10@1964 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-19 00:07:00 +00:00
mattf 9f0fc2292f Changed how server list is generated for Carrier Log Report
Added auto-close to in-group/closer/territory selection screen if agent is not allowed to select.

git-svn-id: svn://192.168.202.10@1963 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-04-18 14:55:27 +00:00