Unified Messaging 2007 Provider::SetUMIPGateway

This procedure sets the properties for an IP Gateway.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<identity>

Yes

This parameter specifies the identifier for the UM IP gateway that is being modified. This parameter is the directory object ID for the UM IP gateway.

<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

<address>

No

The IP address of the SIP enabled PBX device.

<name>

No

This parameter sets the name if the IP Gateway object.

<outCallsAllowed>

No

This parameter specifies whether the gateway will support outgoing calls.

<port>

No

This parameter specifies the IP port of the pbx device.

<simulator>

No

This parameter specifies whether there will be a simulator.

<status>

No

This parameter sets the status if enabled or disabled on the gateway.

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='SetUMIPGateway'> 
                        <executeData> 
                                <identity> Gateway1</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