diff --git a/modules/worker/front/card/index.js b/modules/worker/front/card/index.js
index 9b4f6f93f..fe8a57fb9 100644
--- a/modules/worker/front/card/index.js
+++ b/modules/worker/front/card/index.js
@@ -22,7 +22,9 @@ class Controller {
},
{
relation: 'sip',
- scope: {fields: ['extension']}
+ scope: {
+ fields: ['extension', 'secret']
+ }
}, {
relation: 'department',
scope: {
diff --git a/modules/worker/front/index.js b/modules/worker/front/index.js
index 79f374f30..e9aa1424c 100644
--- a/modules/worker/front/index.js
+++ b/modules/worker/front/index.js
@@ -7,3 +7,4 @@ import './descriptor';
import './descriptor-popover';
import './search-panel';
import './basic-data';
+import './pbx';
diff --git a/modules/worker/front/locale/es.yml b/modules/worker/front/locale/es.yml
index 7caf36e0b..674d13ea0 100644
--- a/modules/worker/front/locale/es.yml
+++ b/modules/worker/front/locale/es.yml
@@ -7,4 +7,5 @@ Department: Departamento
User id: Id de usuario
Role: Rol
Extension: Extensión
-Go to client: Ir al cliente
\ No newline at end of file
+Go to client: Ir al cliente
+Private Branch Exchange: Centralita
\ No newline at end of file
diff --git a/modules/worker/front/pbx/index.html b/modules/worker/front/pbx/index.html
new file mode 100644
index 000000000..ed29e4450
--- /dev/null
+++ b/modules/worker/front/pbx/index.html
@@ -0,0 +1,28 @@
+