account->calls->create($from, $to, $url . 'callback.php?number=' . $_REQUEST['called']); /* redirect back to the main page with CallSid */ $msg = urlencode("Connecting... ".$call->sid); header("Location: index.php?msg=$msg"); ?>