com.cisco.jtapi.extensions
Interface CiscoRouteUsedEvent
- All Superinterfaces:
- javax.telephony.callcenter.events.RouteSessionEvent, javax.telephony.callcenter.events.RouteUsedEvent
public interface CiscoRouteUsedEvent
- extends javax.telephony.callcenter.events.RouteUsedEvent
The CiscoRouteUsedEvent event indicates that the RouteSession moved
into the RouteSession.ROUTE_USED state and the call terminated at a destination as a
result of application routing. This interface extends the RouteUsedEvent interface
and gets reported via the RouteCallback interface.
- See Also:
RouteSession,
RouteCallback,
RouteSessionEvent
|
Method Summary |
int |
getRouteSelectedIndex()
Returns an array index of the route where the call got routed. |
| Methods inherited from interface javax.telephony.callcenter.events.RouteUsedEvent |
getCallingAddress, getCallingTerminal, getDomain, getRouteUsed |
| Methods inherited from interface javax.telephony.callcenter.events.RouteSessionEvent |
getRouteSession |
getRouteSelectedIndex
int getRouteSelectedIndex()
- Returns an array index of the route where the call got routed.