In this section:
The
P-Charging-Vector flags:
createPChargingVector
at IP Signaling ProfilestorePChargingVector
at IP Signaling ProfilepChargingVectorHeader
transparency flag at IP Signaling ProfileinterOperatorId
flag at Trunk GroupRibbon recommends using the Transparency Profile to configure transparency on the SBC Core for new deployments, as well as applying additional transparency configurations to existing deployments. Do not use IP Signaling Profile flags in these scenarios because the flags will be retired in upcoming releases.
Refer to the SBC SIP Transparency Implementation Guide for additional information.
A P-CSCF does not transparently pass a P-Charging-Vector header received from UE in any request to IMS core. P-CSCF creates a new P-Charging-Vector header for each request (REGISTER, INVITE, and OOD non-INVITE) containing a unique "icid-value" and "icid-generated-at" parameters and insert the same in the outgoing request towards the core.
The
storeICID
is enabled, all the CDRs (ATTEMPT/START/STOP) contains the same ICID value for Crankback/Redirected call in protocol specific string as well as in the original call records.This is achieved by:
pChargingVectorHeader
transparency flag at the IP Signaling Profile attached with the TG, towards the IMS Core side.createPChargingVector
flag at the IP Signaling Profile attached with the TG, towards the IMS Core side.storePChargingVector
flag at the IP Signaling Profile attached with the TG, towards the UE.In addition, P-CSCF includes orig-IOI
parameter in the newly-created PCV for REGISTER and INVITE messages. The value for orig-IOI
parameter is configurable through InterOperatorID
parameter from sipTrunkGroup
object.
The
pChargingVectorHeader
transparency flag in the IP Signaling Profile attached with the TG, towards the IMS Core side.createPChargingVector
flag in the IP Signaling Profile attached with the TG, towards the IMS Core side.storePChargingVector
flag in the IP Signaling Profile attached with the TG, both towards the UE side and IMS Core side.When the P-Charging-Vector Header transparency option is selected in the IP Signaling Profile screen, the
When the Create P-Charging-Vector option is selected in the IP Signaling Profile screen, the
The
storePChargingVector
” flag provisioned from the IP Signaling Profile at ingress or egress side.If the
storePChargingVector
flag is disabled, the The CLI syntax to enable/disable the createPChargingVector
flag for P-CSCF and IBCF is shown below:
% set profiles signaling ipSignalingProfile <profile name towards core> commonIpAttributes flags createPChargingVector <enable | disable>
For populating interOperatorID
parameter, use:
% set addressContext default zone defaultSigZone sipTrunkGroup <EGRESS_TG_NAME> signaling interOperatorID <interoperator ID for MGCF>
The CLI syntax to enable/disable pChargingVectorHeader
transparency flag for IBCF is shown below:
% set profiles signaling ipSignalingProfile <egress name> commonIpAttributes transparencyFlags pChargingVectorHeader <enable | disable>
The CLI syntax to enable/disable the storePChargingVector
flag for P-CSCF and IBCF is shown below:
% set profiles signaling ipSignalingProfile <profile name towards core> commonIpAttributes flags storePChargingVector <enable | disable>
A P-Charging-Vector header is used to correlate the charging records generated by different entities on the path of the call. To include the information of the transit carriers for charging purposes, The P-Charging-Vector header can also carry a new parameter transit-IOI
, if the transit carriers are involved in a call. The Transit Inter Operator Identifier (Transit-IOI) is shared between sending, transit and receiving networks, service providers, or content providers. The transit-IOI
header field parameter is an indexed value that is incremented each time a value is added. If P-Charging-Vector transparency is enabled or create/store P-Charging-Vector is enabled, the
Based on local policy, the
transitIOI
parameter located under SIP Trunk Group's signaling
object to populate the specified value in the P-Charging-Vector header. This parameter must be configured on the Trunk Group facing the transit network and the configured value is inserted on the other leg in case of an egress message.For configuration details, refer to: