- Accept the request from CAS (which includes telephone dial string entered by user in Outlook/OWA) - Check dial string to determine whether it is an extension, national number, or international number (e.g. 8005551212) - Look up user information in Active Directory (extract ADUser, mailAddress, UMExtension, UMEnabled, etc.) - Look up IP Gateway associated with UM Dial Plan that is enabled for outbound dialing - Check whether dial string is permitted by validating against UM Mailbox Policy: If dial string is ‘International’, compare against International Dialing Restrictions from UM Mailbox Policy If dial string is ‘National’, compare against In Country/Region Dialing Restrictions from UM Mailbox Policy If dial string is ‘Extension’, compare against the ‘Allow calls to users/extensions…’ options from UM Mailbox Policy - If dial string is permitted, send to IP Gateway (e.g. 8005551212)
- Accept the request from CAS (which includes telephone dial string entered by user in Outlook/OWA) - Check dial string to determine whether it is an extension, national number, or international number (e.g. 8005551212) - Look up user information in Active Directory (extract ADUser, mailAddress, UMExtension, UMEnabled, etc.) - Look up IP Gateway associated with UM Dial Plan that is enabled for outbound dialing - Get the National Number Prefix [1], Country or Region Code [1], and Outside Line Access Code [9] from the Dial Codes tab of UM Dial Plan - Determine whether dial string should be manipulated to accommodate the configured Dial Codes from UM Dial Plan: If dial string is ‘International’ number, prefix with Outside Line Access Code and International Access Code (e.g. 90114412345678) If dial string is ‘National’ or ‘International’ number, prefix with Outside Line Access Code and National Number Prefix (e.g. 918005551212) If dial string is ‘Extension’, do not prefix dial string with Dial Code values - Check whether dial string is permitted by validating against UM Mailbox Policy: If dial string is ‘International’, compare against International Dialing Restrictions from UM Mailbox Policy If dial string is ‘National’, compare against In Country/Region Dialing Restrictions from UM Mailbox Policy If dial string is ‘Extension’, compare against the ‘Allow calls to users/extensions…’ options from UM Mailbox Policy - If dial string is permitted, send to IP Gateway (e.g. 918005551212)
As you can see, this change in behavior may require you to make some changes to your Dialing Rule Entries for your UM Dial Plans in Exchange 2010 Unified Messaging.
Hope this helps!
-- Dave