From ab36192d6b9f170e4b896c323fe16f5c730aee91 Mon Sep 17 00:00:00 2001 From: waitec Date: Tue, 9 Jun 2015 12:53:34 +1000 Subject: [PATCH] Update index.php Changed to Australia voice locale, and personalised to Aurora Energy --- web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index ad2e705..6092fa6 100644 --- a/web/index.php +++ b/web/index.php @@ -32,7 +32,7 @@ $attributes = array( 'voice' => 'alice', - 'language' => 'en-GB' + 'language' => 'en-AU' ); $time = ""; @@ -41,7 +41,7 @@ } $twilioResponse = new Services_Twilio_Twiml(); - $response = sprintf("The current on-call engineer is %s. %s " + $response = sprintf("You've called the Aurora Energy RSG tech team. The current on-call person is %s. %s " . "Please hold while we connect you.", $user['first_name'], $time