]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_directory: add ability to specify configuration file
authorMike Bradeen <mbradeen@sangoma.com>
Wed, 25 Jan 2023 22:27:31 +0000 (15:27 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 30 Jan 2023 16:07:36 +0000 (10:07 -0600)
commitef6901e1372b6951ab5ccd0206546413aff95c55
tree7c7be3d336951d90320cbd924649b4cf1a574239
parentf67258d17283f245b0d8a34c2288ca290fe679bf
app_directory: add ability to specify configuration file

Adds option to app_directory to specify a filename from which to
read configuration instead of voicemail.conf ie;

same => n,Directory(,,c(directory.conf))

This configuration should contain a list of extensions using the
voicemail.conf format, ie;

2020=2020,Dog Dog,,,,attach=no|saycid=no|envelope=no|delete=no

ASTERISK-30404

Change-Id: Id58ccb1344ad1e563fa10db12f172fbd104a9d13
apps/app_directory.c