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
+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';