Unified Messaging 2007 Provider::NewUMHuntGroup

This procedure creates a new Unified Messaging (UM) hunt group to link incoming calls to a dial plan.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<name>

Yes

The name for the new hunt group.

<pilotIdentifier>

Yes

This parameter specifies the number string that is used to uniquely identify the pilot access number for the specified IP gateway. This number must match the subscriber access number that is configured in the UM dial plan.

<umDialPlan>

Yes

The dial plan to be used with the hunt group.

<umIPGateway>

Yes

The IP address to the gateway device to be used by the hunt group.

<templateInstance>

No

An existing object to be copied for use as the new hunt group.

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='NewUMHuntGroup'> 
                        <executeData> 
                                <name>HuntGroup1</name> 
                                <pilotIdenifier>5551111</pilotIdenifier> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController>   
                                <umDialPlan>DialPlanID</umDialPlan> 
                                <umIPGateway>10.10.10.1</ umIPGateway > 
                                < templateInstance >sourceHuntGroup</ templateInstance >     
                        </executeData> 
                </execute> 
        </procedure> 
</request> 

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0