Difference between revisions of "FurnishChargingInformation"
From ss7api.null.ro
(Created page with "==Capability: Camel== ==Usage== This operation is used by the gsmSCF to request the gsmSSF to generate, to register a logical call record or to include some information in t...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:furnishChargingInformation}} | ||
==Capability: Camel== | ==Capability: Camel== | ||
Latest revision as of 15:21, 28 August 2013
Contents |
[edit] Capability: Camel
[edit] Usage
This operation is used by the gsmSCF to request the gsmSSF to generate, to register a logical call record or to include some information in the default call record used for charging the call. The logicall call record is CAMEL specific.
[edit] Expected actions
- The first FCI (Furnish Call Information) of a call leg leads to the generation of the logical call record.
- Subsequent FCIs on the same call leg shall overwrite the contents of the call record.
[edit] Invoke parameters
- fCIBillingChargingCharacteristics – contains the following parameter:
- fCIBCCCAMELsequence1 – contains the following parameters:
- freeFormatData - indicates free-format billing and/or charging characteristics.
- partyToCharge – indicates the party to be billed. Contains the parameter “sendingSideID”.
- fCIBCCCAMELsequence1 – contains the following parameters:
[edit] Result parameters
This operation does not expect a result.
[edit] Example
<component localCID="1" type="Invoke" operationCode="furnishChargingInformation"> <fCIBillingChargingCharacteristics> <fCIBCCCAMELsequence1> <freeFormatData>99 94 40 62</freeFormatData> <partyToCharge> <sendingSideID>leg2</sendingSideID> </partyToCharge> </fCIBCCCAMELsequence1> </fCIBillingChargingCharacteristics> </component>