Unified Messaging 2007 Provider::CopyUMCCustomPrompt

This produres validates and then copies a .wav audio file from a specified location to the Unified Messaging (UM) prompt publishing point on a computer that is running Microsoft Exchange Server 2007 that has the UM server role installed. You can also use this cmdlet to copy a .wav audio file from the UM prompt publishing point to a file.

Arguments

Input Arguments Required Description

<umAutoAttendant>

Yes

The identifier of the auto attendant. (Not required if umDialPlan is specified).

<umDialPlan>

Yes

The identifier of the dial plan (Not required if umAutoAttendant is specified)

<path>

Yes

The path of the source wav file for the prompt. Not used if targetPath is specified.

<targetPath>

Yes

The destination path of the wav file, not used if path is specified.

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='CopyUMCustomPrompt'> 
                        <executeData> 
                                <umAutoAttendant>AutoAttend1</umAutoAttendant> 
                                <umDialPlan>DialPlan1</umDialPlan> 
                                <path>c:\importPath\welcome.wav</path> 
                                <targetPath>c:\exportPath\welcome.wav</targetPath> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0