Use the generateCallIdWithDialogTransparency
to natively generate the callID even when dialog transparency is enabled. The CallID is generated on the egress side.
Command Syntax
The following is the syntax for the generateCallIdWithDialogTransparency
object.
% set addressContext <ac_name> zone <zone_name> generateCallIdWithDialogTransparency <disabled | enabled>
Command Parameters
Parameter | Description |
---|---|
generateCallIdWithDialogTransparency | Enable this flag for the SBC to natively generate the callID when dialog transparency is enabled.
Note
You must enable dialogTransparency to use this flag. |
Configuration Examples
% set addressContext <INGRESS_AC1> zone <INGRESS_ZONE1> dialogTransparency enabled % set addressContext <EGRESS_AC1> zone <EGRESS_ZONE1> dialogTransparency enabled commit % set addressContext <EGRESS_AC1> zone <INGRESS_ZONE1> sipTrunkGroup <INGRESS_TG1> downstreamForkingSupport enable % set addressContext <EGRESS_AC1> zone <INGRESS_ZONE1> sipTrunkGroup <INGRESS_TG1> media earlyMedia forkingBehaviour lastReceivedSdp % set addressContext <EGRESS_AC1> zone <EGRESS_ZONE1> sipTrunkGroup <EGRESS_TG1> downstreamForkingSupport enable % set addressContext <EGRESS_AC1> zone <EGRESS_ZONE1> sipTrunkGroup <EGRESS_TG1> media earlyMedia forkingBehaviour lastReceivedSdp commit % set profiles media packetServiceProfile <INGRESS_PSP1> packetToPacketControl transcode transcoderFreeTransparency % set profiles media packetServiceProfile <EGRESS_PSP1> packetToPacketControl transcode transcoderFreeTransparency commit % set profiles signaling ipSignalingProfile <INGRESS_IPSP1> commonIpAttributes flags endToEndPrack enable % set profiles signaling ipSignalingProfile <EGRESS_IPSP1> commonIpAttributes flags endToEndPrack enable commit % set addressContext <INGRESS_AC1> zone <INGRESS_ZONE1> sipTrunkGroup <INGRESS_TG1> signaling proxyBehaviorFor18xWhenE2EPrackEnabled enabled % set addressContext <EGRESS_AC1> zone <EGRESS_ZONE1> sipTrunkGroup <EGRESS_TG1> signaling proxyBehaviorFor18xWhenE2EPrackEnabled enabled commit
Overview
Content Tools