Skip to content

samhinshaw/call-forwarder

Repository files navigation

Call Forwarder

This project is in development. I'll be taking notes along the way: NOTES.md

Shoutouts

Thanks to Pradeep Singh (@pradeesi) for blogging about his work. Thanks to @havocsec for adapting Pradeep's work into a Python3 API for the Conexant CX93001 modem. Thanks to @kolonist for the serial-at package.

Get Started

  • direnv
  • install reqs

Usage

Here we use nohup as a simple way to keep the process alive on our Pi:

# -u sets stdout & stderr to be "unbuffered"
# this is critical since we're using stdout for logging
nohup python -u call_logger.py > call_details.log &

References

Conversation Threads

About

Forward analog voice calls to a VoIP service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published