Resources | addressContext | zone | sipTrunkGroup | signaling | callingParty

callingParty

Specifies what SIP headers may be used when determining the Calling Party information.

Configuration

ParameterPresenceTypeDefaultDescription
paiForCallingPartyOenumerationenabled If enabled, the PAI header (if present) will be accepted to form the Calling-Party-ID. If disabled, any PAI header will be ignored. Note: This control takes no affect when your ingress SIP-I call leg is using the Q1912.5 variant.
ppiForCallingPartyOenumerationenabled If enabled, the PPI header (if present) will be accepted to form the Calling-Party-ID. If disabled, any PPI header will be ignored. Note: This control takes no affect when your ingress SIP-I call leg is using the Q1912.5 variant.
rpiForCallingPartyOenumerationenabled If enabled, the RPI header (if present) will be accepted to form the Calling-Party-ID. If disabled, any RPI header will be ignored. Note: This control takes no affect when your ingress SIP-I call leg is using the Q1912.5 variant.
fromHdrForCallingPartyOenumerationenabled If enabled, the FROM header will be used to form the Calling-Party-ID provided no allowed PAI/PPI/RPI header is present. If disabled, the FROM header is not used. Note: This control takes no affect when your ingress SIP-I call leg is using the Q1912.5 variant.
mapIsupCgpnToPAIOenumerationdisabled If enabled, PAI and FROM header will be created from the CGPN parameter in the ISUP when there are no PAI/PPI/RPI headers present in the received SIP message.
mapFromHeaderToIsupGAPOenumerationdisabled If enabled, Isup GAP is created from the FROM header received.
cpcParamFromHeaderOenumerationdefault SIP Mapping CPC parameter from incoming call to outgoing call. default - map CPC parameter from PAI TEL header. or map CPC parameter from From header, if PAI TEL has no CPC. or map CPC parameter from From header, if there is no PAI header. or map CPC parameter as default ordinary. paitel - only map CPC parameter from PAI TEL header if exists. fromheader - only map CPC parameter from From header if exists.
trustedSourceForIsupOenumerationenabled Used to indicate if the message came from a trusted source and the FROM header can be used to map into ISUP parameters.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={name}/signaling/callingParty

  • No labels