R2511-HP MSR Router Series Voice Command Reference(V5)
234
SIP trunk configuration commands
address
Use address to add a member server to a SIP server group and configure the server information.
Use undo address to delete the configuration.
Syntax
address index-number { ipv4 ip-address | dns dns-name } [ port port-number ] [ transport { udp | tcp |
tls } ] [ url { sip | sips } ]
undo address index-number
Default
A SIP server group has no member server.
Views
Server group view
Default command level
2: System level
Parameters
index-number: Index, in the range 1 to 5.
ipv4 ip-address: IPv4 address of the SIP server.
dns dns-name: Domain name of the SIP server. A domain name can include case-insensitive letters, digits,
hyphens (-), underscores (_), and dots (.), with a maximum length of 255 characters.
port port-number: Specifies a port number for the SIP server, in the range of 1 to 65535. Without this
keyword, the port used depends on the transport layer protocol. In other words, if UDP or TCP is specified
as the transport layer protocol, port 5060 is used; if TLS is specified as the transport layer protocol, port
5061 is used.
transport: Specifies the transport layer protocol used for the connection between the SIP trunk device and
the SIP server.
udp: Specifies UDP as the transport layer protocol for the connection between the SIP trunk device and
the SIP server. By default, the UDP protocol is adopted.tcp: Specifies TCP as the transport layer protocol
for the connection between the SIP trunk device and the SIP server.
tls: Specifies TLS as the transport layer protocol for the connection between the SIP trunk device and the
SIP server.
url: Specifies the URL scheme for the connection between the SIP trunk device and the SIP server.
sip: Specifies the SIP scheme as the URL scheme. By default, the SIP URL scheme is adopted.
sips: Specifies the SIPS scheme as the URL scheme.










