]> git.ipfire.org Git - thirdparty/asterisk.git/commit
voicemail.conf: Fix incorrect comment about #include.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 28 Mar 2023 13:37:55 +0000 (13:37 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 17:55:17 +0000 (17:55 +0000)
commitc9576cfeec238a4cf9861107b274332c88daa7c4
tree7923043de468d863721399ccf920f00008c1ad19
parent0e02fd15cbd4d9d0c2e569cf7d39ac28b2f4755f
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 f5289a5483c5be8bb78cb3dc6ad16a9e6e675003)
configs/samples/voicemail.conf.sample