Кроме перечисленных вариантов открывать ссылку (в которой в качестве параметра передается номер звонящего) умеет
FOP2
Q: Can I popup an arbitrary URL when a call comes in?
A: Yes. When your phone rings you will get a call notification. Via ajax the notification will trigger a request to the server to the script checkdir.php. You can modify that script to insert your own javascript code. At the very top there is a function named custom_popup() that will get 4 parameters: caller id number, caller id name or phonebook name,queue name if any and extension number. You can uncomment the sample function to fire a popup to google.com searching for the contact name.