nixos-configuration/hosts/aluminium/services/asterisk/README.md
2023-11-09 00:01:57 +00:00

9 lines
254 B
Markdown

## custom voicemail greetings
Place `busy` and/or `unavail` file in users voicemail directory.
The file can be converted to the fitting format using sox
```bash
sox $input_file -t wav -b 16 -c 1 -r 8k -e signed-integer --endian little unavail.wav
```