An open API service indexing awesome lists of open source software.

https://github.com/metastable-void/my117

Japanese telephony speaking clock for Asterisk (or any applications supporing G.711 mu-law).
https://github.com/metastable-void/my117

asterisk speaking-clock telephony

Last synced: 10 months ago
JSON representation

Japanese telephony speaking clock for Asterisk (or any applications supporing G.711 mu-law).

Awesome Lists containing this project

README

          

# my117

Japanese telephony speaking clock for Asterisk (or any applications supporing G.711 mu-law).

## Install

```bash
cargo build --release
sudo cp target/release/my117 /usr/local/bin/
```

Asterisk musiconhold.conf:

```
[my117]
mode=custom
application=/usr/local/bin/my117
format=ulaw
```

Asterisk extensions.conf:

```
exten => _117,1,Answer
same => n,MusicOnHold(my117)
same => n,Hangup
```

## License

Apache 2.0 or MPL 2.0.