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

The invocation of handleCalledNumber requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty. The method is invoked when the callingParty tries to call the calledParty, but before the network routes the call to the calledParty. For example, the calledParty does not have to refer to a real end user, i.e., it could be a service number. 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 in the network, i.e. the call will be routed to the calledParty number, as originally dialled.
  • "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_handleCalledNumberResponse  handleCalledNumber (handleCalledNumber parameters)
[fault:  ServiceException  PolicyException  InvocationException  ]
Operation Type: Request-response
Collapse Input: CallDirection_handleCalledNumberRequest
handleCalledNumber parameters  
Collapse Output: CallDirection_handleCalledNumberResponse
handleCalledNumberResponse 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_handleCalledNumberRequest
<soap:body  use="literal" />
Output: CallDirection_handleCalledNumberResponse
<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="handleCalledNumber">
-<wsdl:documentation>
<xhtml:p>The invocation of handleCalledNumber requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty. The method is invoked when the callingParty tries to call the calledParty, but before the network routes the call to the calledParty. For example, the calledParty does not have to refer to a real end user, i.e., it could be a service number. 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 in the network, i.e. the call will be routed to the calledParty number, as originally dialled.</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 ©