registration_retry_interval
integer, e.g.
25
The number of seconds to wait before retrying to register after registration fails.
registration_max_retries
integer, e.g. 5
The number of times the phone will attempt to retry registering after registration fails.
Example
In this example:
the Digit Mapping for the phone is set to [0-8]xxx
The Label for the line, as it appears on the phone is BobbyJ
The Mailbox for the line is bob101
The Voicemail URI (number to be dialed) is 8000 at the 10.10.10.10 PBX.
The Outbound Proxy is 10.10.10.1 and its port is 5060.
The Transport type for the signaling is TCP
The Re-registration timeout is 300 seconds
The Registration Retry Interval is 25 seconds
The Maximum Registration Retries is 5 times
Example Line Configuration.
[bob101]
type=line
digit_map=[0-8]xx
line_label=BobbyJ
mailbox=bob101
voicemail_uri=sip:[email protected]
outboundproxy_address=10.10.10.1
outboundproxy_port=5060
transport=tcp
reregistration_timeout=300
registration_retry_interval=25
registration_max_retries=5
If SIP peers are configured using Asterisk Realtime, then the
parameter, as noted in the External Line section, must be
secret
populated for standard lines, with the secret used by the actual peer.
External Line Configuration Options
External lines are external to this Asterisk instance; they are lines that are not entries in sip.conf. The external line concept exists to work around
the forcing of lines as sip.conf peers. Since external lines are not SIP peers, they require more information than normal line configurations. Here
are the external line-specific configuration options.
Note that all internal line options are also available for external lines; but, any internal line options specific to applications on the
phone, such as mailbox to enable visual voicemail, will not work unless the server-side component resides on
Asterisk
this
instance.
Configuring an external line as the primary line for a phone will result in the advanced PBX features being disabled for the
phone
Option
Values
Description
server_address
string, e.g.
otherpbx.othercompany.com
The address this line should contact for registration and outbound calls
server_port
integer, e.g. 5060
The port this line should contact for registration and outbound calls. Defaults to
5060
secondary_server_address
string, e.g.
backuppbx.othercompany.com
The address this line should contact for registration and outbound calls if the
primary server is not available
secondary_server_port
integer, e.g. 5060
The port this line should contact for registration and outbound calls if the
primary server is not available