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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user