Skip to content

Debugging With Chrome

blak3r edited this page Aug 2, 2012 · 3 revisions

How to debug: Open up Chrome, right click on the page somewhere and do "Inspect Element". Then, click on the Network tab. After you click on the icon a new index.php call should popup (make sure you get the one for CallCreate instead of Listener as they'll popup every 5s or so also. In the response is the result of the AMI login and CreateCall request. So, you should be able to see a useful error message hopefully.

Chrome Step 1 Chrome Step 2

See Debugging With Chrome for a page with screenshots illustrating how to debug this.

Clone this wiki locally