cancel
From ss7api.null.ro
Contents |
Capability: Camel
Usage
This operation is used by the gsmSCF to request the gsmSRF to cancel a correlated previous operation. The operation to be deleted can be either a PlayAnnouncement or a PromptAndCollectUserInformation operation. It can also be used to cancell all outstanding requests.
Expected actions
Invoke parameters
- The operation contains one of the following parameters:
- invokeID – specifies the operation to be cancelled
- allRequests – indicates that all active requests for EventReportBCSM, ApplyChargingReport and CallInformationReport shall be cancelled.
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="cancel"> <cancelArg> <allRequests/> </cancelArg> </component>