Skip to content

muccc-rs/rusthotline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Hotline

A Yate-hotline implementation

Setup

Dependencies:

yate (>= 6.4.1) python (= 3) pip (=> 24)

Configuration:

  • SIP connection: /conf/accfile

Setup steps:

cd ivr
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

cd ..
./init.sh

Execution:

./run.sh

Logs can be found in callog.csv (for caller stats) and call.log (internal logging)

Next

  • rewrite the ivr in rust
  • send compatiple wav as Alert-Info header

Notable mentions:

python-yate

Development notes:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages