Cisco Cisco Agent Desktop 8.5 Guia Do Utilizador

Página de 258
User Interface
January 16, 2013
115
The agent must be in the Not Ready state
There can be no call appearance present in Agent Desktop
The Make Call dialog box must be closed (if it is open, the action will close it)
The message sent to Agent Desktop must conform to this XML format. 
Bold
 text 
indicates a variable that must be replaced with your own values.
<?xml version="1.0"?>
<!-- IPC Receive Event Message -->
<IPCActions>
     <IPCMakeCallAction>
          <ActionName>IPC Make Call Action</ActionName>
          <PhoneNumber>
2961
</PhoneNumber>
          <DisplayError>true</DisplayError>
     </IPCMakeCallAction>
</IPCActions>
IPC Blind Transfer
The IPC Blind Transfer action transfers the active call directly to the phone number 
defined in the IPC message string. The call is transferred to the defined number and 
the agent is no longer connected to the call. The Dial Pad is not presented to the 
agent. 
For the IPC Blind Transfer action to be successful:
The agent must be on an active call appearance in Agent Desktop
The agent must be in a Talking state.  The agent can not have the active call in 
a Hold state.
If the IPC message string is submitted to Agent Desktop when these 
conditions are not met, Agent Desktop will present a generic error message 
stating that the agent requested action failed.
The IPC Blind Transfer message sent to Agent Desktop must conform to the following 
XML format. 
Bold
 text indicates a variable that must be replaced with the telephone 
number to be dialed and the delay value.  The delay value is expressed in 
milliseconds.
<?xml version="1.0"?>
<!-- IPC Receive Event Message -->
<IPCActions> 
<IPCBlindTransferAction> 
<ActionName>IPC Blind Transfer Action</ActionName> 
<PhoneNumber>
7865551234
</PhoneNumber>
<Delay>
0
</Delay>
<DisplayError>true</DisplayError> 
</IPCBlindTransferAction>
</IPCActions>