|
|
|
@ -398,7 +398,7 @@ const routes = [
|
|
|
|
},
|
|
|
|
},
|
|
|
|
adminOnly: true,
|
|
|
|
adminOnly: true,
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
profileAttributes: PROFILE_ATTRIBUTE_MAP.cloudPbxCallQueue,
|
|
|
|
profileAttribute: PROFILE_ATTRIBUTE_MAP.cloudPbxCallQueue,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
licenses: [LICENSES.pbx]
|
|
|
|
licenses: [LICENSES.pbx]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -484,7 +484,7 @@ const routes = [
|
|
|
|
adminOnly: true,
|
|
|
|
adminOnly: true,
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
licenses: [LICENSES.pbx, LICENSES.phonebook]
|
|
|
|
licenses: [LICENSES.pbx]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -553,7 +553,7 @@ const routes = [
|
|
|
|
return i18n.global.tc('Call Queues')
|
|
|
|
return i18n.global.tc('Call Queues')
|
|
|
|
},
|
|
|
|
},
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
platformFeature: FEATURES.cloudPbx,
|
|
|
|
profileAttributes: PROFILE_ATTRIBUTE_MAP.cloudPbxCallQueue,
|
|
|
|
profileAttribute: PROFILE_ATTRIBUTE_MAP.cloudPbxCallQueue,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
capability: FEATURES.cloudPbx,
|
|
|
|
licenses: [LICENSES.pbx]
|
|
|
|
licenses: [LICENSES.pbx]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|