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).
- Host: GitHub
- URL: https://github.com/metastable-void/my117
- Owner: metastable-void
- License: apache-2.0
- Created: 2024-01-07T15:47:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T12:14:50.000Z (over 2 years ago)
- Last Synced: 2025-08-18T16:54:30.715Z (11 months ago)
- Topics: asterisk, speaking-clock, telephony
- Language: Rust
- Homepage: https://crates.io/crates/my117
- Size: 2.55 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.APACHE
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.