UCWA - Description of appsetting in web.config

Deleted
Not applicable

Deos anyone have guidance for UCWA, web.config settings for SfB Mobile? The default causes "Message was not Sent" to UCWA endpoints that have gone inactive. Resulting in "The request was rejected because the application did not respond to the incoming call and it was not the preferred endpoint."

 

<appSettings>
<add key="ApplicationId" value="urn:component:UcwaService" />
<add key="ServiceRootUrl" value="http://host"/>
<!--The multiplier applied to max registered endpoints to determine max browser apps to allow-->
<add key="MaxApplicationsMultiplier" value="2"></add>
<!--The multiplier applied to max registered endpoints to determine max mobile apps to allow-->
<add key="MaxMobileApplicationsMultiplier" value="0.5"></add>
<add key="MobileApplicationExpiryTimeInDays" value="1"/>
<add key="MobileUserActivityIdleTimeoutInSeconds" value="300"></add>
<add key="WebUserActivityIdleTimeoutInSeconds" value="7200"></add>
<add key="WebPendingGetInitialIdleTimeoutInSeconds" value="7200"></add>
<add key="WebPendingGetIdleTimeoutInSeconds" value="300"></add>
<add key="MobilePendingGetIdleTimeoutInSeconds" value="900"></add>
<add key="PendingGetWaitTimeDefaultInSeconds" value="900"></add>
<add key="PendingGetWaitTimeMinInSeconds" value="180"></add>
<add key="PendingGetWaitTimeMaxInSeconds" value="1800"></add>
<add key="ResetCallForwardingRulesAfterEmergencyCallInSeconds" value="7200"></add>
<add key="UserActivityInactiveMinTimeoutInSeconds" value="300"></add>
<add key="UserActivityInactiveMaxTimeoutInSeconds" value="3600"></add>
<add key="UserActivityAwayMinTimeoutInSeconds" value="300"></add>
<add key="UserActivityAwayMaxTimeoutInSeconds" value="3600"></add>
<add key="ConferenceResponseTimeoutInSeconds" value="60"></add>
<add key="ExchangeProxyCreationMinInterval" value="1800"></add>
<add key="SharedDataProviderCleanupIntervalInSeconds" value="60"></add>
<add key="ModalityUpdateTimeoutInSeconds" value="4"></add>
<add key="TypingNotificationsMaxParticipantLimit" value="25"></add>
<add key="PutSemanticsVerificationMode" value="AlwaysOn"></add>
<add key="UrgentEventAggregationIntervalInMilliseconds" value="1000"></add>
<add key="ConferenceBridgeServiceUrl" value="https://cbds-int.cloudapp.net/api"></add>
<add key="EventChannelInactivityTimeoutInSeconds" value="1800"></add>
<add key="IdleAutoAcceptedCallExpirationTimeInSeconds" value="120"></add>
<add key="MaxUndeliveredMessagesToCache" value="1000"></add>
<add key="ConversationLogsSubscriptionMode" value="Active"></add>
<add key="ConversationLogsPollingFrequencyInMins" value="15"></add>
<add key="MaxConferencesPerHour" value="40"></add>
</appSettings>

0 Replies