]> 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:45:30 +0000 (11:45 -0500)
commitd0f39250eeb7e62496477fd4cf57827eb9a99624
tree0fa2c69f462779fdebb85d534c4b0ca6ef5cdc37
parentbad5bda08cf4595ee80aa3dca418ccff6356c98c
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