diff --git a/src/pages/CscPagePbxSettings.vue b/src/pages/CscPagePbxSettings.vue
index b15c7256..50e8bab2 100644
--- a/src/pages/CscPagePbxSettings.vue
+++ b/src/pages/CscPagePbxSettings.vue
@@ -5,7 +5,9 @@
         class="q-pa-lg"
     >
         <q-list>
-            <q-item>
+            <q-item
+                v-if="hasSubscriberProfileAttribute('clir_intrapbx')"
+            >
                 <q-item-section
                     side
                 >
@@ -58,6 +60,9 @@ export default {
         ...mapGetters('pbxSeats', [
             'getIntraPbx'
         ]),
+        ...mapGetters('user', [
+            'hasSubscriberProfileAttribute'
+        ]),
         ...mapState('pbxSeats', [
             'seatUpdateState',
             'seatUpdateError'