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

The invocation of handleBusy requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is busy 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 busy 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_handleBusyResponse  handleBusy (handleBusy parameters)
[fault:  ServiceException  PolicyException  InvocationException  ]
Operation Type: Request-response
Collapse Input: CallDirection_handleBusyRequest
handleBusy parameters  
Collapse Output: CallDirection_handleBusyResponse
handleBusyResponse 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_handleBusyRequest
<soap:body  use="literal" />
Output: CallDirection_handleBusyResponse
<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="handleBusy">
-<wsdl:documentation>
<xhtml:p>The invocation of handleBusy requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is busy 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 busy 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 ©