Difference between revisions of "Cancel"
From ss7api.null.ro
(Created page with "==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 eit...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:cancel}} | ||
==Capability: Camel== | ==Capability: Camel== | ||
Latest revision as of 15:25, 28 August 2013
Contents |
[edit] Capability: Camel
[edit] 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.
[edit] Expected actions
[edit] 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.
[edit] Result parameters
This operation does not expect a result.
[edit] Example
<component localCID="1" type="Invoke" operationCode="cancel"> <cancelArg> <allRequests/> </cancelArg> </component>