Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
9-37
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 9      Agent Object
Methods
Syntax
C++:
int MakeEmergencyCall ()
int MakeEmergencyCall (Arguments& reserved_args)
COM:
HRESULT MakeEmergencyCall (/*[in, optional]*/  IArguments 
reserved_args, /* [out, retval]*/ int * errorcode)
VB:
MakeEmergencyCall () As Long
MakeEmergencyCall (reserved_args As CTIOSCLIENTLib.IArguments) As 
Long
Java:
 
int MakeEmergencyCall (Arguments args)
.NET:
CilError MakeEmergencyCall(Arguments args)
Parameters
reserved_args
Not currently used, reserved for future use.
Java/.NET: args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. See 
Remarks
The MakeEmergencyCall request is very similar to the RequestSupervisorAssist 
request in the following two ways:
  •
Both requests place a call from the requesting agent to a supervisor and are 
routed employing the same script. A typical script might attempt to route the 
call to the primary supervisor first (if logged in and in available state) and, 
failing that, to route the call to a skillgroup that all supervisors belong to.