Wake the router with a ring, then update DynDNS from isdn4linux logs
Now I have one of my favourite hacks on this router.
The problem was simple: when I am not at home and the line is down, I still want a way to make the box go online. I do not want to call home, let somebody pick up, log in somewhere, and then maybe start the connection. I want a stupid simple trick. If I call the home number, the box should see that and bring the line up.
But I do not want the caller to pay for the call. That was important for me. The whole trick should work before the call is really answered.
What the D-channel gives me
With ISDN the D-channel signal comes before the B-channel is really used for the actual call. isdn4linux logs things about incoming calls into syslog. When I noticed that, I got the idea that maybe I do not need some big elegant callback solution. Maybe I can just watch the logs.
This is exactly what I do. ... continue