Screen Pop

Is there a way to push the caller-id of a caller to a web page when someone receives a call? i.e salesforce.com or google.com.

-Matt

Comments

  • Found it:
    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 3 parameters: caller id number, caller id name or phonebook name and queue name if any. You can uncomment the sample function to fire a popup to google.com searching for the contact name. Eg:
Sign In or Register to comment.