Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c862eadf5e0163170affe7001b, userName='null'}
JIRAIDAUTHSBX-115557
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cdce0ab5, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cdce0ab5, userName='null'}


Available_since
TypeAvailable Since
Release10.1.2



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.                                                                                                                     

Code Block
% set addressContext <ac_name> zone <zone_name> generateCallIdWithDialogTransparency <disabled | enabled>

Command Parameters

ParameterDescription
generateCallIdWithDialogTransparency

Enable this flag for the SBC to natively generate the callID when dialog transparency is enabled.

The CallID is generated on the egress side.

  • disabled (Default)
  • enabled
Info
titleNote

You must enable dialogTransparency to use this flag.



Configuration Examples

Code Block
% 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