Config attributes
Default
Value
Type
Values
Description
with names configured in the PBX.
voip.password
TEXT
""
The password for the account used to authenticate with the SIP registrar
and proxies. Required.
voip.user
TEXT
""
The username for the account used to authenticate with the SIP registrar
and proxies. Required.
voip.reg-use-proxy
0
BOOLEAN
0="False"
1="True"
Indicates whether the SIP proxy server(s) specified in the Proxy field should
be used when registering. Selecting this option will add the listed proxy
server(s) to the route headers of the SIP REGISTER request.
voip.realm
*
TEXT
""
Realm of the credential to authenticate against the server. The value here
must match the realm sent by the server in the WWW-Authenticate or
Proxy-Authenticate header in the 401/407 response. An asterisk ('*')
causes the endpoint to respond to any realms.
voip.reg-timeout
60
NUMBER
1 - 604800
Registration Timeout is the optional timeout for SIP account registration, in
seconds. The default is 60, and the maximum is 604800, which is 7 days.
voip.rereg-delay
300
NUMBER
1 - 604800
If SIP registration is unsuccessful, this field specified the time duration
between retry attempts in seconds.
voip.use-timer
1
INDEXED_
OPTION
0="Inactive",
1="Optional",
2="Required"
Specify the preference for using SIP session keep-alive timers. During a SIP
session, if SIP session timers are active, the SIP User Agent (UA) periodically
sends INVITE or UPDATE requests (also called refresh requests) to keep the
SIP session alive. The interval and use of the keep-alive is determined at call
negotiation. If one of the UAs in a call does not receive the refresh request
within the expiration timeout period, it will terminate the session. The
available options are: Inactive - Session Timers will not be used in any
session, except if explicitly required in the remote request. Optional -
Session Timers will be used in all sessions whenever the remote supports
and uses it. Required - Session Timers support will be a requirement for the
remote to be able to establish a session.