com.cisco.jtapi.extensions
Interface CiscoHuntConnection

All Superinterfaces:
javax.telephony.callcontrol.CallControlConnection, CiscoConnection, CiscoObjectContainer, javax.telephony.Connection

public interface CiscoHuntConnection
extends CiscoConnection

Introduction

The CiscoHuntConnection interface indicates that call is going through a hunt pilot. getAddress() on this interface returns CiscoAddress of type CiscoAddress.HUNT_PILOT. Applications may obtain the state of the connection via the getState() method.

Since:
8.0

Field Summary
 
Fields inherited from interface com.cisco.jtapi.extensions.CiscoConnection
ADDRESS_SEARCH_SPACE, CALLED_ADDRESS_DEFAULT, CALLED_ADDRESS_SET_TO_PREFERREDCALLEDPARTY, CALLED_ADDRESS_SET_TO_REDIRECT_DESTINATION, CALLED_ADDRESS_UNCHANGED, CALLINGADDRESS_SEARCH_SPACE, DEFAULT_SEARCH_SPACE, REASON_DIRECTCALL, REASON_FORWARDALL, REASON_FORWARDBUSY, REASON_FORWARDNOANSWER, REASON_OUTBOUND, REASON_REDIRECT, REASON_TRANSFERREDCALL, REDIRECT_DROP_ON_FAILURE, REDIRECT_NORMAL
 
Fields inherited from interface javax.telephony.callcontrol.CallControlConnection
ALERTING, DIALING, DISCONNECTED, ESTABLISHED, FAILED, IDLE, INITIATED, NETWORK_ALERTING, NETWORK_REACHED, OFFERED, OFFERING, QUEUED, UNKNOWN
 
Fields inherited from interface javax.telephony.Connection
CONNECTED, INPROGRESS
 
Method Summary
 CiscoConnection[] getAgentConnections()
          This method returns an array of connections to the hunt group member address or null.
 
Methods inherited from interface com.cisco.jtapi.extensions.CiscoConnection
disconnect, getAddressPI, getCiscoHuntConnection, getConnectionID, getDParkPrefixCode, getPartyInfo, getReason, getRequestController, getUniqueID, isChaperone, park, redirect, redirect, redirect, redirect, redirect, redirect, redirect, setRequestController
 
Methods inherited from interface javax.telephony.callcontrol.CallControlConnection
accept, addToAddress, getCallControlState, park, redirect, reject
 
Methods inherited from interface javax.telephony.Connection
disconnect, getAddress, getCall, getCapabilities, getConnectionCapabilities, getState, getTerminalConnections
 
Methods inherited from interface com.cisco.jtapi.extensions.CiscoObjectContainer
getObject, setObject
 

Method Detail

getAgentConnections

CiscoConnection[] getAgentConnections()
This method returns an array of connections to the hunt group member address or null.