Commit Graph
230 Commits
Author SHA1 Message Date
mattf 4fcf7dfdcf Added new AST_CRON_audio... scripts to handle mixing/compressing/ftping of audio recordings
git-svn-id: svn://192.168.202.10@787 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-03-03 05:30:22 +00:00
mattf 02a8684f02 Added option for ip_relay in install.pl and keepalive script(and in astguiclient.conf) to be used for blind monitoring of agents.
Also, updated conf file generation utility in install.pl and the default conf file examples with the new blind monitoring settings and reduced-complexity multi-server extens

git-svn-id: svn://192.168.202.10@785 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-27 21:22:09 +00:00
mattf 147fe706f1 added queue priority to in-groups and campaigns(admin.php, AST_VDauto_dial.pl, AST_timeonVDADall.php, agi-VDAD_ALL_inbound.agi)
updated UPGRADE doc

git-svn-id: svn://192.168.202.10@784 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-27 09:23:54 +00:00
mattf 65f86c9490 Fixed bugs in FastAGIlog script
added new report scripts
updated documentation
changed active agent display time in timeonVDADall from 30 minutes to 360 minutes
Changed all uniqueid fields in database to VARCHAR(20)

git-svn-id: svn://192.168.202.10@782 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-24 08:48:40 +00:00
mikec a4ab9796b4 Changed all instances of waitfor('/0\n$/') to waitfor('/[01]\n$/') in all perl scripts that login to the Asterisk manager interface. This allows the scripts to connect to the 1.1 manager interface in Asterisk 1.6.
git-svn-id: svn://192.168.202.10@781 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-20 18:57:36 +00:00
mattf e162f35586 fix for server_updater table for AST_update.pl
addition of db_schema_version and display in admin.php

git-svn-id: svn://192.168.202.10@776 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-12 05:06:04 +00:00
mattf 83d98e97ac Several bug fixes for remote agents,CLI lead loading, vdc_db_query
docs updated

git-svn-id: svn://192.168.202.10@775 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-02-08 13:40:05 +00:00
mattf ab699dbcdf fixed vicidial_log bug for closer calls in vdc_db_query.php
added hopper insertion logging to AST_VDhopper scripts
added better DMTF filtering in agi-IVR script as well as a one hour timeout

git-svn-id: svn://192.168.202.10@773 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-01-25 17:59:31 +00:00
mattf df9149c49e added ability for agents to change in-groups in CLOSER-type campaigns without logging out
updated docs
started work on adding a QC feature to the admin.php script

git-svn-id: svn://192.168.202.10@770 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-01-17 09:38:18 +00:00
mattf 09140d4c72 added AST_agent_logout.pl script to automatically logout all agents in one or all campaigns. Meant to be used as a crontab script.
git-svn-id: svn://192.168.202.10@766 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-01-12 10:07:20 +00:00
mattf 8e4c9af9de updated AST_VDhopper scripts to allow for 2nd NEW, 3rd NEW,... for other lead orders
git-svn-id: svn://192.168.202.10@765 3d104415-ff17-0410-8863-d5cf3c621b8a
2008-01-12 08:07:40 +00:00
mattf c560a37952 fixed minor bug in AST_VDremote_agents script
git-svn-id: svn://192.168.202.10@750 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-12-20 06:25:08 +00:00
mattf 513c3271dd fixed MySQL results errors in AST_DB_optimize.pl
git-svn-id: svn://192.168.202.10@747 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-12-15 09:17:24 +00:00
mattf bf1421e4e0 several documentation and example corrections.
git-svn-id: svn://192.168.202.10@744 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-12-09 20:28:51 +00:00
mattf ddd60f5546 several minor fixes and changes mostly to bin scripts
Change back to development half-version number: 2.0.4.0-5

git-svn-id: svn://192.168.202.10@743 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-12-06 03:13:04 +00:00
mattf 86a1c29a91 SQL bug fixed in AST_manager_listen.php
callbacks count and list bug fixed in vicidial.php and vdc_db_query.php
Documentation updates

git-svn-id: svn://192.168.202.10@737 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-30 09:12:04 +00:00
mattf f4a84bacbe fixed AST_CRON_mix_recordings scripts to match new DONEmonitor variables from astguiclient.conf
git-svn-id: svn://192.168.202.10@732 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-26 21:53:53 +00:00
mattf 7e735f1b9c added auto-pause notification to vicidial.php
git-svn-id: svn://192.168.202.10@728 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-22 08:11:59 +00:00
mattf 13827f2022 finished adding campaign_rank and fewest calls agent call routing
git-svn-id: svn://192.168.202.10@720 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-16 19:33:45 +00:00
mattf a54304e74a Added pipe-delimited output file to AST_agent_day.pl
git-svn-id: svn://192.168.202.10@718 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-15 07:56:43 +00:00
mattf 1ce87cf3f0 added framework for outbound campaign call routing by agent rank or calls_today
added ability to copy the settings of a campaign to a new campaign

git-svn-id: svn://192.168.202.10@713 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-13 22:40:38 +00:00
mattf 4ee74a5ed6 added GSM_sALe recording compression script for archive servers
changed IVR regording to use recording_id only as filename

git-svn-id: svn://192.168.202.10@712 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-13 05:30:46 +00:00
mattf 6b51cdf598 fixed overdialing bug in audo_dialFILL script
git-svn-id: svn://192.168.202.10@709 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-12 04:51:19 +00:00
mattf 5a7674b47b fixed bug in AST_DB_optimize script
fixed issues with tz_divide script
docs updates

git-svn-id: svn://192.168.202.10@708 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-09 22:35:58 +00:00
mattf bb77c6a404 docs updates and added new bin script to divide leads by timezone
git-svn-id: svn://192.168.202.10@707 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-06 08:23:43 +00:00
mattf cff2f295de fixed bugs in VDoptimize script
git-svn-id: svn://192.168.202.10@703 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-01 04:15:45 +00:00
mattf 3132aa6219 added hopper priority
added default campaign manual dial list
added description of ASCII report generation scripts to SCRATCH INSTALL doc

git-svn-id: svn://192.168.202.10@700 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-31 05:14:39 +00:00
mattf 61af81e812 changed CLOSER-type to not require special campaign_id characters
added 5th and 6th new dial orders
added default list 999

git-svn-id: svn://192.168.202.10@696 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-30 02:20:31 +00:00
mattf a2fc6f5d21 added several new features to inbound groups such as agent alerts, custom music-on-hold per group, rankings for agents per inbound group and other options
git-svn-id: svn://192.168.202.10@689 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-22 17:47:00 +00:00
mattf 7a60696bc7 updated audio transfer scripts to use astguiclient.conf for settings
updated report generating scripts to use astguiclient.conf for settings
added audio transfer and report FTP settings to the install.pl script

git-svn-id: svn://192.168.202.10@684 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-05 04:58:51 +00:00
mattf f125a74b0c updating audio recording transfer scripts to not mix and compress files if the FTP server does not Ping
git-svn-id: svn://192.168.202.10@683 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-05 03:38:46 +00:00
mattf 18c145c8cb added program to remove non-sale recordings from recording archive server
added commands for purging of old recordings and logs to crontab in INSTALL docs

git-svn-id: svn://192.168.202.10@680 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-09-17 19:03:56 +00:00
mattf 33aab83c3f added simple script to do a source_id summary report
git-svn-id: svn://192.168.202.10@676 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-09-06 18:46:57 +00:00
mattf 2c1435e791 added simple html recording link output to AST_VDsales_export.pl script
git-svn-id: svn://192.168.202.10@675 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-30 04:20:42 +00:00
mattf 08504cdb2d Added option to ADMIN_adjust_GMTnow_on_leads.pl to only update the GMT_offset for one specific list_id
git-svn-id: svn://192.168.202.10@671 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-23 20:56:45 +00:00
mattf 606678ef9e minor bug fix in the VICIDIAL_IN_new_leads_file.pl script
git-svn-id: svn://192.168.202.10@670 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-16 02:00:41 +00:00
mattf 96a2bcab3f Added entry_date to the import fields list in the VICIDIAL_IN_new_leads_file.pl script
git-svn-id: svn://192.168.202.10@669 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-16 01:32:24 +00:00
mattf 5f72b64e97 changed FastAGI_log.pl hangup pocess to run only 1 function instead of two.
IMPORTANT! read UPGRADE notes on changing the h exten in extensions.conf

git-svn-id: svn://192.168.202.10@668 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-15 14:58:01 +00:00
mattf 5d1a5abd9c fixed bug in AST_VDsales_export for fronter/closer campaigns
git-svn-id: svn://192.168.202.10@666 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-09 18:13:30 +00:00
mattf 802e3ebacc added called_count and status import to the command-line lead importer VICIDIAL_IN_new_leads.pl
git-svn-id: svn://192.168.202.10@661 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-08-01 13:19:44 +00:00
mattf 524449ada6 Added ALL statuses export option to AST_VDsales_export.pl script
git-svn-id: svn://192.168.202.10@658 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-30 15:43:41 +00:00
mattf b576a8eb35 AST_VDhopperMIX script working with list mix and EVEN_MIX, RANDOM, IN_ORDER mix methods.
git-svn-id: svn://192.168.202.10@655 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-10 02:48:05 +00:00
mattf eeb3499388 First functional beta of List-Mix-aware AST_VDhopper script
git-svn-id: svn://192.168.202.10@654 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-10 00:33:48 +00:00
mattf cbd7d45d20 in admin.php hopper_level must be 100 or higher when using list_mix
additions to list_mix in hopper script

git-svn-id: svn://192.168.202.10@653 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-09 21:42:38 +00:00
mattf d85480d2ec added FTP option to AST_VDsales_export.pl script
created new file for testing list mix and hopper population

git-svn-id: svn://192.168.202.10@652 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-09 18:13:42 +00:00
mattf e2e222f4eb added new recording moving script with no mixing for VICIDIAL recordings only into a dated folder on FTP server
added location http://... links on user stats and lead modification screens

git-svn-id: svn://192.168.202.10@649 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-02 16:59:53 +00:00
mattf a744fcf79e added status category tally gathering to AST_VDadapt.pl
added status category tally display to the timeonVDADall display scripts
altered database schema to accomodate the tally of status categories

git-svn-id: svn://192.168.202.10@640 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-19 17:44:31 +00:00
mattf 822bcd9502 added sales export script: AST_VDsales_export.pl
minor fixes

git-svn-id: svn://192.168.202.10@637 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-11 19:50:30 +00:00
mattf b623a20d31 added ability to modify the vicidial system statuses in admin.php
added human_answered field to vicidial_statuses and vicidial_campaign statuses
changed method for DROPs calculation in AST_VDadapt.pl
MODIFIED DATABASE, check the upgrade_2.0.4.sql file

git-svn-id: svn://192.168.202.10@630 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-30 19:34:27 +00:00
mattf f89a06e7f2 finished AST_DEDUPE_leads.pl It will now move duplicate leads within a campaign to another list_id per campaign or across the entire system.
git-svn-id: svn://192.168.202.10@624 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-22 17:42:23 +00:00