This is a project I desperately needed a few times in the past, but could not find anything covering my needs. What it does is to act as a SIP softphone, and spawn a process for each incoming or outgoing call, which can handle events (like DTMF tones) or do actions (like playing files) via stdin/stdout. Currently, I am using it to spam filter incoming calls at home. As a side question: I wonder where one can publish…
What is the git web server you're using? The UI is very clean and the underlying markup and CSS is also quite minimal.
Show HN: Siproc – A primitive SIP client that spawns processes for each call
11–14 of 14 posts
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#12Spawning a process for each call / endpoint is how almost every large phone switchboard does it. See also: Erlang The Movie: https://www.youtube.com/watch?v=uKfKtXYLG78
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#13This is a project I desperately needed a few times in the past, but could not find anything covering my needs. What it does is to act as a SIP softphone, and spawn a process for each incoming or outgoing call, which can handle events (like DTMF tones) or do actions (like playing files) via stdin/stdout. Currently, I am using it to spam filter incoming calls at home. As a side question: I wonder where one can publish…
I didn't look at the code yet, but this looks like it would be super useful for a home project I have now (interface with DoorKing gate controller) and would have been very helpful at my last job (verification code delivery). Please consider adding a license.
Thanks :)
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#14This is a project I desperately needed a few times in the past, but could not find anything covering my needs. What it does is to act as a SIP softphone, and spawn a process for each incoming or outgoing call, which can handle events (like DTMF tones) or do actions (like playing files) via stdin/stdout. Currently, I am using it to spam filter incoming calls at home. As a side question: I wonder where one can publish…
https://freshcode.club/ is the successor to freshmeat, not sure how well known it is though. https://sourcehut.org/ is what I recommend for publishing code when one doesn't want to use GitHub/etc.
The last one looks like it has too many features for my taste, but I will keep it in the back of my mind (or rather: my bookmarks) if I'm ever in need of something along the lines of GitHub.