Cisco Cisco Agent Desktop 9.0 Betriebsanweisung

Seite von 258
User Interface
January 16, 2013
117
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 High Priority Chat Action
For the IPC High Priority Chat action to be successful, the agent must be logged in.
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>
     <IPCHighPriorityChatAction>
          <ActionName>IPC High Priority Chat Action</ActionName>
          <MessageText>
Need help from supervisor
</MessageText>
     </IPCHighPriorityChatAction>
</IPCActions>
IPC Record Action
For the IPC Record action to be successful:
A call appearance must be present in Agent Desktop
The call must be connected, on hold, or conferenced
The call must be the first call appearance listed in Agent Desktop
The message sent to Agent Desktop must conform to this XML format. The action 
supports two commands: start and stop. 
<?xml version="1.0"?>
<!-- IPC Receive Event Message -->
<IPCActions>
     <IPCRecordAction>
          <ActionName>IPC Record Action</ActionName>
          <Command>start</Command>
          <DisplayError>true</DisplayError>
     </IPCRecordAction>
</IPCActions>