Package org.echarts.servlet.sip.features.ccf

A simple proxy servlet that conditionally sends a failure response to the caller.

See:
          Description

Interface Summary
CCFServletToJava Interface defining how CCFServlet calls out to its environment.
 

Class Summary
CCFServlet Servlet to conditionally send a failure response for a call.
 

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

A simple proxy servlet that conditionally sends a failure response to the caller. The servlet queries its SipToJava interface to determine if the call should fail and, if so, what the associated failure status code for the failure response should be. If the interface query indicates the call should not fail, then the call is forwarded normally.