mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 10:51:57 +00:00
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>
18 lines
586 B
Plaintext
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 ''
|