Reference Guide

1452 | voice sip Dell PowerConnect W-Series ArubaOS 6.2 | Reference Guide
voice sip
voice sip
dialplan-profile <dial-plan profile>
no...
session-expiry <session-expiry>
session-timer
Description
This command allows you to enable SIP session timer and associate a dial plan profile to the SIP ALG.
Syntax
Parameter Description Default
dial-plan
profile
Name of the existing Dial plan profile to be associated to the SIP ALG. _
session-expiry
Timeout value in seconds for the session timer. The range is 240 - 1200 seconds. 300 sec
session-timer
If enabled, the SIP session is terminated when no session refresh request is
received within the timeout value.
disabled
Usage Guidelines
You can configure the SIP settings such as enabling the session timer and associating a dial plan profile to the SIP
ALG. session-timer acts as a keep alive mechanism for the SIP sessions using the periodic session refresh requests
from the user agents. The interval for the session refresh requests is determined through a negotiation mechanism. If
a session refresh request is not received within the negotiated interval, the session is terminated. session-expiry is
the timeout interval of the session timer configured on the SIP ALG.
Example
The following command enables session timer on the SIP ALG:
(host) (config) #voice sip
(host)(SIP settings) #session-timer
The following command sets the timeout value of the session timer to 400 seconds on the SIP ALG:
(host)(SIP settings) #session-expiry 400
The following command associates the dial plan profile,
default
to the SIP ALG:
(host)(SIP settings) #dialplan-profile default
Command History
Version Description
ArubaOS 6.0 Command introduced.