/mcpSuperinterfaces javax.telephony.callcenter.RouteSession Declaration public interface CiscoRouteSession extends javax.telephony.callcenter.RouteSession Fields Table 165: Fields in CiscoRouteSession Description Field Interface Each routeEvent() or reRouteEvent() that is sent starts a timer for the application to respond with a routeSelect() or endRoute(). The default value of this timer is 5 seconds. Should the application not respond within this time, the system calls an endRoute with this error. ERROR_ROUTESELECT_TIMEOUT static final int Because there is no default route mechanism in place, if there is no callback registered for this application, the system calls an endRoute with this error. ERROR_NO_CALLBACK static final int If an internal InvalidStateException occurred, or some preconditions or postconditions were not met during routing, the system calls endRoute with this error. ERROR_INVALID_STATE static final int This indicates that the redirect should be done by using the search space that is the default for the implementation. The default is to use the caller search space. DEFAULT_SEARCH_SPACE static final int This indicates that the redirect should be done by using the search space of the calling address. CALLINGADDRESS_SEARCH_SPACE static final int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 524 Cisco Unified JTAPI Extensions Superinterfaces