9 lines
254 B
Markdown
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
|
|
```
|
|
|