Unified Messaging 2007 Provider::NewUMAutoAttendant

This procedure creates a new Unified Messaging (UM) autonatic attendant.

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.

<umDialPlan>

Yes

This parameter specifies the dial plan to be associated with the automatic attendant.

<templateInstance>

No

An existing object to be copied for use as the new automatic atendant.

<dtmfFallbackAutoAttendant>

No

This parameter sets a secondary automatic attendant to use but will only be used if speechEnabled is set to $true

<pilotIdentifierList>

No

The container for a list of pilot identifier, which may contain 1 or more nodes pilotNumber

<pilotNumber>

No

A single pilot number entry.

<speechEnabled>

No

This parameter sets the automatic attendant to be speech enabled.

<status>

No

This parameter sets the status of the automatic attendant to enabled or disabled.

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='NewUMAutoAttendant'> 
                <executeData> 
                        <name>AutoAttend1</name> 
                        <umDialPlan>DialPlanID</umDialPlan> 
                        <preferredDomainController>dc01.fabrikam.local</preferredDomainController>   
                        < dtmfFallbackAutoAttendant >FallbackAAName</ dtmfFallbackAutoAttendant > 
                        <pilotIdentifierList> 
                                <pilotNumber>5551212</pilotNumber> 
                                <pilotNumber>5551213</pilotNumber> 
                        </pilotIdentifierList> 
                        <speechEnabled>true</speechEnabled> 
                        < templateInstance >sourceIPGateway</ templateInstance >     
                </executeData> 
        </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0