deactivated the SO agent search option, replaced it with LO
Changed "After hours", "No agent no queue" and "drop timeout reached" DROPs to use AFTHRS/NANQUE/TIMEOT statuses respectively Added an option to record calls that enter through a DID until they end or enter an in-group queue Added ability to have AGENTDIRECT calls that drop go to user's defined voicemail box git-svn-id: svn://192.168.202.10@1314 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -537,7 +537,8 @@ custom_one VARCHAR(100) default '',
|
||||
custom_two VARCHAR(100) default '',
|
||||
custom_three VARCHAR(100) default '',
|
||||
custom_four VARCHAR(100) default '',
|
||||
custom_five VARCHAR(100) default ''
|
||||
custom_five VARCHAR(100) default '',
|
||||
voicemail_id VARCHAR(10)
|
||||
);
|
||||
|
||||
|
||||
@@ -1457,6 +1458,7 @@ list_id BIGINT(14) UNSIGNED default '999',
|
||||
campaign_id VARCHAR(8),
|
||||
phone_code VARCHAR(10) default '1',
|
||||
menu_id VARCHAR(50) default '',
|
||||
record_call ENUM('Y','N','Y_QUEUESTOP') default 'N',
|
||||
unique index (did_pattern),
|
||||
index (group_id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user