From 261605162054baebf18dac79d8a9b894481116f2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 28 Apr 2013 04:36:30 +0000 Subject: [PATCH] Fix the gateway copy. --- app/gateways/gateway_copy.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/gateways/gateway_copy.php b/app/gateways/gateway_copy.php index 0d6f696b23..a82a87e2d7 100644 --- a/app/gateways/gateway_copy.php +++ b/app/gateways/gateway_copy.php @@ -103,10 +103,6 @@ else { $sql .= "caller_id_in_from, "; $sql .= "supress_cng, "; $sql .= "extension_in_contact, "; - $sql .= "effective_caller_id_name, "; - $sql .= "effective_caller_id_number, "; - $sql .= "outbound_caller_id_name, "; - $sql .= "outbound_caller_id_number, "; $sql .= "context, "; $sql .= "enabled, "; $sql .= "description "; @@ -134,10 +130,6 @@ else { $sql .= "'$caller_id_in_from', "; $sql .= "'$supress_cng', "; $sql .= "'$extension_in_contact', "; - $sql .= "'$effective_caller_id_name', "; - $sql .= "'$effective_caller_id_number', "; - $sql .= "'$outbound_caller_id_name', "; - $sql .= "'$outbound_caller_id_number', "; $sql .= "'$context', "; $sql .= "'$enabled', "; $sql .= "'$description' ";