Added agent_heartbeat for 3way-press-1 outside-agents
git-svn-id: svn://192.168.202.10@3797 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Agent 3-way Press-1 Calls DOC Started: 2023-11-13 Updated: 2024-01-10
|
||||
Agent 3-way Press-1 Calls DOC Started: 2023-11-13 Updated: 2024-01-14
|
||||
|
||||
|
||||
This document will go over how to set up Agent Screen 3-way calls with outside
|
||||
@@ -44,6 +44,7 @@ Transfer = The outside-user call is transferred to the agent and customer.
|
||||
Declined = The outside-user call did not press '1' to accept the call.
|
||||
Too Slow = Multi-Call Only, The outside-user did press '1' to accept the call, but another outside-user pressed '1' before them.
|
||||
Defeated = Multi-Call Only, another outside-user pressed '1' before them, so this call was hung up.
|
||||
Agent Gone = The agent 3way call is gone, no ability to accept outside-agent transfer
|
||||
Hungup = Either the call timed out or another outside-user pressed '1' before them, so this call was hung up.
|
||||
|
||||
|
||||
@@ -133,6 +134,7 @@ server_ip VARCHAR(15),
|
||||
session_id_3way VARCHAR(20) default '',
|
||||
status VARCHAR(40),
|
||||
call_channel VARCHAR(100) default '',
|
||||
agent_heartbeat DATETIME,
|
||||
index(call_date),
|
||||
index(caller_code),
|
||||
index(call_3way_id),
|
||||
|
||||
@@ -82,3 +82,4 @@ IQNANQ - In-Queue call No-Agent-No-Queue drop
|
||||
SRDROP - SHARED outbound campaign drop to in-group, not included in most DROP stats
|
||||
HUCXXX - Enhanced Disconnect Logging level 3 failed calls, where 'XXX' is the disconnect code. For example: "HUC18" for Cause 18 (SIP 408 Request timeout)
|
||||
ADAIR - Dead Air Auto, for AMD NOAUDIODATA calls
|
||||
ACFLTR - Inbound call areacode filter check
|
||||
|
||||
Reference in New Issue
Block a user