Skip to content

marianabocoi/46elks_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recording utility for 46elks phone nr. redirection

For a project I needed to record an automatic response I got from a robot. I redirected my phone through 46elks and that allowed me to configure a phone nr. that would redirect to my number.

I would still have to answer the phone in order to get the recording.

Tech

  • 46elks phone nr. redirection
  • Flask localhost server
  • jinja templating
  • ngrok expose the local server to the internet

Setup

Create the phone nr. in 46elks through the API or in the web interface and configure it with:

{"connect":"+467XXXXXXXX","recordcall":"http://XYZ.ngrok.io/record"}

Start this server locally running:

ELKS_USER="..." ELKS_KEY="..." python3 run.py

Run ngrok to get a link:

ngrok http 127.0.0.1:5000

Done!

Listing/Downloading wav files:

Just visit http://127.0.0.1:5000 or whatever link ngrok provided you.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published