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
This commit is contained in:
mattf
2007-11-25 23:04:37 +00:00
parent fc8fb84f32
commit 31c206c796
9 changed files with 427 additions and 188 deletions
@@ -530,7 +530,9 @@ disable_alter_custdata ENUM('Y','N') default 'N',
no_hopper_leads_logins ENUM('Y','N') default 'N',
list_order_mix VARCHAR(20) default 'DISABLED',
campaign_allow_inbound ENUM('Y','N') default 'N',
manual_dial_list_id BIGINT(14) UNSIGNED
manual_dial_list_id BIGINT(14) UNSIGNED,
default_xfer_group VARCHAR(20) default '---NONE---',
xfer_groups TEXT default ''
);
CREATE TABLE vicidial_lists (
@@ -615,7 +617,8 @@ moh_context VARCHAR(50) default 'default',
onhold_prompt_filename VARCHAR(50) default 'generic_hold',
prompt_interval SMALLINT(5) UNSIGNED default '60',
agent_alert_exten VARCHAR(20) default '8304',
agent_alert_delay INT(6) default '1000'
agent_alert_delay INT(6) default '1000',
default_xfer_group VARCHAR(20) default '---NONE---'
);
CREATE TABLE vicidial_stations (