Commit Graph
109 Commits
Author SHA1 Message Date
mattf 203c6a501d Added default_xfer_group to in-groups and campaigns
Added allowable transfer groups(xfer_groups) to campaign detail screen
Changed around the transfer section of the vicidial.php agent screen to work with default transfer groups as well as allowable transfer groups for a campaign and a pull-down menu for Local Closer. Internal Closer has been removed because it is no longer necessary.

git-svn-id: svn://192.168.202.10@730 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-25 23:04:37 +00:00
mattf ffaa00538e fixed bug in admin.php - modify user's user group
added dynamic campaign list at login screen by doing XMLHTTPRequest lookup after user/pass entered in: vicidial.php/vdc_db_query.php

git-svn-id: svn://192.168.202.10@723 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-20 22:17:56 +00:00
mattf 76e5d3e318 documentation updates
sample Asterisk 1.4 conf file updates
updated AMD processing to work with Asteirsk 1.4

git-svn-id: svn://192.168.202.10@722 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-18 08:30:07 +00:00
mattf fe2142ec25 fixed bug where vicidial_campaign_agents and inbound_agents records would not be deleted when user record was deleted: admin.php
git-svn-id: svn://192.168.202.10@721 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-16 21:30:28 +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 e58dc3d3b8 made some small changes to copy code for consistency in admin.php
git-svn-id: svn://192.168.202.10@715 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-14 05:02:20 +00:00
mattf d428c29074 added ability to copy users and in-groups settings to new records
git-svn-id: svn://192.168.202.10@714 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-14 04:53:42 +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 549b05f7c5 added group rank and fewest calls options to next_agent_call for inbound_ALL agi and admin.php
git-svn-id: svn://192.168.202.10@706 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-11-04 04:43:04 +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 5d0ce9b450 added CLOSER call handling to the ALL_inbound agi script.
Added status summary to the CLOSERstats.php report

git-svn-id: svn://192.168.202.10@693 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-10-26 19:01:09 +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 f4d1611863 added optional AGC agent transfer log functionality to log all calls going to an agent in a text log file on the web server in the agc directory. vdc_db_query.php, admin.php, database change to system_settings table
git-svn-id: svn://192.168.202.10@678 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-09-08 14:06:08 +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 170281e1de minor fix to list mix in admin.php
git-svn-id: svn://192.168.202.10@651 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-08 15:34:15 +00:00
mattf f49f4ee27d cleanup of list mix interface with more error checking in admin.php
git-svn-id: svn://192.168.202.10@650 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-07-06 20:37:50 +00:00
mattf 4c8913db76 activated the New and Delete list mix functions in admin.php
git-svn-id: svn://192.168.202.10@648 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-30 15:11:13 +00:00
mattf e8d787c5de fixed small percent and status bugs in list mix feature in admin.php
git-svn-id: svn://192.168.202.10@647 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-29 21:51:33 +00:00
mattf bb93f68619 added ability to add and remove list elements from list mixes in admin.php
git-svn-id: svn://192.168.202.10@646 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-29 21:23:45 +00:00
mattf 8beed3308b fixed minor permissions bug in the campaign detail section of admin.php
git-svn-id: svn://192.168.202.10@645 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-25 18:31:43 +00:00
mattf b6abb52cfd The admin.php mix list interface now allows modifications of list mix entries
git-svn-id: svn://192.168.202.10@644 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-23 14:09:32 +00:00
mattf a40c471a4e fixed javascript error in new admin.php list mix feature
git-svn-id: svn://192.168.202.10@643 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-23 02:18:21 +00:00
mattf cfbebf31d1 added a hopper level of 20 to the admin.php script
git-svn-id: svn://192.168.202.10@642 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-21 18:04:22 +00:00
mattf a99b22bde8 Added Status Categories allowing for grouping of statuses and campaign-statuses
Changed the System Statuses and Campaign Statuses screens to allow modification without deletion.
Added an IE-incompatibilities document

git-svn-id: svn://192.168.202.10@639 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-14 06:41:28 +00:00
mattf 10627f3e53 added option on callback display in admin.php to sort by user/group/entrydate and ability to remove LIVE callbacks older than one week.
git-svn-id: svn://192.168.202.10@638 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-12 19:11:48 +00:00
mattf e134aaf36c Added link option to set LIVE callbacks to INACTIVE if older than one month in admin.php
git-svn-id: svn://192.168.202.10@636 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-08 18:59:39 +00:00
mattf 64b792483a minor bug fix to admin.php
addition of extras file to insert 24 channelbank phones table entries

git-svn-id: svn://192.168.202.10@635 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-06 22:09:57 +00:00
mattf 63d064906a More javascript changes to the admin.php mix list interface
git-svn-id: svn://192.168.202.10@634 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-02 17:02:26 +00:00
mattf e204414426 minor doc updates
more list mixing admin interface changes, formatting and some javascript

git-svn-id: svn://192.168.202.10@633 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-06-01 20:29:56 +00:00
mattf 25ef0ca5fb minor doc updates
started adding list mixing admin interface

git-svn-id: svn://192.168.202.10@632 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-31 20:33:29 +00:00
mattf 8a85570c49 added lists for all campaign sub-sections in admin.php
git-svn-id: svn://192.168.202.10@631 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-30 21:15:32 +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 88dccdac75 added help for list mix to admin.php
git-svn-id: svn://192.168.202.10@629 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-29 20:52:58 +00:00
mattf 702a98df35 more reformatting of admin.php campaign screens and separation of sub-sections for campaigns
git-svn-id: svn://192.168.202.10@626 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-23 20:14:20 +00:00
mattf 5475ad63d7 added vicidial_sales_viewer web page and spreadsheet viewing scripts
git-svn-id: svn://192.168.202.10@625 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-22 20:43:24 +00:00
mattf 229eb4172e updated docs
Started reformatting campaigns to use submenus to break up options

git-svn-id: svn://192.168.202.10@617 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-16 21:46:50 +00:00
mattf a4e3fe6859 added duplication checking by campaign and total system for lead loaders.
added phone_code override for lead loaders

git-svn-id: svn://192.168.202.10@612 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-10 20:16:29 +00:00
mattf 5ed521ddd0 fixed minor bug: campaign description modification bug in admin.php
git-svn-id: svn://192.168.202.10@610 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-05-10 16:09:33 +00:00
mattf b300edb8e8 fixed another small issue with allowed inbound groups in admin.php
git-svn-id: svn://192.168.202.10@582 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-04-09 15:27:09 +00:00
mattf 23d3c79784 fixed issues with allowed inbound groups in admin.php
git-svn-id: svn://192.168.202.10@581 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-04-09 15:07:54 +00:00
mattf 8b1f9f0499 added HOME link to admin.php, and associated system_settings field to DB and admin.php
added welcome.php, default HOME page
added QueueMqtrics report link on REPORTS section of admin.php if QM is enabled

git-svn-id: svn://192.168.202.10@578 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-04-02 16:02:14 +00:00
mattf 57116319a6 fixed documentation in admin.php for lead recycling: iis not only for auto-dial
git-svn-id: svn://192.168.202.10@572 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-29 12:37:44 +00:00
mattf d06e72d6c5 added sipsak display functionality for compatible SIP devices on VICIDIAL login, pause code and logout.
added sipsak installation instructions to SCRATCH_INSTALL

git-svn-id: svn://192.168.202.10@566 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-22 20:38:02 +00:00
mattf fde412bee9 added ability to allow agents to login to non-CLOSER campaigns if there are no leads in the hopper
git-svn-id: svn://192.168.202.10@559 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-19 20:28:14 +00:00
mattf d42749734a added disable agent's ability to alter customer data in vicidial.php
added ability to show agent when their session has been disabled

git-svn-id: svn://192.168.202.10@558 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-19 19:56:18 +00:00
mattf 5c00871c1a docs updates
git-svn-id: svn://192.168.202.10@556 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-16 17:59:24 +00:00
mattf 867db867fd Added script variable quick-entry function to admin.php
git-svn-id: svn://192.168.202.10@554 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-14 16:38:37 +00:00
mattf 25c22f6c6b fixed small bug in dialable leads calculation for admin.php
git-svn-id: svn://192.168.202.10@544 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-03-02 16:15:25 +00:00
mattf 0537c3df63 added queuemetrics_eq_prepend field for optional vicidial_list data prepend to the phone number in ENTERQUEUE events in queue_log
git-svn-id: svn://192.168.202.10@541 3d104415-ff17-0410-8863-d5cf3c621b8a
2007-02-23 16:12:24 +00:00