@@ -105,16 +105,6 @@ async function getServiceManifest() {
105105 ...( userCore . getAutoLogInboundFaxSetting ( userSettings ) . value ? [ 'autoLogInboundFax' ] : [ ] ) ,
106106 ...( userCore . getAutoLogOutboundFaxSetting ( userSettings ) . value ? [ 'autoLogOutboundFax' ] : [ ] )
107107 ] ;
108- console . log ( 'Service manifest activity logging values:' , activityLoggingValues ) ;
109- console . log ( 'User settings for activity logging:' , {
110- autoLogAnsweredIncoming : userCore . getAutoLogAnsweredIncomingSetting ( userSettings , isAdmin ) ,
111- autoLogMissedIncoming : userCore . getAutoLogMissedIncomingSetting ( userSettings , isAdmin ) ,
112- autoLogOutgoing : userCore . getAutoLogOutgoingSetting ( userSettings , isAdmin ) ,
113- autoLogVoicemails : userCore . getAutoLogVoicemailsSetting ( userSettings ) ,
114- autoLogSMS : userCore . getAutoLogSMSSetting ( userSettings ) ,
115- autoLogInboundFax : userCore . getAutoLogInboundFaxSetting ( userSettings ) ,
116- autoLogOutboundFax : userCore . getAutoLogOutboundFaxSetting ( userSettings )
117- } ) ;
118108 return activityLoggingValues ;
119109 } ) ( ) ,
120110 readOnly : userCore . getAutoLogAnsweredIncomingSetting ( userSettings , isAdmin ) . readOnly ||
@@ -171,7 +161,7 @@ async function getServiceManifest() {
171161 id : 'oneTimeLog' ,
172162 type : 'boolean' ,
173163 name : 'One-time call logging' ,
174- description : 'Enable one-time call logging functionality .' ,
164+ description : 'Delays logging until full call details are available .' ,
175165 value : userCore . getOneTimeLogSetting ( userSettings ) . value ,
176166 readOnly : userCore . getOneTimeLogSetting ( userSettings ) . readOnly ,
177167 readOnlyReason : userCore . getOneTimeLogSetting ( userSettings ) . readOnlyReason
0 commit comments