Cisco Cisco IOS Software Release 12.4(4)T

다운로드
페이지 30
 
SIP: CLI for Caller ID When Privacy Exists
  How to Configure SIP: CLI for Caller ID When Privacy Exists
7
Cisco IOS Release 12.4(4)T
Configuring Dial-Peer Level SIP: Blocking of Caller ID Information When 
Privacy Exists
The dial-peer specific command to strip the Calling Number from the Remote-Party-ID and From headers is 
as follows:
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
dial-peer voice dial-peer-number voip
4.
clid strip pi-restrict all
5.
exit
DETAILED STEPS
Configuring Globally the SIP: Calling Number for Display Name Substitution 
When Display Name Is Unavailable
When this is enabled, if there is no Display Name field but there is a number, it copies the number into 
the Display Name field, so the number is displayed on the recipient’s Call-ID display.
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted. 
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
dial-peer voice 
dial-peer-number voip
Example:
Router(config)# dial-peer voice 100 voip
Enters dial-peer configuration mode. 
Step 4
clid strip pi-restrict all
Example:
Router(config-dial-peer)# clid strip 
pi-restrict all
Enters block call ID information when privacy exists in 
dial-peer configuration mode.
Step 5
exit
Example:
Router# exit
Exits the current mode.