Unified Messaging 2007 Provider::SetUMServer

This procedure sets the properties for a Unified Messaging (UM) Server.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<identity>

Yes

This parameter specifies the ID for the Unified Messaging server object that is to be configured. This parameter specifies the directory object ID for the UM server. This parameter is required if the Instance parameter is not used.

<propertyList >

Yes

The container for the list of properties.

<property >

Yes

The container for one or more properties to be set.

<Name>

Yes

The attribute of property node to define the property name the value is being set for.

<Value >

Yes

The property node may contain one or more value nodes to enter 1 or an array of values.

<dialPlans>

No

The parent container for one or more dialPlan nodes to define dial plans to be handled by the server

<dialPlan>

No

A specific dial plan to be handled by the server.

< grammarGenerationSchedule >

No

This parameter specifies the scheduled times to start speech grammar re-generation. This parameter allows only one start time per day.

<maxASRSessionsAllowed>

No

The maximum concurrent number of speech recognition sessions allowed.

<maxCallsAllowed>

No

The maximum concurrent number of voice call sessions allowed.

<maxFaxCallsAllowed>

No

The maximum concurrent number of fax call sessions allowed.

<maxTTSSessionsAllowed>

No

The maximum concurrent number of text to speech sessions allowed.

<status>

No

This parameter lets the administrator manipulate the UM server status. Enabled, Disabled, and NoNewCalls are the available options.

Remarks

Security

The caller must be at least a member of role: UserCreators.

Sample Code

Example XML Request

<request> 
        <data/> 
        <procedure> 
                <execute namespace='Unified Messaging 2007 Provider' procedure='SetUMServer'> 
                        <executeData> 
                                <identity>UMServer1</indentity> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController> 
                                <propertyList> 
                                        <property name="propertyName"> 
                                                <value>return value</value> 
                                                . 
                                        </property> 
                                        . 
                                </ propertyList> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0