]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 10 Apr 2023 16:48:14 +0000 (11:48 -0500)
commitf5289a5483c5be8bb78cb3dc6ad16a9e6e675003
tree04473e19e2b090ae0ce0909ccb0ab07ffe2e1c9e
parent1ed147ffc11e7a3ed3a93dff0312cead1cc60ab9
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
configs/samples/voicemail.conf.sample