Difference between revisions of "ReleaseCall"
From ss7api.null.ro
(Created page with "==Capability: Camel== ==Usage== This operation is used by the gsmSCF to tear down an existing call at any phase of the call for all parties involved in the call. ==Expect...") |
(→Invoke parameters) |
||
| Line 11: | Line 11: | ||
==Invoke parameters== | ==Invoke parameters== | ||
| − | * ''' | + | * '''cause''' – the reason for releasing the call. |
==Result parameters== | ==Result parameters== | ||
Revision as of 11:55, 26 August 2013
Contents |
Capability: Camel
Usage
This operation is used by the gsmSCF to tear down an existing call at any phase of the call for all parties involved in the call.
Expected actions
- Upon the receipt of this operation, the gsmSCF will release the call in all directions with the cause indicator specified by the “cause” parameter.
Invoke parameters
- cause – the reason for releasing the call.
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="releaseCall">
<cause>69 35</cause>
</component>