Commit Graph
697 Commits
Author SHA1 Message Date
mattf ddfa080fd2 Fixed Fhour variable bug in several perl scripts
git-svn-id: svn://192.168.202.10@2204 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-25 04:17:19 +00:00
mattf 8c45446971 Changed to only allow running AST_vm_update.pl script on designated voicemail server, and run for all mailboxes
git-svn-id: svn://192.168.202.10@2198 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-24 15:29:23 +00:00
mattf 392077578b Added concurrency checks to several of the keepalive spawned scripts
Changed ASTVDautoFILL screen label to ASTVDadFILL
Added admin_test variable for vicidial.php to test dialers set to agent active=N

git-svn-id: svn://192.168.202.10@2185 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-13 21:44:47 +00:00
mattf 2c29887f10 Fixed bug #793 in adapt script
added logging to auto-dial script
added another exclusion for settings-only backup in backup script

git-svn-id: svn://192.168.202.10@2179 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-10 01:02:29 +00:00
mattf c1a75b97c1 Added did only option to recording export script
Added settings-only option to backup script, and removed log export from no-log option

git-svn-id: svn://192.168.202.10@2177 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-11-03 20:19:02 +00:00
mattf dc4ad42776 Added AST_DB_action.pl script to allow for easier generic SQL execution with logging to vicidial_admin_log table
git-svn-id: svn://192.168.202.10@2154 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-29 14:28:11 +00:00
mattf ba65e4a53c Fixed time range in SQL for sales export perl script
git-svn-id: svn://192.168.202.10@2152 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-07 15:00:05 +00:00
mattf d5f7f9330d type count fix for nanpa preload script
git-svn-id: svn://192.168.202.10@2146 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-03 04:32:27 +00:00
mattf 731d85e65f Updates to NANPA filter scripts and documentation
git-svn-id: svn://192.168.202.10@2145 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-03 04:19:21 +00:00
mattf d26b17e3fb Added additional phone prefix type of V to NANPA filtering code as landline (S)
git-svn-id: svn://192.168.202.10@2144 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-07-03 03:35:34 +00:00
mattf 593184d35c Added ability to use Wrap-Up messages with calls terminated through Hotkeys
git-svn-id: svn://192.168.202.10@2141 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-26 13:37:02 +00:00
mattf c253a7157b fixed bug in ADMIN keepalive script
git-svn-id: svn://192.168.202.10@2133 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-20 14:51:15 +00:00
mattf 147bf644e3 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 9176751dfa Updated version numbers and builds for branch 2.9
Changed trunk to 2.10, added upgrade_2.10.sql

git-svn-id: svn://192.168.202.10@2128 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-13 02:05:37 +00:00
mattf 8d30182f26 Fixed issue with consultative agent transfers in Asterisk 1.8 AST_manager_listen.pl
git-svn-id: svn://192.168.202.10@2122 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-05-24 13:26:54 +00:00
mattf 16b072fdd8 Fixed typos, issue #760
git-svn-id: svn://192.168.202.10@2117 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-05-13 00:37:04 +00:00
mattf 5834630833 git-svn-id: svn://192.168.202.10@2116 3d104415-ff17-0410-8863-d5cf3c621b8a 2014-05-10 05:51:39 +00:00
mattf 8e579b65cb added include options to nanpa filter script
git-svn-id: svn://192.168.202.10@2113 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-05-01 11:14:38 +00:00
mattf 0044ad7d18 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 b586b1a46b Added Max Inbound Calls options to Campaigns and Users to enforce a maximum number of inbound calls received per day per agent
git-svn-id: svn://192.168.202.10@2104 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-18 13:56:53 +00:00
mattf 73de36c725 Added --skip-rec-xtra option to not perform additional recording lookups beyond vicidial_id on AST_VDsales_export.pl script
git-svn-id: svn://192.168.202.10@2095 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-03 20:30:05 +00:00
mattf 61106230b0 Added MathZDC function to prevent division math with zero as one of the numbers
Cleaned up vdc_db_query.php mysql logging
Moved date definitions in keepalive script to the top of the script
Changed iax.conf 1.4 and higher: regcontext=iaxregistration

git-svn-id: svn://192.168.202.10@2094 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-04-03 01:05:16 +00:00
mattf b62695ade4 Added CALLID as a recording filename variable
Added IMAP and POP3 debug flag option when --debugX used
Added Called Counts List IDs Report

git-svn-id: svn://192.168.202.10@2086 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-03-13 13:25:04 +00:00
mattf fac42922d0 Altered ADMIN_archive_log_tables.pl script to use --days flag, allow for time periods of several years. months is still usable, but it's now an approximation.
git-svn-id: svn://192.168.202.10@2083 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-03-05 15:02:20 +00:00
mattf 56c0294690 Added option for SSL no-cert-verify (--ssl-no-cert) for email parsing script
git-svn-id: svn://192.168.202.10@2077 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-25 19:09:14 +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 e3539915ce Fixed minor admin bugs
Added Non-Agent API functions: server_refresh, check_phone_number

git-svn-id: svn://192.168.202.10@2072 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-14 21:52:59 +00:00
mattf ba83fdeeb9 Fixes and updates for inbound email parser perl script
git-svn-id: svn://192.168.202.10@2069 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-02-12 17:45:45 +00:00
mattf 1063ef2cba phone option added to allow no instructions to be played on direct extension calls that go to voicemail
git-svn-id: svn://192.168.202.10@2063 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-27 04:06:50 +00:00
mattf 9d7dff4798 Added VMAIL_NO_INST options to send calls to voicemail with no instructions playing after the voicemail greeting
git-svn-id: svn://192.168.202.10@2062 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-26 20:40:20 +00:00
mattf e55d0e7979 Fixed play order issue with MoH in Astrisk 1.8
git-svn-id: svn://192.168.202.10@2054 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-01-13 00:40:22 +00:00
mattf daaa72100c 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 0e2b3cd339 AST_phone_update.pl asterisk 1.8 compatibility fixed, issue #724
git-svn-id: svn://192.168.202.10@2047 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-12-10 18:18:22 +00:00
mattf cfc93926af Added called_count logging to vicidial_log and vicidial_closer_log.
Fixed unanswered agent outbound call logging issue

git-svn-id: svn://192.168.202.10@2046 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-12-10 13:09:34 +00:00
mattf b0be132731 Added servers option to auto-restart Asterisk, turned off by default
Fixed several missing DB finish functions on perl scripts

git-svn-id: svn://192.168.202.10@2043 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-11-22 22:48:40 +00:00
mattf f07f36013d Fixed small issues in nanpa filter scripts with the exclude options
git-svn-id: svn://192.168.202.10@2038 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-10-17 10:30:12 +00:00
mattf 771ae6db9e Added Lead Tools Advanced page
Added agent manual dial by lead ID
Several small fixes
hopper script features added for campaign restriction

git-svn-id: svn://192.168.202.10@2036 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-10-17 02:14:44 +00:00
mattf a824050877 Fix for disable_auto_dial system option
git-svn-id: svn://192.168.202.10@2035 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-10-16 10:59:32 +00:00
mattf b5cee53e15 Added filter exclude options to nanpa filter scripts
Fixes minor issues in admin.php
Added user group to agent performance detail report

git-svn-id: svn://192.168.202.10@2031 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-10-06 01:19:36 +00:00
mattf 3c11856e44 Small changes to nanpa populate and preload processes
git-svn-id: svn://192.168.202.10@2029 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-28 12:18:48 +00:00
mattf 446b80719a Added filtering to AGI processes to help prevent DID SQL injection attacks
Added nanpa filtering log viewing to new NANPA updating process
Fixed span order in vicidial.php
Fixed issue with list webform overrides in agent interface
other small variable filtering fixes

git-svn-id: svn://192.168.202.10@2023 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-26 01:27:15 +00:00
mattf 54857ff2d1 Added cellphone filtering service compatibility with DNC.COM. Read the CELLPHONE_USA_TCPA_FCC_COMPLIANCE.txt doc for more information
git-svn-id: svn://192.168.202.10@2022 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-22 18:07:49 +00:00
mattf 98bddb6874 ADMIN_reset_failed_count.pl added for easier resetting of too many failed logins
git-svn-id: svn://192.168.202.10@2021 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-10 23:22:44 +00:00
mattf 339d6bc59f Changed all admin PHP code to use mysqli functions
Fixes for issue #699
Fix for issue #697

git-svn-id: svn://192.168.202.10@2017 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-09-02 15:37:26 +00:00
mattf b6e8f5b524 bug fix for issue #690.
small addition to help text

git-svn-id: svn://192.168.202.10@2015 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-11 18:11:51 +00:00
mattf 007925b863 Added wget HTTP auth options and added more debug output to AST_VDsales_export.pl script
git-svn-id: svn://192.168.202.10@2014 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-08-11 15:46:09 +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 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 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