•
•
•
•
•
•
•
•
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
VoIP (Voice over IP) – a set of protocols that allow to transmit voice data via 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 a SIP profile esr(config)# sip profile <NUM> <NUM> – SIP profile number,
set in the form of a digit from 1
to 5.
2 Configure a primary SIP proxy server
and registration server
esr(config-sip-profile)# proxy
primary
3 Configure a 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, you do not 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,
you do not 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