Show HN: Siproc – A primitive SIP client that spawns processes for each call
1–10 of 14 posts
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#2What 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 software like this nowadays, when freshmeat etc. are either gone or read-only. Preferably a place that is not GitHub.
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#3This 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…
Please consider adding a license.
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#4This 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://sourcehut.org/ is what I recommend for publishing code when one doesn't want to use GitHub/etc.
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#5Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#6Spawning 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
#7This 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.
Re: Show HN: Siproc – A primitive SIP client that spawns processes for each call
#8Spawning 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
#9This 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…