mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update dialplan destinations
This commit is contained in:
@@ -157,10 +157,10 @@
|
||||
$text['label-accountcode']['pt-pt'] = "Codigo de cuenta";
|
||||
$text['label-accountcode']['fr-fr'] = "Nom de client";
|
||||
|
||||
$text['description-accountcode']['en-us'] = "Enter account code. This is use to keep track incase billing";
|
||||
$text['description-accountcode']['es-cl'] = "Ingrese el código de cuenta. Es utilizado en caso de usar la cobranza";
|
||||
$text['description-accountcode']['en-us'] = "Enter account code.";
|
||||
$text['description-accountcode']['es-cl'] = "Ingrese el código de cuenta.";
|
||||
$text['description-accountcode']['pt-pt'] = "";
|
||||
$text['description-accountcode']['fr-fr'] = "Entrez nom de client. Il est utilisé en casu ou vous utilisez le billing";
|
||||
$text['description-accountcode']['fr-fr'] = "Entrez nom de client.";
|
||||
|
||||
$text['label-carrier']['en-us'] = "Carrier name";
|
||||
$text['label-carrier']['es-cl'] = "Nombre del carrier";
|
||||
|
||||
@@ -224,7 +224,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$dialplan["dialplan_details"][$y]["dialplan_detail_order"] = $dialplan_detail_order;
|
||||
$y++;
|
||||
|
||||
//increment the dialplan detail order
|
||||
//increment the dialplan detail order
|
||||
$dialplan_detail_order = $dialplan_detail_order + 10;
|
||||
}
|
||||
|
||||
@@ -652,7 +652,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo $text['description-carrier']."\n";
|
||||
echo "</td>\n";
|
||||
|
||||
if ($action == "add"){ $destination_accountcode=$_SESSION['domain_name'];}
|
||||
//set the default account code
|
||||
if ($action == "add") { $destination_accountcode=$_SESSION['domain_name']; }
|
||||
}
|
||||
|
||||
echo "<tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user