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