Added AGENTDIRECT feature, allows calls to go to logged-in VICIDIAL agents in their own queue without having to create a separate in-group for each agent. You can transfer calls to this using DIDs or VICIDIAL agents using transfer/conf with the destination user ID in the number-to-dial field and the AGENTDIRECT set as the transfer group.

git-svn-id: svn://192.168.202.10@1032 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-01-15 12:19:42 +00:00
parent 660fd6020c
commit 03a5a4e49a
10 changed files with 242 additions and 148 deletions
+3
View File
@@ -601,3 +601,6 @@ ALTER TABLE vicidial_campaigns ADD vtiger_create_lead_record ENUM('Y','N') defau
UPDATE system_settings SET db_schema_version='1123';
ALTER TABLE vicidial_closer_log ADD agent_only VARCHAR(20) default '';
UPDATE system_settings SET db_schema_version='1124';