http://www.ibm.com/wsdl/soa/pxcd/v1_0/interface
The handleNotReachable Operation

The invocation of handleNotReachable requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is not reachable when the call is received. Optionally, the callers name is provided. The application returns the action, which directs the gateway to perform one of the following actions:

  • "Continue", resulting in normal handling of the 'not reachable' event in the network, e.g. playing of a busy tone to the callingParty.
  • "EndCall", resulting in the call being terminated; the exact tone or announcement that will be played to the callingParty is operator-specific.
  • "Route", resulting in the call being re-routed to a calledParty specified by the application.

Optionally, in the action parameter, the application can also indicate the charging information.

CallDirection_handleNotReachableResponse  handleNotReachable (handleNotReachable parameters)
[fault:  ServiceException  PolicyException  InvocationException  ]
Operation Type: Request-response
Collapse Input: CallDirection_handleNotReachableRequest
handleNotReachable parameters  
Collapse Output: CallDirection_handleNotReachableResponse
handleNotReachableResponse result  
Collapse Fault:
ServiceException 
ServiceException ServiceException  
PolicyException 
PolicyException PolicyException  
InvocationException 
InvocationException InvocationException

Notification invocation exception.

 Collapse Bindings
Binding: CallDirectionBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: CallDirection_handleNotReachableRequest
<soap:body  use="literal" />
Output: CallDirection_handleNotReachableResponse
<soap:body  use="literal" />
Fault:
ServiceException: ServiceException
<soap:fault  name="ServiceException"
  use="literal" />
 
PolicyException: PolicyException
<soap:fault  name="PolicyException"
  use="literal" />
 
InvocationException: InvocationException
<soap:fault  name="InvocationException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="handleNotReachable">
-<wsdl:documentation>
<xhtml:p>The invocation of handleNotReachable requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is not reachable when the call is received. Optionally, the callers name is provided. The application returns the action, which directs the gateway to perform one of the following actions:</xhtml:p>
-<xhtml:ul>
<xhtml:li>"Continue", resulting in normal handling of the 'not reachable' event in the network, e.g. playing of a busy tone to the callingParty.</xhtml:li>
<xhtml:li>"EndCall", resulting in the call being terminated; the exact tone or announcement that will be played to the callingParty is operator-specific.</xhtml:li>
<xhtml:li>"Route", resulting in the call being re-routed to a calledParty specified by the application.</xhtml:li>
</xhtml:ul>
<xhtml:p>Optionally, in the action parameter, the application can also indicate the charging information.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException" />
<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException" />
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
Generated by WSDLdoc ©