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...") |
Revision as of 13:04, 26 August 2013
Contents |
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 the default call record used for charging the call. The logicall call record is CAMEL specific.
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.
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:
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="furnishChargingInformation"> <fCIBillingChargingCharacteristics> <fCIBCCCAMELsequence1> <freeFormatData>99 94 40 62</freeFormatData> <partyToCharge> <sendingSideID>leg2</sendingSideID> </partyToCharge> </fCIBCCCAMELsequence1> </fCIBillingChargingCharacteristics> </component>