8
PAI or PPI Header in Incoming and Outgoing SIP Calls Prior to the introduction of the PAI or PPI Header in Incoming and Outgoing SIP Calls feature, the P-Asserted-Identity (PAI) or the P-Preferred-Identity (PPI) privacy header was supported for outgoing calls at the global level. The PAI or PPI Header in Incoming and Outgoing SIP Calls feature is an enhancement to support PAI or PPI header for incoming and outgoing calls at the global level and dial-peer configuration mode. This module describes how to enable support for the PAI or the PPI privacy header in incoming and outgoing Session Initiation Protocol (SIP) requests or response messages. Finding Feature Information for PAI or PPI Header in Incoming and Outgoing SIP Calls, page 1 Contents, page 2 Information About PAI or PPI Header in Incoming and Outgoing SIP Calls, page 2 How to Configure PAI or PPI Header in Incoming and Outgoing SIP Calls, page 3 Configuration Examples for PAI or PPI Header in Incoming and Outgoing SIP Calls, page 5 Additional References, page 6 Feature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls, page 7 Finding Feature Information for PAI or PPI Header in Incoming and Outgoing SIP Calls Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls, on page 7. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn . An account on Cisco.com is not required. SIP Configuration Guide, Cisco IOS Release 15M&T 1

PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

Embed Size (px)

Citation preview

Page 1: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

PAI or PPI Header in Incoming and Outgoing SIPCalls

Prior to the introduction of the PAI or PPI Header in Incoming and Outgoing SIP Calls feature, theP-Asserted-Identity (PAI) or the P-Preferred-Identity (PPI) privacy header was supported for outgoing callsat the global level. The PAI or PPI Header in Incoming and Outgoing SIP Calls feature is an enhancementto support PAI or PPI header for incoming and outgoing calls at the global level and dial-peer configurationmode.

This module describes how to enable support for the PAI or the PPI privacy header in incoming and outgoingSession Initiation Protocol (SIP) requests or response messages.

• Finding Feature Information for PAI or PPI Header in Incoming and Outgoing SIP Calls, page 1

• Contents, page 2

• Information About PAI or PPI Header in Incoming and Outgoing SIP Calls, page 2

• How to Configure PAI or PPI Header in Incoming and Outgoing SIP Calls, page 3

• Configuration Examples for PAI or PPI Header in Incoming and Outgoing SIP Calls, page 5

• Additional References, page 6

• Feature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls, page 7

Finding Feature Information for PAI or PPI Header in Incomingand Outgoing SIP Calls

Your software release may not support all the features documented in this module. For the latest featureinformation and caveats, see the release notes for your platform and software release. To find informationabout the features documented in this module, and to see a list of the releases in which each feature is supported,see the Feature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls, on page7.

Use Cisco Feature Navigator to find information about platform support and Cisco software image support.To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn . An account on Cisco.com is notrequired.

SIP Configuration Guide, Cisco IOS Release 15M&T 1

Page 2: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

Contents

Information About PAI or PPI Header in Incoming and OutgoingSIP Calls

PAI or PPI Header OverviewFor incoming SIP requests or response messages, when the PAI or PPI privacy header is set, the SIP gatewaybuilds the PAI or PPI header into the common SIP stack, thereby providing support to handle the call datapresent in the PAI or PPI header. To process the data from the PAI or PPI header of incoming SIP calls, werecommend that you enable the asserted ID for the incoming dial peer.

For outgoing SIP requests or response messages, when the PAI or PPI privacy header is set, privacy informationis sent using the PAI or PPI header.

If the PAI or PPI asserted ID is not enabled either in dial-peer configuration mode or at the global level,the call data present in the PAI or PPI header of incoming SIP calls is ignored.

Note

Support for PAI or PPI Header at the Global LevelAt the global level, the support for the PAI or PPI header in incoming and outgoing calls is provided usingthe asserted-id command. The asserted-id command enables the support for generating the PAI or PPI header,or the Remote-Party-ID (RPID) or FROM header data, to populate outbound calling information.

Support for PAI or PPI Header in Dial-Peer Configuration ModeIn dial-peer configuration mode, the support for the PAI or PPI header in incoming and outgoing calls isprovided using the voice-class sip asserted-id command. The voice-class sip asserted-id command enablesthe support for generating the PAI or PPI header, or the Remote-Party-ID (RPID) or FROM header data, topopulate outbound calling information.

SIP Configuration Guide, Cisco IOS Release 15M&T2

PAI or PPI Header in Incoming and Outgoing SIP CallsContents

Page 3: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

How to Configure PAI or PPI Header in Incoming and OutgoingSIP Calls

Configuring the PAI or PPI Privacy Header at the Global Level

SUMMARY STEPS

1. enable2. configure terminal3. voice service voip4. sip5. asserted-id {pai | ppi}6. end

DETAILED STEPS

PurposeCommand or Action

Enables privileged EXEC mode.enableStep 1

Example:

Router> enable

• Enter your password if prompted.

Enters global configuration mode.configure terminal

Example:

Router# configure terminal

Step 2

Enters voice service VoIP configuration mode.voice service voip

Example:

Router(config)# voice service voip

Step 3

Enters voice service VoIP-SIP configuration mode.sip

Example:

Router(conf-voi-serv)# sip

Step 4

Configures the privacy header for incoming and outgoing SIPrequests and response messages.

asserted-id {pai | ppi}

Example:

Router(conf-serv-sip)# asserted-id pai

Step 5

• pai --Specifies the PAI type privacy header.

SIP Configuration Guide, Cisco IOS Release 15M&T 3

PAI or PPI Header in Incoming and Outgoing SIP CallsHow to Configure PAI or PPI Header in Incoming and Outgoing SIP Calls

Page 4: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

PurposeCommand or Action

• ppi --Specifies the PPI type privacy header.

Exits voice service VoIP-SIP configuration mode and returnsto privileged EXEC mode.

end

Example:

Router(conf-serv-sip)# end

Step 6

Configuring the PAI or PPI Privacy Header in Dial-Peer Configuration Mode

SUMMARY STEPS

1. enable2. configure terminal3. dial peer voice tag4. voice-class sip asserted-id {pai | ppi | system}5. end

DETAILED STEPS

PurposeCommand or Action

Enables privileged EXEC mode.enableStep 1

Example:

Router> enable

• Enter your password if prompted.

Enters global configuration mode.configure terminal

Example:

Router# configure terminal

Step 2

Enters dial-peer configuration mode.dial peer voice tag

Example:

Router(config)# dial peer voice 1

Step 3

SIP Configuration Guide, Cisco IOS Release 15M&T4

PAI or PPI Header in Incoming and Outgoing SIP CallsConfiguring the PAI or PPI Privacy Header in Dial-Peer Configuration Mode

Page 5: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

PurposeCommand or Action

Configures the privacy header for incoming and outgoing SIPrequests and response messages.

voice-class sip asserted-id {pai | ppi | system}

Example:

Router(config-dial-peer)# voice-class sipasserted-id pai

Step 4

• pai --Specifies the PAI type privacy header.

• ppi --Specifies the PPI type privacy header.

• system --Uses the global-level configuration settings toconfigure the dial peer.

Exits dial-peer configuration mode and returns to privilegedEXEC mode.

end

Example:

Router(config-dial-peer)# end

Step 5

Configuration Examples for PAI or PPI Header in Incoming andOutgoing SIP Calls

Example Configuring the PAI or PPI Privacy Header at the Global LevelThe following example shows how to enable support for the PAI privacy header:

Router> enableRouter# configure terminalRouter(config)# voice service voipRouter(conf-voi-serv)# sipRouter(conf-serv-sip)# asserted-id pai

Example Configuring the PAI or PPI Privacy Header in Dial-Peer ConfigurationMode

The following example shows how to enable support for the PPI header:

Router> enableRouter# configure terminalRouter(config)# dial peer voice 1Router(conf-voi-serv)# voice-class sip asserted-id ppi

SIP Configuration Guide, Cisco IOS Release 15M&T 5

PAI or PPI Header in Incoming and Outgoing SIP CallsConfiguration Examples for PAI or PPI Header in Incoming and Outgoing SIP Calls

Page 6: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

Additional ReferencesRelated Documents

Document TitleRelated Topic

Cisco IOS Master Commands List, All ReleasesCisco IOS commands

Cisco IOS Voice Command ReferenceCisco IOS Voice commands

For more information about Cisco IOS voice features,including feature documents, and troubleshootinginformation:

http://www.cisco.com/en/US/docs/ios/12_3/vvf_c/cisco_ios_voice_configuration_library_glossary/vcl.htm

Cisco IOS Voice Configuration Library

Standards

TitleStandard

--None

MIBs

MIBs LinkMIB

--None

RFCs

TitleRFC

--None

SIP Configuration Guide, Cisco IOS Release 15M&T6

PAI or PPI Header in Incoming and Outgoing SIP CallsAdditional References

Page 7: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

Technical Assistance

LinkDescription

http://www.cisco.com/cisco/web/support/index.htmlThe Cisco Support and Documentation websiteprovides online resources to download documentation,software, and tools. Use these resources to install andconfigure the software and to troubleshoot and resolvetechnical issues with Cisco products and technologies.Access to most tools on the Cisco Support andDocumentation website requires a Cisco.com user IDand password.

Feature Information for Handling PAI or PPI Header in Incomingand Outgoing SIP Calls

The following table provides release information about the feature or features described in this module. Thistable lists only the software release that introduced support for a given feature in a given software releasetrain. Unless noted otherwise, subsequent releases of that software release train also support that feature.

Use Cisco Feature Navigator to find information about platform support and Cisco software image support.To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.

Table 1: Feature Information for PAI or PPI Header in Incoming and Outgoing SIP Calls

Feature InformationReleasesFeature Name

Prior to the introduction of the PAIor PPI Header in Incoming andOutgoing SIP Calls feature, thePAI or the PPI privacy header wassupported for outgoing calls atglobal level. The PAI or PPIHeader in Incoming and OutgoingSIP Calls feature is anenhancement to support the PAI orthe PPI privacy header forincoming and outgoing calls at theglobal level and dial-peerconfiguration mode.

The following commands wereintroduced or modified:asserted-id, voice-class sipasserted-id.

12.4(24)T 15.1(3)TPAI or PPI Header in Incoming andOutgoing SIP Calls

SIP Configuration Guide, Cisco IOS Release 15M&T 7

PAI or PPI Header in Incoming and Outgoing SIP CallsFeature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls

Page 8: PAI or PPI Header in Incoming and Outgoing SIP Calls - · PDF fileContents Information About P AI or PPI Header in Incoming and Outgoing SIP Calls PAI or PPI Header Overview ForincomingSIPrequestsorresponsemessages

SIP Configuration Guide, Cisco IOS Release 15M&T8

PAI or PPI Header in Incoming and Outgoing SIP CallsFeature Information for Handling PAI or PPI Header in Incoming and Outgoing SIP Calls