This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('response.php');// this is kookoo library. You can download it from KooKoo website. | |
$r= new Response(); | |
//you will get the key after registering at mixpanel. | |
$metrics = new MetricsTracker("your_mixpanel_api_key"); | |
if($_REQUEST['event'] == 'NewCall') | |
{ | |
//get the phone number of the person who called |