Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Automatic update to correct links

Overview

Multiexcerpt include
MultiExcerptNameAlert-Info_P_Early_Media_Interworking
PageWithExcerptTones and Announcements

Configuring AI to PEM Headers Interworking

Anchor
Use case1
Use case1
Use case 1: Network that Supports PEM

Configuring PEM

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

Configuring the flag announcementBasedTones

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

Configuring the flag convertAlertToProgress

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

Configuring the flag monitorRtpOnEgressUpdate

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

Configuring the parameter localRingBackTone

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

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

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

Configuring Session Answer

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

Configuring the flag convertAlertToProgress

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

Configuring the flag monitorRtpOnEgressUpdate

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

Configuring the parameter localRingBackTone

Code Block
% set profiles media toneAndAnnouncementProfile T1 localRingBackTone signalingTonePackageState enable
% commit

Configuring the parameter localRingBackTone

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

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

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

Configuring Session Answer

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

Configuring the flag announcementBasedTones

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

Configuring AI

Code Block
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags acceptAlertInfo enable

Configuring the flag monitorRtpOnEgressUpdate

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

Configuring the flag aiToPemInterworking

Code Block
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags aiToPemInterworking enable

Configuring the parameter localRingBackTone

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

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

Pagebreak