Skip to content

Instantly share code, notes, and snippets.

@dice
Created July 29, 2012 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dice/3198224 to your computer and use it in GitHub Desktop.
Save dice/3198224 to your computer and use it in GitHub Desktop.
PHP code snippet for FullCourt Call Tracking Sample Code
<?php
require_once("./include/config.php");
header("Content-type: text/xml");
$db = new DB();
$db->save_call();
?>
<Response>
<Dial callbackUrl="http://dev.fullcourt.co/FullCourt-Call-Tracking/record_call.php" method="POST" callerId="815058383124">
<Number><?php echo(AGENT_NUMBER);?></Number>
</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment