I want to setup a call monitor for showing incoming calls. My router (fritzbox) has a function, that sends for every event (incoming-, outgoing call...) a telnet stream. I can only see it via putty. I'm a webcoder, and have no idea how to grab this stream.
My question: Is there a software, which can fire an action( f.e call a url), when a defined telnet stream gets a new line?
I am not sure what you mean by webcoder but if you are comfortable with building a PHP web server, for example, you should be able to do this.
In very high level terms you could:
This will keep your call logs up to date, albeit with an amount of polling overhead.