diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php
index b0ebe22adf..a5750097b8 100644
--- a/app/ring_groups/app_config.php
+++ b/app/ring_groups/app_config.php
@@ -146,10 +146,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the strategy.";
$z++;
- $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_sec";
- $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
- $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the timeout in seconds.";
- $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the timeout destination.";
diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php
index 52880d4a64..057afd2c64 100644
--- a/app/ring_groups/app_languages.php
+++ b/app/ring_groups/app_languages.php
@@ -136,11 +136,6 @@
$text['label-call-forward']['fr-fr'] = "Renvoi d'Appel:";
$text['label-call-forward']['pt-pt'] = "Encaminhar Chamada:";
- $text['label-call-timeout']['en-us'] = "Call Timeout";
- $text['label-call-timeout']['es-cl'] = "Timout de llamada";
- $text['label-call-timeout']['fr-fr'] = "Timeout d'Appel";
- $text['label-call-timeout']['pt-pt'] = "Timeout da Chamada";
-
$text['label-cid-prefix']['en-us'] = "CID Prefix";
$text['label-cid-prefix']['es-cl'] = "Prefijo CID";
$text['label-cid-prefix']['fr-fr'] = "CID Préfixe";
diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php
index 295ae62595..1168673224 100644
--- a/app/ring_groups/ring_group_edit.php
+++ b/app/ring_groups/ring_group_edit.php
@@ -75,7 +75,6 @@ else {
$ring_group_extension = check_str($_POST["ring_group_extension"]);
$ring_group_context = check_str($_POST["ring_group_context"]);
$ring_group_strategy = check_str($_POST["ring_group_strategy"]);
- $ring_group_timeout_sec = check_str($_POST["ring_group_timeout_sec"]);
$ring_group_timeout_action = check_str($_POST["ring_group_timeout_action"]);
$ring_group_cid_name_prefix = check_str($_POST["ring_group_cid_name_prefix"]);
$ring_group_ringback = check_str($_POST["ring_group_ringback"]);
@@ -143,7 +142,6 @@ else {
if (strlen($ring_group_name) == 0) { $msg .= $text['message-name']."
\n"; }
if (strlen($ring_group_extension) == 0) { $msg .= $text['message-extension']."
\n"; }
if (strlen($ring_group_strategy) == 0) { $msg .= $text['message-strategy']."
\n"; }
- if (strlen($ring_group_timeout_sec) == 0) { $msg .= $text['message-strategy']."
\n"; }
//if (strlen($ring_group_timeout_app) == 0) { $msg .= $text['message-timeout-action']."
\n"; }
//if (strlen($ring_group_cid_name_prefix) == 0) { $msg .= "Please provide: Caller ID Prefix
\n"; }
//if (strlen($ring_group_ringback) == 0) { $msg .= "Please provide: Ringback
\n"; }
@@ -324,7 +322,6 @@ else {
$ring_group_extension = $row["ring_group_extension"];
$ring_group_context = $row["ring_group_context"];
$ring_group_strategy = $row["ring_group_strategy"];
- $ring_group_timeout_sec = $row["ring_group_timeout_sec"];
$ring_group_timeout_app = $row["ring_group_timeout_app"];
$ring_group_timeout_data = $row["ring_group_timeout_data"];
$ring_group_cid_name_prefix = $row["ring_group_cid_name_prefix"];
@@ -377,7 +374,6 @@ else {
}
//set defaults
- if (strlen($ring_group_timeout_sec) == 0) { $ring_group_timeout_sec = '30'; }
if (strlen($ring_group_enabled) == 0) { $ring_group_enabled = 'true'; }
//set the context for users that are not in the superadmin group
@@ -568,17 +564,6 @@ else {
echo " ";
echo " ";
- echo "