Package org.echarts.servlet.sip.features.vxmlRedirect

Generic feature to send caller to VXML media server where caller interacts with the media server (e.g.

See:
          Description

Interface Summary
VxmlRedirectFSMToJava  
 

Class Summary
Action Represents different actions to take on incoming call.
JavaToVxmlRedirectFSM  
VxmlRedirectBean Contains information on how to dispatch the incoming call.
VxmlRedirectFSM This FSM sends an incoming INVITE to a vxml resource as specified in sip.xml deployment descriptor via vxmlScript and vxmlServer parameters.
 

Enum Summary
VxmlRedirectCallbackStyle  
 

Package org.echarts.servlet.sip.features.vxmlRedirect Description

Generic feature to send caller to VXML media server where caller interacts with the media server (e.g. via key presses) to determine call disposition (e.g., continue call to dialed number, terminate call, etc.). The feature is customized via implementation of its SIP-To-Java interface, VxmlRedirectFSMToJava. See the KitCAT test case in the test directory for an example of its use.