ESR series service routers.ESR-Series. User manual
•
•
•
•
•
•
Step Description Command Keys
8 Select a codec supported by a SIP
profile.
esr(config-pbx-profile)#
codec allow { G711A(alaw) |
G711U(ulaw) | G722 | G726 }
9 Select SIP profile type. esr(config-pbx-profile)#
client { peer | user | friend }
peer – incoming and outgoing
calls are allowed without
authorization.
user – only incoming calls are
allowed.
friend – combines peer and user
profile types.
10 Choose a NAT interaction policy
(optional).
esr(config-pbx-profile)# nat
{ comedia | force-port | both }
comedia – send media stream to
PBX port, regardless of SDP
instructions.
force-port – use rport even if it is
not present.
both – combines comedia and
force-port.
11 Select a SIP profile routing plan. esr(config-pbx-profile)#
ruleset <NAME>
<NAME> – name of the routing plan, set
by the string of up to 31 characters.
12 Create a subscriber. esr(config-pbx)# user <user> <user> – phone number or username, set
by the string of up to 31 characters.
13 Create a password for the
subscriber (optional).
esr(config-pbx-user)#
password <password>
<password> – password that will be used
by the user for authentication, set by the
string of up to 16 characters.
14 Use of SIP profile for the
subscriber.
esr(config-pbx-user)# profile
<SIPPROFILE>
<SIPPROFILE> – SIP profile used for this
subscriber, set by the string of up to 31
characters.
19.5 Registration trunk creation algorithm
Step Description Command Keys
1 Configure PBX server. esr(config)# pbx
2 Create trunk. esr(config-pbx)# register-
server <name>
<name> – trunk name, set by the string of
up to 31 characters.
3 Configure registration server
address.
esr(config-pbx-reg-server)#
ip address <IP>
<IP> – address of the server on which
registration proceeds, takes values of an
IP address or can be specified by the
string of up to 31 characters.