For an updated list, refer to the following Microsoft TechNet site: http://technet.microsoft.com/
en-us/exchange/bb330845.aspx .
After exploring some of the additional features that the UM dial plan contains, some examples of a
Set-UMDialPlan may look like this:
Get-UMDialPlan | Set-UMDialPlan -FaxEnabled $true -MaxRecordingDuration 5 -
ContactScope GlobalAddressList -InternationalAccessCode 011 -OutsideLineAccessCode 9
Set-UMDialPlan -Identity UM901 -InfoAnnouncementEnabled $true -
InfoAnnouncementFilename ???D:\Info files\Company news.wav??? -Language en-GB
Setting the UM IP Gateway
When we created a new UM IP Gateway earlier using the New-UMIPGateway cmdlet, it was a minimal
configuration. A few additional parameters within the Set-UMIPGateway allow for increased
functionality as well as a simulation mode to assist in UM testing. We briefly discuss the options within
the Set-UMIPGateway here.
Part II: Working with Server Roles
282
In the course of piloting a UM rollout, there may be instances where there is a split voice mail system
within the infrastructure. This may include the legacy voice mail systems as well as the pilot rollout of
Unified Messaging. To accomplish a pilot integration or a full system cut over, there may be one or more
SIP gateways deployed. Each gateway appliance is defined by a unique name that in subsequent terms is
referred to as the identity, as well as the IP address of the appliance.
Pages:
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402