Chapter 30 profile Commands
Management Switch Card User’s Guide
921
This command creates and configures a SIP profile. The values of the default SIP profile “DEFVAL” are as follows:
• SIP server domain name: 0.0.0.0
• SIP registrar server domain name: 0.0.0.0
• SIP proxy server domain name: 0.0.0.0
• SIP server port number: 5060
• SIP registrar server port number: 5060
• SIP proxy server port number: 5060
• Keep alive: off
• RTP port range start: 50000
• RTP port range end: 60000
The following example shows a command configuring a SIP profile named “sip10” with the following settings:
• SIP server domain name: host1.domain1
• SIP registrar server domain name: host2.domain2
• SIP proxy server domain name: host3.domain3
• SIP server port number: 5061
• SIP registrar server port number: 5062
• SIP proxy server port number: 5063
• Keep alive: on
• SE: 1000
• RTP Ports: 55000 to 60000
30.23.4 profile voip sip show Command
Syntax:
profile voip sip show [<profile>]
keepalive =
Turn SIP session keepalive off or on. When this is on, the SIP UA periodically sends
SIP session refresh requests.
<se>
=
The minimum session expiration time in seconds (90 ~ 65535)
switchtype =
Select the switch type for the NGN server:
1: Call transfer
2: Inquiry call
3: Broker call
4: Waiting call
5: Conference call
rtpport =
Set a range of RTP (Real time Transport Protocol) ports to use for voice data transfer.
<start-rtp-
port>
=
Start of RTP port number, should be even, 4000~64000.
<end-rtp-port>
=
End of RTP port number, should be even, 5000~65535.
ras> profile voip sip set sip10 host1.domain1 host2.domain2 host3.domain3
sipport 5061 regsvrport 5062 proxysvrport 5063 keepalive on 1000 rtpport
55000 60000