]> git.ipfire.org Git - thirdparty/asterisk.git/commit
users.conf: Remove deprecated users.conf integration.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 9 Jul 2025 13:30:43 +0000 (09:30 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 10 Jul 2025 14:47:38 +0000 (14:47 +0000)
commit415daae95f06839fdaeef3b0ac3f39d1417211f3
tree6e9d789019037f57f306a7933e79af7cb19bd52a
parent5963e624e23bc48866fe98119f74f6d8bf69854a
users.conf: Remove deprecated users.conf integration.

users.conf was deprecated in Asterisk 21 and is now being removed
for Asterisk 23, in accordance with the Asterisk deprecation policy.

This consists of:
* Removing integration with app_directory, app_voicemail, chan_dahdi,
  chan_iax2, and AMI.
* users.conf was also partially used for res_phoneprov, and this remaining
  functionality is consolidated to a separate phoneprov_users.conf,
  used only by res_phoneprov.

Resolves: #1292

UpgradeNote: users.conf has been removed and all channel drivers must
be configured using their specific configuration files. The functionality
previously in users.conf for res_phoneprov is now in phoneprov_users.conf.
13 files changed:
apps/app_directory.c
apps/app_voicemail.c
channels/chan_dahdi.c
channels/chan_iax2.c
configs/samples/chan_dahdi.conf.sample
configs/samples/phoneprov.conf.sample
configs/samples/phoneprov_users.conf [new file with mode: 0644]
configs/samples/users.conf.sample [deleted file]
configs/samples/voicemail.conf.sample
contrib/scripts/vmail.cgi
main/manager.c
pbx/pbx_config.c
res/res_phoneprov.c