Add German indications (#2005)

This commit is contained in:
jalr
2016-11-01 11:02:21 -06:00
committed by FusionPBX
parent f1db45d875
commit 7cb70299f4
4 changed files with 28 additions and 0 deletions
+6
View File
@@ -194,6 +194,12 @@
$text['opt-itring']['pt-br'] = "it-ring";
$text['opt-itring']['fr-fr'] = "it-ring";
$text['opt-dering']['en-us'] = "de-ring";
$text['opt-dering']['es-cl'] = "de-ring";
$text['opt-dering']['pt-pt'] = "de-ring";
$text['opt-dering']['pt-br'] = "de-ring";
$text['opt-dering']['fr-fr'] = "de-ring";
$text['opt-moh']['en-us'] = "music";
$text['opt-moh']['es-cl'] = "musica";
$text['opt-moh']['pt-pt'] = "música";
+1
View File
@@ -81,6 +81,7 @@ if (is_array($_REQUEST) && !empty($_REQUEST['src']) && !empty($_REQUEST['dest'])
case "pt-ring": $ringback_value = "\'%(1000,5000,400.0,0.0)\'"; break;
case "rs-ring": $ringback_value = "\'%(1000,4000,425.0,0.0)\'"; break;
case "it-ring": $ringback_value = "\'%(1000,4000,425.0,0.0)\'"; break;
case "de-ring": $ringback_value = "\'%(1000,4000,425.0,0.0)\'"; break;
case "us-ring":
default:
$ringback = 'us-ring';