R2511-HP MSR Router Series Voice Configuration Guide(V5)

168
Configuration procedure
1. Configure Router A:
# Configure the IP address of the Ethernet interface.
<RouterA> system-view
[RouterA] interface ethernet 2/1
[RouterA-Ethernet2/1] ip address 192.168.2.1 255.255.255.0
[RouterA-Ethernet2/1] quit
# Configure the voice entities.
[RouterA] voice-setup
[RouterA-voice] dial-program
[RouterA-voice-dial] entity 2222 voip
[RouterA-voice-dial-entity2222] address sip ip 192.168.2.2
[RouterA-voice-dial-entity2222] match-template 2222
[RouterA-voice-dial-entity2222] quit
[RouterA-voice-dial] entity 1111 pots
[RouterA-voice-dial-entity1111] line 1/0
[RouterA-voice-dial-entity1111] match-template 1111
[RouterA-voice-dial-entity1111] quit
[RouterA-voice-dial] quit
[RouterA-voice] quit
# Disable the calling voice subscriber line from sending the calling number to the remote end.
[RouterA] subscriber-line 1/0
[RouterA-subscriber-line1/0] undo cid send
[RouterA-subscriber-line1/0] quit
# Configure the P-Asserted-Identity header field.
[RouterA] voice-setup
[RouterA-voice] sip
[RouterA-voice-sip] privacy asserted
2. Configure Router B:
# Configure the IP address of the Ethernet interface.
<RouterB> system-view
[RouterB] interface ethernet 2/1
[RouterB-Ethernet2/1] ip address 192.168.2.2 255.255.255.0
[RouterB-Ethernet2/1] quit
# Configure the voice entity.
[RouterB] voice-setup
[RouterB-voice] dial-program
[RouterB-voice-dial] entity 2222 pots
[RouterB-voice-dial-entity2222] line 1/0
[RouterB-voice-dial-entity2222] match-template 2222
[RouterA-voice-dial] entity 1111 voip
[RouterA-voice-dial-entity1111] address sip ip 192.168.2.1
[RouterA-voice-dial-entity1111] match-template 1111
Configuration verification
When telephone 1111 calls telephone 2222, the calling number 1111 will not be displayed on telephone
2222.