ESR series service routers.ESR-Series. User manual
•
•
•
•
•
•
•
•
•
•
19  VoIP management
SIP profile configuration algorithm
FXS/FXO ports configuration algorithm
Dial plan configuration algorithm
PBX server configuration algorithm
Registration trunk creation algorithm
VoIP configuration example
Dial plan configuration example
FXO port configuration
Example of VoIP configuration for FXS ports registration on external SIPserver
Example of VoIP configuration on internal PBX server
VoIP (Voice over IP) – set of protocols that allow transmission of voice information over IP networks. Within 
the given device, VoIP is used to connect analogue telephones to an IP network with the possibility to make 
phone calls.
19.1  SIP profile configuration algorithm
Step Description Command Keys
1 Configure SIP profile. esr(config)# sip profile 
<NUM>
<NUM> – SIP profile number, set in the 
form of a digit from 1 to 5.
2 Configure primary SIP proxy server 
and registration server.
esr(config-sip-profile)# 
proxy primary
3 Configure SIP proxy server. esr(config-voip-sip-proxy)# 
ip address proxy-server <IP>
<IP> – proxy server IP address
4 Configure a SIP proxy server port. esr(config-voip-sip-proxy)# 
ip port proxy-server <PORT>
<PORT> – number of proxy server UDP 
port, takes values of [1..65535]. If 
standard 5060 port is used,there is no 
need to specify it.
5 Configure a registration server 
address.
esr(config-voip-sip-proxy)# 
ip address registration-
server <IP>
<IP> – registration server IP address.
6 Configure a registration server 
port.
esr(config-voip-sip-proxy)# 
ip portregistration-server 
<PORT>
<PORT> – number of registration server 
UDP port, takes values of [1..65535].
If standard 5060 port is used,there is no 
need to specify it.
7 Enable registration. esr(config-voip-sip-proxy)# 
registration
8 Enable proxy server and 
registration server.
esr(config-voip-sip-proxy)# 
enable