R0106-HP MSR Router Series Voice Configuration Guide(V7)

13 6
# Configure the voice mailbox of Telephone A
Click the Edit A Mailbox link, enter the mailbox access number 9000 of Telephone A, and then
check whether the mailbox is created successfully. If you are prompted that the mailbox is not
present, click the Create/Delete Mailboxes link to create the mailbox of Telephone A, with the
mailbox number as 9000.
2. Configure Router A:
# Configure VoIP entity 9000 to obtain the destination IP address through the SIP proxy server,
and configure the called number as 9000 (mailbox access number) for the VoIP entity. This VoIP
entity is used for Telephone A to dial the mailbox access number to log in to the voice mailbox.
<RouterA> system-view
[RouterA] voice-setup
[RouterA-voice] dial-program
[RouterA-voice-dial] entity 9000 voip
[RouterA-voice-dial-entity9000] address sip proxy
[RouterA-voice-dial-entity9000] match-template 9000
[RouterA-voice-dial-entity9000] quit
# Configure the local number as 1000 for POTS entity 1000, and bind FXS interface line 2/1/1
to the POTS entity.
[RouterA-voice-dial] entity 1000 pots
[RouterA-voice-dial-entity1000] line 2/1/1
[RouterA-voice-dial-entity1000] match-template 1000
[RouterA-voice-dial-entity1000] quit
[RouterA-voice-dial] quit
[RouterA] quit
# Enable MWI on FXS interface line 2/1/1.
[RouterA] subscriber-line 2/1/1
[RouterA-subscriber-line1/0] mwi
[RouterA-subscriber-line1/0] quit
# Specify the IP addresses for the voice mail server, proxy server, and registrar. The IP address for
the voice mail server must be specified before the other two IP addresses.
[RouterA] voice-setup
[RouterA-voice] sip
[RouterA-voice-sip] mwi-server ip 100.1.1.101 unsolicited
[RouterA-voice-sip] proxy ip 100.1.1.101
[RouterA-voice-sip] registrar 1 ip 100.1.1.101
3. Configure Router B:
# Configure VoIP entity 1000 to obtain the destination IP address through the SIP proxy server,
and configure the called number as 1000 for the VoIP entity.
<RouterB> system-view
[RouterB] voice-setup
[RouterB-voice] dial-program
[RouterB-voice-dial] entity 1000 voip
[RouterB-voice-dial-entity1000] address sip proxy
[RouterB-voice-dial-entity1000] match-template 1000
[RouterB-voice-dial-entity1000] quit