From ba54bce3458b149bf67198c2c7ffcb583cef9af2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Dec 2014 09:45:14 +0000 Subject: [PATCH] Remove the a1 hash which breaks integration with Asterisk. a1 hash was also undermined by reverse authentication. --- app/extensions/resources/classes/extension.php | 10 +++++----- resources/schema.php | 2 -- resources/switch.php | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/extensions/resources/classes/extension.php b/app/extensions/resources/classes/extension.php index 9f2e0a693e..93ce7b86d5 100644 --- a/app/extensions/resources/classes/extension.php +++ b/app/extensions/resources/classes/extension.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Copyright (C) 2010 - 2013 + Copyright (C) 2010 - 2014 All Rights Reserved. Contributor(s): @@ -239,14 +239,14 @@ } $xml .= " \n"; $xml .= " \n"; - $xml .= " \n"; - //$xml .= " \n"; + //$xml .= " \n"; + $xml .= " \n"; $xml .= " \n"; $xml .= " \n"; //voicemail settings - $xml .= " \n"; - //$xml .= " \n"; + //$xml .= " \n"; + $xml .= " \n"; switch ($row['voicemail_enabled']) { case "true": $xml .= " \n"; diff --git a/resources/schema.php b/resources/schema.php index 54e3dbfd9c..6418d68204 100644 --- a/resources/schema.php +++ b/resources/schema.php @@ -31,6 +31,4 @@ include "root.php"; //$db->db_type = $db_type; //$db->add(); - - ?> \ No newline at end of file diff --git a/resources/switch.php b/resources/switch.php index 3d36a38e99..489c9041ab 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2013 + Portions created by the Initial Developer are Copyright (C) 2008-2014 the Initial Developer. All Rights Reserved. Contributor(s):