@ -196,31 +196,31 @@ export default {
{
{
icon : 'settings' ,
icon : 'settings' ,
label : this . $t ( 'PBX Settings' ) ,
label : this . $t ( 'PBX Settings' ) ,
visible : this . isPbxEnabled && this . hasSubscriberProfileAttribute ( PROFILE _ATTRIBUTE _MAP . pbxSettings ) ,
visible : this . isPbxEnabled && this . hasSubscriberProfileAttribute s ( PROFILE _ATTRIBUTE S _MAP . pbxSettings ) ,
children : [
children : [
{
{
to : '/user/pbx-settings/general' ,
to : '/user/pbx-settings/general' ,
icon : 'settings' ,
icon : 'settings' ,
label : this . $t ( 'General' ) ,
label : this . $t ( 'General' ) ,
visible : true
visible : this . isPbxEnabled && this . hasSubscriberProfileAttribute ( PROFILE _ATTRIBUTE _MAP . clir _intrapbx )
} ,
} ,
{
{
to : '/user/pbx-settings/call-queues' ,
to : '/user/pbx-settings/call-queues' ,
icon : 'filter_none' ,
icon : 'filter_none' ,
label : this . $t ( 'Call Queues' ) ,
label : this . $t ( 'Call Queues' ) ,
visible : true
visible : this . isPbxEnabled && this . hasSubscriberProfileAttributes ( PROFILE _ATTRIBUTES _MAP . pbxSettingsCallQueue )
} ,
} ,
{
{
to : '/user/pbx-settings/ms-configs' ,
to : '/user/pbx-settings/ms-configs' ,
icon : 'arrow_forward' ,
icon : 'arrow_forward' ,
label : this . $t ( 'Manager Secretary' ) ,
label : this . $t ( 'Manager Secretary' ) ,
visible : true
visible : this . isPbxEnabled && this . hasSubscriberProfileAttribute ( PROFILE _ATTRIBUTE _MAP . manager _secretary )
} ,
} ,
{
{
to : '/user/pbx-settings/auto-attendant' ,
to : '/user/pbx-settings/auto-attendant' ,
icon : 'dialpad' ,
icon : 'dialpad' ,
label : this . $t ( 'Auto-attendant' ) ,
label : this . $t ( 'Auto-attendant' ) ,
visible : true
visible : this . isPbxEnabled && this . hasSubscriberProfileAttribute ( PROFILE _ATTRIBUTE _MAP . auto _attendant )
}
}
]
]
} ,
} ,