Has anyone ever heard of having online caller identification? My idea is simple
have a server made in Visual Basic or something sat on a server, that listens to calls being recieved, it then opens a page with the url
192.168.0.2/callid/index.php?action=add_call&area=01234&number=654123
the add_call function adds the data to the mysql database. you an then view a call log by going to
192.168.0.2/callid/index.php?action=show_log
this then displays all calls recieved.
When a call is recieved, it must check the database to see if the number is already in there, if it is it should pop up a little page on another pc saying somthing like
Caller : John Smith
Number : 01234-654123
Date : 17/02/2003 @ 12:41
if it isnt in the database it pops up a page like the one above but so you can add his/her details.
Does anyone think that this is possible?
I think the hardest part is gonig to be the popups, on a call.
Has anyone ever seen something like this?