Unified Messaging 2007 Provider::NewUMIPGateway

This procedure creates a new IP Gateway object.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<name>

Yes

The name for the new IP Gateway.

<address>

Yes

The IP address of the gateway device.

<umDialPlan>

No

The dial plan to be used with the hunt group.

<templateInstance>

No

An existing object to be copied for use as the new IP 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='NewUMIPGateway'> 
                        <executeData> 
                                <name>HuntGroup1</name> 
                                <address>10.10.10.1</address> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController>   
                                <umDialPlan>DialPlanID</umDialPlan> 
                                < templateInstance >sourceIPGateway</ templateInstance >     
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0