diff --git a/web/index.php b/web/index.php index ad2e705..cd96ffa 100644 --- a/web/index.php +++ b/web/index.php @@ -48,7 +48,8 @@ ); $twilioResponse->say($response, $attributes); - $twilioResponse->dial( $user['phone_number'], $attributes); + $dial = $twimlResponse->dial(array("callerId" => "+12132236055")); +$dial->number($user['phone_number']); // send response if (!headers_sent()) {