Class Group.GroupCallProcessingModifyPolicyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupCallProcessingModifyPolicyRequest
Enclosing class:
Group

public static class Group.GroupCallProcessingModifyPolicyRequest extends Request<DefaultResponse>
Modify the group level data associated with Call Processing Policy. The response is either a SuccessResponse or an ErrorResponse. The useGroupCLIDSetting attribute controls the CLID settings (clidPolicy,enterpriseCallsCLIDPolicy, groupCallsCLIDPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowConfigurableCLIDForRedirectingIdentity, allowDepartmentCLIDNameOverride useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable, useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailabl) The allowDepartmentCLID attribute is automatically set to false when the useGroupName attribute is set to false. The useGroupMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useGroupCallLimitsSetting attribute controls the Call Limits settings (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations, useMaxConcurrentTerminatingAlertingRequests, maxConcurrentTerminatingAlertingRequests, includeRedirectionsInMaximumNumberOfConcurrentCalls) The useGroupTranslationRoutingSetting attribute controls the routing and translation settings (networkUsageSelection, enforceGroupCallingLineIdentityRestriction, allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing, routeOverrideDomain, routeOverridePrefix) The useGroupDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID) The useGroupPhoneListLookupSetting controls whether or not to use the enterprise/service provider setting for the Phone List Lookup policy (enablePhoneListLookup) The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity allowDepartmentCLIDNameOverride allowConfigurableCLIDForRedirectingIdentity enterpriseCallsCLIDPolicy groupCallsCLIDPolicy The following elements are only used in AS data mode and ignored in XS data mode: useGroupPhoneListLookupSetting enablePhoneListLookup useMaxConcurrentTerminatingAlertingRequests maxConcurrentTerminatingAlertingRequests includeRedirectionsInMaximumNumberOfConcurrentCalls useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable allowMobileDNForRedirectingIdentity enableGatewayRoutePolicy networkCallsGatewayRouteIdentity networkURLCallsGatewayRouteIdentity emergencyCallsGatewayRouteIdentity repairCallsGatewayRouteIdentity callTypingErrorsGatewayRouteIdentity The following elements are only used in XS data mode and ignored in AS data mode: routeOverrideDomain routeOverridePrefix
Author:
AlpacaGenerator