Remove provision device_extensions table in favor of the device_lines table. Set the mac address, line, and template from extensio edit php file.

This commit is contained in:
Mark Crane
2013-11-26 10:14:38 +00:00
parent 03104413fa
commit 5f02276930
3 changed files with 185 additions and 178 deletions
+15 -3
View File
@@ -178,14 +178,26 @@
$text['description-limit_destination']['pt-pt'] = "Introduza o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido.";
$text['description-limit_destination']['fr-fr'] = "Insérer la destination où déborder quand la limite des appels sortant est atteinte.";
$text['label-provisioning']['en-us'] = "Phone Provisioning";
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Telefone";
$text['label-provisioning']['fr-fr'] = "Provisioning du Téléphone";
$text['label-provisioning']['en-us'] = "Device Provisioning";
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Dispositivo";
$text['label-provisioning']['fr-fr'] = "Provisioning du Equipement";
$text['description-provisioning']['en-us'] = "Select a device and line number to assign to this extension.";
$text['description-provisioning']['pt-pt'] = "Escolha um dispositivo e um número para atribuir a esta extensão.";
$text['description-provisioning']['fr-fr'] = "Choisir un équipement et un nombre de lignes a assigner à cette extension.";
$text['label-line']['en-us'] = "Line";
$text['label-line']['pt-pt'] = "Linha";
$text['label-line']['fr-fr'] = "Ligne";
$text['label-device_mac_address']['en-us'] = "MAC Address";
$text['label-device_mac_address']['pt-pt'] = "Endereço MAC";
$text['label-device_mac_address']['fr-fr'] = "Adresse MAC";
$text['label-device_template']['en-us'] = "Template";
$text['label-device_template']['pt-pt'] = "Template";
$text['label-device_template']['fr-fr'] = "Template";
$text['label-vm_enabled']['en-us'] = "Voicemail Enabled";
$text['label-vm_enabled']['pt-pt'] = "Voicemail Activado";
$text['label-vm_enabled']['fr-fr'] = "Messagerie Vocale Active";