Unified Messaging 2007 Provider::DisableUMIPGateway

This produres disables an IP gateway object.

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 disabled. This is the directory object ID for the UM IP gateway.

<immediate>

No

The Unified Messaging (UM) Server will drop all calls that are associated with the IP gateway, otherwise current calls will be allowed to finish.

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='DisableUMIPGateway'> 
                        <executeData> 
                                <identity>Gateway1</identity> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController> 
                                <immediate>false</immediate> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0