cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
488
Views
15
Helpful
1
Replies

unity connection import greetings from exchange 2016

shafeen
Level 1
Level 1

Hi All ,

 

I have a unified messaging integration(sip) between CUCM and exchange 2016 , is there any way to export the greetings/messages from exchange 2016 and import them into unity connection in bulk? .  The exchange 2016 users are migrating to Office 365.

1 Accepted Solution

Accepted Solutions

JeffG1
Level 3
Level 3

You can export out the EUM prompts with the following powershell commands

 

$prompt = Export-UMPrompt -PromptFileName "Nameofwavefile.wav" -UMAutoAttendant AutoAttendantName
Set-Content -Path "C:\Nameofwavefile.wav" -Value $prompt.AudioData -Encoding Byte

 

From there you might need to modify their format with an audio editor.

View solution in original post

1 Reply 1

JeffG1
Level 3
Level 3

You can export out the EUM prompts with the following powershell commands

 

$prompt = Export-UMPrompt -PromptFileName "Nameofwavefile.wav" -UMAutoAttendant AutoAttendantName
Set-Content -Path "C:\Nameofwavefile.wav" -Value $prompt.AudioData -Encoding Byte

 

From there you might need to modify their format with an audio editor.