#clock #japanese #telephony #applications #asterisk #mu-law #speaking

bin+lib my117

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

1 unstable release

0.1.0 Mar 6, 2024

#29 in #japanese

Download history 119/week @ 2024-03-01 52/week @ 2024-03-08 8/week @ 2024-03-15 16/week @ 2024-03-29 5/week @ 2024-04-05

51 downloads per month

Apache-2.0 OR MPL-2.0

440KB
549 lines

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.

Dependencies

~1.5MB
~20K SLoC