From b6e647c037fc63288bada1905618557d6cd56c8a Mon Sep 17 00:00:00 2001 From: Tim Weber Date: Fri, 27 Dec 2024 12:21:22 +0000 Subject: [PATCH] Mention loading IVR audio via the filesystem Signed-off-by: Tim Weber --- doc/ivr.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ivr.md b/doc/ivr.md index 9b97b23..cd75c7c 100644 --- a/doc/ivr.md +++ b/doc/ivr.md @@ -376,6 +376,9 @@ If a file is missing, the behavior is undefined and it's quite possible that Dea Use `dearmep db store-blob --type ivr_audio FILENAMES` to import them into DearMEP's database. Make sure to check out `dearmep db store-blob --help` for additional options. +Alternatively, you can provide the messages as normal files in your filesystem. +The path to these files is configured using the `telephony.audio_source` setting in the config file. + ## Additional Files