dslreports logo
Search similar:


uniqs
265

cybersaga
join:2011-12-19
Odessa, ON

cybersaga

Member

[General] Pause your music when the phone rings

I thought I'd let you guys know of a project I worked on years ago that I came back to recently. It's a Winamp plugin that can pause, stop or turn down the volume when the phone rings. At first I made it use a modem. But a few months ago I finally ditched my ATA and went with an IP phone, so the modem wouldn't work with this anymore.

Since I work from home and usually have music going, I wanted this to work. So one night I pulled out the source code (after about a decade) and updated it to listen for a SIP INVITE. I configured Anveo to also send each call to a SIP URI, which is my dynamic DNS name and a non-standard port. I opened the port on my router, and it worked!

I know not a whole lot of people use Winamp anymore, especially since AOL abandoned it. But since it's supposed to be revived by new owners soon(ish), I thought it was worth maintaining online. I took the opportunity to figure out how to use GitHub today and put it up there.

I'm curious as to how many people would use it. So if you do, let me know what you think.

Check it out here: WinampRING

toro
join:2006-01-27
Scarborough, ON

toro

Member

How dynamic is your IP address ? (pretty dynamic on DSL and pretty static on cable).
My only concern with this would be that Anveo may not do a DNS query every time so they may no notice IP address changes.
Otherwise, it's an interesting idea.

cybersaga
join:2011-12-19
Odessa, ON

cybersaga

Member

I'm on cable, so it's fairly static.