@ -62,7 +62,7 @@ const routes = [
component : CscPageDashboard ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Dashboard' )
return i18n . global . t ( 'Dashboard' )
}
}
} ,
@ -71,7 +71,7 @@ const routes = [
component : CscPageHome ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Start new call' )
return i18n . global . t ( 'Start new call' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . cscCalls ,
allowCE : true
@ -84,10 +84,10 @@ const routes = [
props : true ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Conversations' )
return i18n . global . t ( 'Conversations' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Calls, Faxes, VoiceMails' )
return i18n . global . t ( 'Calls, Faxes, VoiceMails' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . conversations
}
@ -98,7 +98,7 @@ const routes = [
component : CscPageSubscriberPhonebook ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Subscriber Phonebook' )
return i18n . global . t ( 'Subscriber Phonebook' )
} ,
licenses : [ LICENSES . phonebook ] ,
allowCE : false
@ -119,7 +119,7 @@ const routes = [
component : CscPageSubscriberPhonebookDetails ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Subscriber Phonebook' )
return i18n . global . t ( 'Subscriber Phonebook' )
} ,
licenses : [ LICENSES . phonebook ] ,
allowCE : false
@ -140,10 +140,10 @@ const routes = [
component : CscPageCallBlockingIncoming ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Call Blocking' )
return i18n . global . t ( 'Call Blocking' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Incoming' )
return i18n . global . t ( 'Incoming' )
} ,
profileAttributes : PROFILE _ATTRIBUTES _MAP . callBlockingIncoming
}
@ -153,10 +153,10 @@ const routes = [
component : CscPageCallBlockingOutgoing ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Call Blocking' )
return i18n . global . t ( 'Call Blocking' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Outgoing' )
return i18n . global . t ( 'Outgoing' )
} ,
profileAttributes : PROFILE _ATTRIBUTES _MAP . callBlockingOutgoing
}
@ -166,10 +166,10 @@ const routes = [
component : CscPageCallBlockingPrivacy ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Call Blocking' )
return i18n . global . t ( 'Call Blocking' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Privacy' )
return i18n . global . t ( 'Privacy' )
} ,
profileAttributes : PROFILE _ATTRIBUTES _MAP . callBlockingPrivacy
}
@ -179,10 +179,10 @@ const routes = [
component : CscPageCallRecording ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Recordings' )
return i18n . global . t ( 'Recordings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Call recordings' )
return i18n . global . t ( 'Call recordings' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . recordings ,
licenses : [ LICENSES . recordings ] ,
@ -194,10 +194,10 @@ const routes = [
component : CscPageReminder ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Reminder' )
return i18n . global . t ( 'Reminder' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Set your personal alarm' )
return i18n . global . t ( 'Set your personal alarm' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . reminder
}
@ -207,10 +207,10 @@ const routes = [
component : CscPageSpeedDial ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Speed Dial' )
return i18n . global . t ( 'Speed Dial' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Set your speed dials' )
return i18n . global . t ( 'Set your speed dials' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . speedDial
}
@ -220,7 +220,7 @@ const routes = [
component : CscPagePbxStatisticsCdr ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Statistics' )
return i18n . global . t ( 'PBX Statistics' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'CDR' )
@ -236,10 +236,10 @@ const routes = [
component : CscPagePbxGroups ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Groups' )
return i18n . global . t ( 'Groups' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -253,7 +253,7 @@ const routes = [
component : CscPagePbxGroupDetails ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Groups' )
@ -270,7 +270,7 @@ const routes = [
component : CscPagePbxSeats ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Seats' )
@ -286,7 +286,7 @@ const routes = [
component : CscPageCustomerPhonebook ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Customer Phonebook' )
@ -341,7 +341,7 @@ const routes = [
component : CscPagePbxDeviceDetails ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Devices' )
@ -358,7 +358,7 @@ const routes = [
component : CscPagePbxSeatDetails ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Seats' )
@ -374,10 +374,10 @@ const routes = [
component : CscPagePbxDevices ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Devices' )
return i18n . global . t ( 'Devices' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -391,10 +391,10 @@ const routes = [
component : CscPagePbxCallQueues ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Call Queues' )
return i18n . global . t ( 'Call Queues' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -408,10 +408,10 @@ const routes = [
component : CscPagePbxSoundSets ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Sound Sets' )
return i18n . global . t ( 'Sound Sets' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -425,7 +425,7 @@ const routes = [
component : CscPagePbxSoundSetDetails ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Sound Sets' )
@ -442,10 +442,10 @@ const routes = [
component : CscPagePbxMsConfigs ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Manager Secretary' )
return i18n . global . t ( 'Manager Secretary' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -459,10 +459,10 @@ const routes = [
component : CscPagePbxAutoAttendant ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Auto Attendant' )
return i18n . global . t ( 'Auto Attendant' )
} ,
adminOnly : true ,
platformFeature : FEATURES . cloudPbx ,
@ -476,7 +476,7 @@ const routes = [
component : CscPageCustomerPreferences ,
meta : {
get title ( ) {
return i18n . global . t c ( 'PBX Configuration' )
return i18n . global . t ( 'PBX Configuration' )
} ,
get subtitle ( ) {
return i18n . global . t ( 'Customer Preferences' )
@ -493,10 +493,10 @@ const routes = [
component : CscPageVoicebox ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Voicebox' )
return i18n . global . t ( 'Voicebox' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Set your voicebox settings' )
return i18n . global . t ( 'Set your voicebox settings' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . voiceMail
}
@ -506,10 +506,10 @@ const routes = [
component : CscPageFaxSettings ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Fax Settings' )
return i18n . global . t ( 'Fax Settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Set your fax settings' )
return i18n . global . t ( 'Set your fax settings' )
} ,
platformFeature : FEATURES . faxServer ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . faxServer ,
@ -522,10 +522,10 @@ const routes = [
component : CscPageUserSettings ,
meta : {
get title ( ) {
return i18n . global . t c ( 'User settings' )
return i18n . global . t ( 'User settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Change password' )
return i18n . global . t ( 'Change password' )
}
}
} ,
@ -534,10 +534,10 @@ const routes = [
component : CscPageCallSettings ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Call Settings' )
return i18n . global . t ( 'Call Settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Call Settings' )
return i18n . global . t ( 'Call Settings' )
} ,
profileAttributes : PROFILE _ATTRIBUTES _MAP . callSettings
}
@ -547,10 +547,10 @@ const routes = [
component : CscPagePbxSettingsCallQueues ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Extension Settings' )
return i18n . global . t ( 'Extension Settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Call Queues' )
return i18n . global . t ( 'Call Queues' )
} ,
platformFeature : FEATURES . cloudPbx ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . cloudPbxCallQueue ,
@ -563,10 +563,10 @@ const routes = [
component : CscPagePbxSettingsMsConfigs ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Extension Settings' )
return i18n . global . t ( 'Extension Settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Manager Secretary' )
return i18n . global . t ( 'Manager Secretary' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . managerSecretary ,
platformFeature : FEATURES . cloudPbx ,
@ -579,10 +579,10 @@ const routes = [
component : CscPagePbxSettingsAutoAttendant ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Extension Settings' )
return i18n . global . t ( 'Extension Settings' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'Auto Attendant' )
return i18n . global . t ( 'Auto Attendant' )
} ,
platformFeature : FEATURES . cloudPbx ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . autoAttendant ,
@ -596,10 +596,10 @@ const routes = [
component : CscPageRegisteredDevices ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Registered Devices' )
return i18n . global . t ( 'Registered Devices' )
} ,
get subtitle ( ) {
return i18n . global . t c ( 'List of registered devices for the subscriber' )
return i18n . global . t ( 'List of registered devices for the subscriber' )
} ,
profileAttribute : PROFILE _ATTRIBUTE _MAP . registeredDevices
}
@ -608,8 +608,8 @@ const routes = [
path : '/customer/:pathMatch(.*)' ,
component : ( ) => import ( 'pages/Proxy' ) ,
meta : {
title : i18n . global . t c ( 'Customer Details' ) ,
subtitle : i18n . global . t c ( 'Customer Details' )
title : i18n . global . t ( 'Customer Details' ) ,
subtitle : i18n . global . t ( 'Customer Details' )
}
} ,
{
@ -617,7 +617,7 @@ const routes = [
component : CscPageError404 ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Page not found' )
return i18n . global . t ( 'Page not found' )
}
}
}
@ -628,7 +628,7 @@ const routes = [
component : CscPageLogin ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Subscriber Sign In' )
return i18n . global . t ( 'Subscriber Sign In' )
}
}
} ,
@ -642,7 +642,7 @@ const routes = [
props : getToken ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Reset Password' )
return i18n . global . t ( 'Reset Password' )
} ,
permission : 'public'
}
@ -664,7 +664,7 @@ const routes = [
component : CscPageError404 ,
meta : {
get title ( ) {
return i18n . global . t c ( 'Page not found' )
return i18n . global . t ( 'Page not found' )
}
}
}