Earlier quoted context omitted.
I manually moderate the voicemails and run a script locally to build out a static site and upload it to Neocities. The site is relatively fresh (created within the past year); it just hasn't seen much traffic yet.
If the site blew up in popularity how would you plan to continue moderating the voicemails?
Anonymous public voicemail inbox
21–30 of 104 posts
Re: Anonymous public voicemail inbox
#22Earlier quoted context omitted.
I manually moderate the voicemails and run a script locally to build out a static site and upload it to Neocities. The site is relatively fresh (created within the past year); it just hasn't seen much traffic yet.
If the site blew up in popularity how would you plan to continue moderating the voicemails?
Re: Anonymous public voicemail inbox
#23Earlier quoted context omitted.
I manually moderate the voicemails and run a script locally to build out a static site and upload it to Neocities. The site is relatively fresh (created within the past year); it just hasn't seen much traffic yet.
If the site blew up in popularity how would you plan to continue moderating the voicemails?
Re: Anonymous public voicemail inbox
#24Really cool, thank you for posting Are you using something like asterisk or FreeSWITCH to connect to the siptrunk? If so, do you have a backend for the dialplan? Would love to see the code if possible
For fun I self-host Asterisk at home, but I'm using a cheap VoIP provider (VoIP.ms) to take the burden of hosting for this project. The code that I did write to pull messages is just some boring API interfacing in a simple Python script: https://gitlab.com/unixispower/after-the-beep/-/blob/main/_u...
How do you like voip.ms? Any other providers you’d recommend?
Re: Anonymous public voicemail inbox
#25Earlier quoted context omitted.
For fun I self-host Asterisk at home, but I'm using a cheap VoIP provider (VoIP.ms) to take the burden of hosting for this project. The code that I did write to pull messages is just some boring API interfacing in a simple Python script: https://gitlab.com/unixispower/after-the-beep/-/blob/main/_u...
Awesome, thank you! How do you like voip.ms? Any other providers you’d recommend?
Re: Anonymous public voicemail inbox
#26I'm dialing +1 442 667 2337
Re: Anonymous public voicemail inbox
#27Earlier quoted context omitted.
For fun I self-host Asterisk at home, but I'm using a cheap VoIP provider (VoIP.ms) to take the burden of hosting for this project. The code that I did write to pull messages is just some boring API interfacing in a simple Python script: https://gitlab.com/unixispower/after-the-beep/-/blob/main/_u...
Awesome, thank you! How do you like voip.ms? Any other providers you’d recommend?
Re: Anonymous public voicemail inbox
#28Re: Anonymous public voicemail inbox
#29the voicemails are genuinely wholesome and theme of the 90s, i cracked up at the hot pockets one some more details about stack and implementation would be great too curious how this was built
Site is static built using Jekyll. Voicemail inbox is hosted using VoIP.ms. I pull the voicemails manually by running a Python script, edit the Markdown file that the script spits out to add a memo, then run another script to build and upload the site to Neocities. I thought about making a dedicated "app" for all of it, but why make it more complicated than it has to be. I manually moderate all the calls anyway, so I…