Overview

Configuring AI to PEM Headers Interworking

Use case 1: Network that Supports PEM

Configuring PEM

% set addressContext default zone defaultSigZone sipTrunkGroup TG1 media earlyMedia method pEarlyMedia defaultGatingMethod none monitorRtp enabled egressSupport enabled
% commit

Configuring the flag announcementBasedTones

% set profiles media toneAndAnnouncementProfile EXAMPLE localRingBackTone signalingTonePackageState enable flags announcementBasedTones enable

Configuring the flag convertAlertToProgress

% set addressContext default zone defaultSigZone sipTrunkGroup TG1 signaling convertAlertToProgress enabled
% commit

Configuring the flag monitorRtpOnEgressUpdate

% set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes flags monitorRtpOnEgressUpdate enable
% commit

Configuring the parameter localRingBackTone

% set profiles media toneAndAnnouncementProfile T1 localRingBackTone signalingTonePackageState enable flags useThisLrbtForIngress enable earlyMediaMethod pEarlyMedia withOrWithOutSDP enable
% commit   

Configuring Common IP Attributes of the IP Signaling Profile

% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags disableMediaLockDown enable minimizeRelayingOfMediaChangesFromOtherCallLegAll enable relayDataPathModeChangeFromOtherCallLeg enable sendOnlyPreferredCodec enable
% commit 

Use case 2: Network that does not Support PEM and AI

Configuring Session Answer

% set addressContext default zone defaultSigZone sipTrunkGroup TG1 media earlyMedia method sessionAnswer
% commit

Configuring the flag convertAlertToProgress

% set addressContext default zone defaultSigZone sipTrunkGroup TG1 signaling convertAlertToProgress enabled
% commit

Configuring the flag monitorRtpOnEgressUpdate

% set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes flags monitorRtpOnEgressUpdate enable
% commit

Configuring the parameter localRingBackTone

% set profiles media toneAndAnnouncementProfile T1 localRingBackTone signalingTonePackageState enable
% commit

Configuring the parameter localRingBackTone

% set profiles media toneAndAnnouncementProfile T1 localRingBackTone signalingTonePackageState enable flags useThisLrbtForIngress enable earlyMediaMethod pEarlyMedia withOrWithOutSDP enable
% commit   

Configuring Common IP Attributes of the IP Signaling Profile

% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags disableMediaLockDown enable minimizeRelayingOfMediaChangesFromOtherCallLegAll enable relayDataPathModeChangeFromOtherCallLeg enable sendOnlyPreferredCodec enable
% commit 

Use case 3: Network that does not Support PEM but Supports AI

Configuring Session Answer

% set addressContext default zone defaultSigZone sipTrunkGroup TG1 media earlyMedia method sessionAnswer
% commit

Configuring the flag announcementBasedTones

% set profiles media toneAndAnnouncementProfile EXAMPLE localRingBackTone signalingTonePackageState enable flags announcementBasedTones enable

Configuring AI

% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags acceptAlertInfo enable

Configuring the flag monitorRtpOnEgressUpdate

% set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes flags monitorRtpOnEgressUpdate enable
% commit

Configuring the flag aiToPemInterworking

% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags aiToPemInterworking enable

Configuring the parameter localRingBackTone

% set profiles media toneAndAnnouncementProfile T1 localRingBackTone signalingTonePackageState enable flags useThisLrbtForIngress enable earlyMediaMethod pEarlyMedia withOrWithOutSDP enable
% commit   

Configuring Common IP Attributes of the IP Signaling Profile

% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags disableMediaLockDown enable minimizeRelayingOfMediaChangesFromOtherCallLegAll enable relayDataPathModeChangeFromOtherCallLeg enable sendOnlyPreferredCodec enable
% commit 

  • No labels