mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
voicemail.conf: Fix incorrect comment about #include.
A comment at the top of voicemail.conf says that #include
cannot be used in voicemail.conf because this breaks
the ability for app_voicemail to auto-update passwords.
This is factually incorrect, since Asterisk has no problem
updating files that are #include'd in the main configuration
file, and this does work in voicemail.conf as well.
ASTERISK-30479 #close
Change-Id: I3bf7d275849ab83f55f7fb6702a75a3077ee1df3
(cherry picked from commit d0f39250ee)
This commit is contained in:
committed by
Asterisk Development Team
parent
5e7d21e5a5
commit
c9aa3b0169
@@ -4,10 +4,14 @@
|
|||||||
|
|
||||||
; ********* NOTICE ************************************************************
|
; ********* NOTICE ************************************************************
|
||||||
;
|
;
|
||||||
; NOTE: Asterisk has to edit this file to change a user's password. This does
|
; NOTE: Asterisk has to edit this file to change a user's password, so
|
||||||
; not currently work with the "#include <file>" directive for Asterisk
|
; do not use realtime static configuration with this file.
|
||||||
; configuration files, nor when using realtime static configuration.
|
; To avoid requiring config updates on password updates, you could use the
|
||||||
; Do not use them with this configuration file.
|
; passwordlocation option to store passwords separately.
|
||||||
|
;
|
||||||
|
; If your "source of truth" for voicemail passwords is elsewhere, you should
|
||||||
|
; use the externpassnotify option to notify whatever stores the passwords
|
||||||
|
; (e.g. external database) when there are changes, to keep it synchronized.
|
||||||
;
|
;
|
||||||
; NOTE: Mailboxes defined by app_voicemail MUST be referenced by the rest
|
; NOTE: Mailboxes defined by app_voicemail MUST be referenced by the rest
|
||||||
; of the system as mailbox@context. The rest of the system cannot add
|
; of the system as mailbox@context. The rest of the system cannot add
|
||||||
|
|||||||
Reference in New Issue
Block a user