Files
telephony/net/asterisk/files/asterisk.conf
Andre Heider 04c1b2a250 asterisk: add an 'interface' option to trigger reregister events
If set this now automatically re-registers all outbound registrations when
the interface is becoming available. This ensures that no stale IPs are
registered at the SIP trunk.

Fixes #681

Signed-off-by: Andre Heider <a.heider@gmail.com>
2026-02-23 20:12:42 +01:00

18 lines
586 B
Plaintext

# The init script will create below default directories automatically.
# In case you change these paths in your Asterisk configuration, make
# sure that your directories exist and have the appropriate permissions
# (Asterisk will use the user "asterisk", not root).
# dbdir => '/var/lib/asterisk/astdb'
# logdir => '/var/log/asterisk'
# rundir => '/var/run/asterisk'
# spooldir => '/var/spool/asterisk'
# varlibdir => '/var/lib/asterisk'
config asterisk 'general'
option enabled '0'
option interface 'wan'
option log_stderr '1'
option log_stdout '0'
option options ''