metastable-void / my117

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

Home Page:https://crates.io/crates/my117

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my117

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

Install

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.

About

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

https://crates.io/crates/my117

License:Apache License 2.0


Languages

Language:Rust 100.0%