Skip to content

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

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL
Notifications You must be signed in to change notification settings

metastable-void/my117

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Topics

Resources

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL

Stars

Watchers

Forks

Languages