wav . The true could also be replaced with $Uninterruptible
if you do not want users to escape out of the message.
Part II: Working with Server Roles
280
To complement informational announcements, the UM administrator can also modify the welcome
greeting or completely turn it off. The informational announcement plays when a user calls into the UM
system and it can be modified to include corporate branding with the VM system. Implementation and the
requirements are similar to the informational announcements. Two parameters are passed to the dial plan:
one to enable the greeting and the other to specify the location of the greeting WAV file. The following
replaces the default greeting with the corporate greeting. The WAV file is located in D:\greetings
. Set-UMDialPlan -WelcomeGreetingEnabled $true -WelcomeGreetingFilename
???D:\Greetings\Corporate Greeting.wav??? . Remember to quote any input that has spaces in
it or the command will fail.
At least once, everyone has enjoyed a voice mail from someone who accidentally called and left a voice
mail while walking around in the mall or with their phone in their pocket. To keep these errant calls
from going on forever, or until the server runs out of space to record the voice mail, UM has included
a MaxRecordingDuration . By default it is quite generous at 20 minutes; however this can be set to a
more conservative value if needed.
Pages:
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399